热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

适用于FlashIDE的类似ReSharper的插件?-ReSharper-likeaddonfortheFlashIDE?

SometimesitsnecessarytocodeinAS2totargetFlashPlayer8,sowereforcedtowritewithinthe

Sometimes its necessary to code in AS2 to target Flash Player 8, so we're forced to write within the Flash IDE.

有时需要在AS2中编写代码来定位Flash Player 8,因此我们不得不在Flash IDE中编写代码。

Any refactoring tools / plugins available for Actionscript?... Within or without the Flash IDE, that's no problem, as long as it builds for Flash Player 8, AS2.

任何可用于Actionscript的重构工具/插件?...无论是否在Flash IDE中,只要它为Flash Player 8 AS2构建,就没问题。

2 个解决方案

#1


FlashDevelop looks good, and you can set it to build using the Flash IDE.. (It simulates ALT+TAB and CTRL+ENTER!)

FlashDevelop看起来不错,您可以使用Flash IDE将其设置为构建。(它模拟ALT + TAB和CTRL + ENTER!)

And as to its AS2 support, you can simply #include the AS file that you write within FlashDevelop, into your main FLA.. so your code gets compiled and published.

至于它的AS2支持,你可以简单地#include你在FlashDevelop中编写的AS文件到你的主FLA ..所以你的代码被编译和发布。

#2


The open source MTASC ActionScript 2 compiler does not require the Flash authoring tool. Jeremy Rudd mentioned FlashDevelop, a cool free IDE for SWF development. I used it extensively when I still coded in AS2, and I definitely recommend it. It supports compiling with either the Flash authoring tool or MTASC, which is nice. Recent versions support AS3 development with the free Flex SDK too. It's Windows-only, though, so it may not be useful for all developers.

开源MTASC ActionScript 2编译器不需要Flash创作工具。 Jeremy Rudd提到了FlashDevelop,这是一个很酷的SWF开发IDE。当我仍在AS2中编码时,我广泛使用它,我绝对推荐它。它支持使用Flash创作工具或MTASC进行编译,这很不错。最新版本也支持使用免费Flex SDK进行AS3开发。但它只是Windows,因此它可能对所有开发人员都没用。

I don't think FlashDevelop has any sort of refactoring support yet, though. Since most developers are focusing on AS3, it's likely that advanced IDE features, like refactoring, probably won't be implemented for AS2 in most editors.

不过,我认为FlashDevelop还没有任何重构支持。由于大多数开发人员都专注于AS3,因此在大多数编辑器中可能不会为AS2实现高级IDE功能(如重构)。


推荐阅读
author-avatar
狂浪的眼神
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有