SE|PY ActionScript Editor
I’ve begun writing SEPY for 2 main reasons: 1) I was learning python and I was need a “real project” for my exercises. 2) I wasn’t satisfied with the Flash built in editor and, when I started writing SEPY, there were no actionscript editors which were fitting my needs.
SEPY is a full featured ActionScript editor written in python and wxPython as Framework by Alessandro Crugnola, aka sephiroth. It is written for editing Actionscript, FlashComm asc, JSFL and XML files, but it can be used for evry kind of text file.
The project is hosted on sourceforge.net
Features
- Code folding and code highlight for actionscript, php, css and xml files.
- Code autocompletion and most anything in mx.* and flash.*
- Members panel (display all nested functions in every opened document)
- class browser (inspect cless/function for custom packages)
- XML reader (DOM and Xpath parser for XML files)
- Flas API panel (reproduce the flash builtin flash api panel)
- Project panel (native support for .flp flash files)
- Unicode and ANSI chars panel (for help the developement with unicode)
- Clipboard panel (list of all copied text)
- Snippet panel (http://www.sepy.it/?p=15)
- Todo panel (Marks TODO and custom works in your document, http://www.sepy.it/?p=14)
- Variables panel (List all declared variables in a document, grouped by scope. http://www.sepy.it/?p=8)
You can download SEPY at sephiroth.it.
- Regular Expression Toolkit
- Abbreviations (http://www.sepy.it/?p=17)
- Syntax checker using MTASC
- Test movie, test project using Flash IDE
- Compile and organize projects using MTASC
- Integrated JavaDoc creation
- SharedObject reader (read inside your shared objects)
- And much more...
Download
Binary for Windows and for OSX can be downloaded from: http://sourceforge.net/project/showfiles.php?group_id=90749
SVN repository
All the source code files can be downloaded using SVN.
svn co https://svn.sourceforge.net/svnroot/sepy sepy
Mailing lists
There are basically 2 active mailing lists on http://sourceforge.net/mail/?group_id=90749 One is based on the development /new features discussions, the other one is focused on Mac OSX issues.
FAQ and Tips
There’s a site dedicated to f.a.q. tips ‘n trick: http://www.sepy.it (more screenshots are also available there)
Screenshots
sepy.txt · Last modified: 2007/06/17 17:57 by thijs

