在 Flex Builder 4 中打开并编辑 MXML 文件
有人能给我一些关于如何打开 mxml 文件的快速建议吗?使用 Actionscript 一段时间了,但对 Flex 还很陌生。
我有一个项目,要求我快速更改 3 个文件夹和一个 mxml 文件,但不知道如何使用 Flex 打开和编辑它们!
非常欢迎任何建议。
干杯 保罗
Can anybody give me some quick advice on how to open an mxml file? Been using Actionscript for a while, but new to Flex.
I've a project that i've been asked to make a quick change to with 3 folders and a mxml file, but have no idea how to open and edit them with Flex!
Any advice very welcome.
Cheers
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在任何文本编辑器中打开 MXML 文件。进行更改后,您必须使用 Flex SDK 中包含的命令行编译器重新编译它们。
许多人使用 Flash Builder,这是 Adobe 的一个基于 Eclipse 的 IDE,它使重新编译过程变得更加容易。存在 Flash Builder 的替代方案,包括 FDT、IntelliJ 和 Amethyst。
这个问题似乎会导致人们对 Flex 是什么的误解。这个问题 ,及其答案,应该有帮助。当人们谈论 Flex 时,他们通常指的是 Flex Framework 或 Flex SDK。您不会使用其中任何一个来打开或编辑文件。
You can open an MXML file in any text editor. Once you make change, you'll have to recompile them using the command line compiler included in the Flex SDK.
Many people use Flash Builder, an eclipse based IDE From Adobe which makes the recompilation process a lot easier. Alternative to Flash Builder exist, including FDT, IntelliJ, and Amethyst.
This question seems to lead to a misunderstanding of what Flex is. This question, and it's answers, should help. When people talk about Flex, they usually are referring to either the Flex Framework or the Flex SDK. You wouldn't use either of those to open or edit a file.