PDA

View Full Version : What is your favorite AS2.0 editor?


Sleeve
11-18-2006, 11:39 PM
I am curious to know what everyone uses to script classes and other external .as files.

I use SE|PY ActionScript Editor (http://www.sephiroth.it/python/sepy.php) becuase it makes it easy to jump to functions in the file and includes autocomplete, code hints and autoformatting.

What do you guys perfer and why?

bombsledder
11-19-2006, 12:53 AM
I just use macromedia flash 8's file editor works fine for me:o

Sleeve
11-19-2006, 02:24 AM
Even for 1500+ line classes? It would slow me down!

You should try something like SE|PY. Big improvement

sleekdigital
11-19-2006, 02:59 PM
I used to use SEPY as well. But then I found FlashDevelop. It has pretty much everything SEPY has, its a bit lighter in terms of resources, and the autocomplete function is much better. There is also support for AS 3.

http://www.flashdevelop.org/community/

bombsledder
11-20-2006, 01:40 AM
hmm I never found much of a problem using flashes editor but i try to keep my classes under 600 lines of code if I need that much code in one class usually it means i need to extend the class into multiple classes, ill check those editors out though and see if i like it