最近使用 TextMate 进行 ActionScript / Flex / AIR 的分步操作?

发布于 2024-10-31 11:51:02 字数 523 浏览 0 评论 0原文

如果这篇文章是多余的,我深表歉意。

我正在寻找有关如何在 Mac OS X 上使用 TextMate 设置 ActionScript 3、Flex 4.5 和 AIR 2.6 的最新分步说明,但没有成功。

我发现了几篇有关所需捆绑包的帖子,但大多数线程都是除了复杂、稀疏的设置说明之外,它已经有几年的历史了。

似乎支持自动完成和 .swc 文件,这很棒。除了说明之外,我还非常有兴趣了解不支持的内容和其他常见陷阱。

我已经熟悉了 TextMate 的 UI,它非常棒。我更愿意使用它,而不是 Flash Builder / Eclipse,甚至 Flash Professional。

最后一个问题 - 我知道可以设置我们自己的键盘快捷键来使用 MXMLC 进行编译并将 .swf 写入磁盘。是否可以在编译后在 Flash Player 调试器中自动打开 .swf。本质上,我想继续使用 Command+Enter 快捷方式在 Flash Professional 中测试电影以进行构建和启动,因为我肯定会很难适应新的肌肉记忆。

谢谢。

i apologize if this post is redundant.

i'm searching unsuccessfully for recent, step-by-step instructions on how to set up ActionScript 3, Flex 4.5 and AIR 2.6 with TextMate on Mac OS X.

i've found several posts concerning required bundles, but most of the threads are a few years old in addition to having convoluted, sparse instructions for setting up.

it seems that auto-complete and .swc files are supported, which is great. in addition to instructions i'm also very interested in learning about what isn't supported and other common pitfalls.

i've been familiarizing myself with TextMate's UI and it's amazing. i would much rather use it than Flash Builder / Eclipse, or even Flash Professional.

one last question - i understand that it's possible to set up our own keyboard shortcuts to compile with MXMLC and write the .swf to disk. is it possible to have the .swf auto open in Flash Player Debugger after it is compiled. essentially, i'd like to continue using Command+Enter shortcut for testing movies in Flash Professional to build and launch since i would certain have a difficult time adjusting to new muscle memory.

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤寂小茶 2024-11-07 11:51:02
  1. 获取 Flex 4 SDK、其文档和 Flex 3 文档。
  2. 获取最新的actionscript3.tmbundle并安装它。
  3. 点击帮助并阅读帮助,它解释了在哪里放置什么以及如何配置您的环境。
  4. 由于某种原因,我无法使其与 Flex 4 文档一起工作,但 Flex 3 文档可以工作。 YMMV。

即使在这一切之后,TextMate(尽管如此)仍然比 Flash Develop 差很多:例如,自动完成部分非常“alpha”,根本不是“自动”。

对于调试部分,我只需使用 Safari 打开 .html 并在终端或中读取写入 ~/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt 的调试信息控制台.应用程序。

祝你好运,如有任何疑问,请随时询问。

  1. Grab the Flex 4 SDK, its documentation and the Flex 3 documentation.
  2. Grab the latest actionscript3.tmbundle and install it.
  3. Hit help and read the help, it explains where to put what and how to configure your environment.
  4. For some reason I can't make it work with the Flex 4 documentation but the Flex 3 one works. YMMV.

Even after all of this, TextMate — with all its sexyness — will still be very inferior to Flash Develop: the autocomplete part is very "alpha" and is not "auto" at all, for example.

For the debugging part, I just open the .html with Safari and read the debugging information written to ~/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt either in the Terminal or in Console.app.

Good luck and feel free to ask for any clarifications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文