Idea for SEPY 2.0?

I’m in the way to release a new updated version ( will be 1.0.5.3 ) with some minor fix and some other feature added.
Current deveopement of SEPY will terminate in a few weeks, this is because the code which I stared to write more than one year ago has become too much dirty and new feature i would like to add are quite impossible to integrate in the current developement status.
For this reason I’m planning to write a new version 2.0 from scratch.
I hope to begin for the xmas holidays or for the first days of the next year.
What i would like to ask to you is to send me all the feature request, all the ideas you have about your ideal editor, and send to me. Also ideas for a new logo will be really appreciated!


Please send me at sephiroth_tmm at users.sourceforge.net

MTASC : Motion-Twin ActionScript 2 Compiler

MTASC is the first ActionScript 2 Open Source free compiler.
Right now it’s a command line compiler which get .as files as input and will generate .swf files as output. This means it can be easily integrated into any editor which can run command line tools (such as sepy).
It seems MTASC is more and more quickly than the internal flash compiler:
MTASC is based on the best compiler technology available (namely the OCaml programming language) and thus provide a great speed improvement over MMC (compile around 100 classes in less than 5 seconds).
Since the source code is made more concise by using good technology, it is more easy to maintain and implement robust and proven typing algorithms. The feedback we get from Open Source community help us fixes the bug quickly.

It’s made using OCaml as programming language.
The mailing list is available at this link: http://lists.motion-twin.com/mailman/listinfo/mtasc
For examples, download and bugs refer to the linked MTASC page.

SE|PY MAC mailing list added

Due to the growing requests for help on compiling sepy on mac I’ve decided to create a dedicated mailing list.
By the way, I hope to make some tests on a mac by the end of this summer, i really would like to offer a product as much as possible cross-platform.. actually the big problem for me is that i haven’t a mac
These are the current mailing list for SE|PY:

sepy-macdev
Compile and develop SEPY on MAC system

sepy-developement
discussions about SE|PY develpement, features, python-flash related

sepy-cvs
If you want to be informed on cvs commits

SE|PY ActionScript editor 1.0.3.3

I’ve just uploaded a new version (1.0.3.3) of SEPY ActionScript Editor.
In this version:

  • Minor graphical changes
  • fixed: [ 994202 ] Cancel New project Error
  • fixed: [ 994203 ] Missing tooltip (minor bug)
  • Removed “;” after closing bracket “}” in the autoformat code.
  • Added option for use the auto-indent feature
  • Switched to wxPython 2.5.2.3pu-20040722
  • Changes in the Flash Help window.

Download the Windows installer
Download the source code

As always, thanks to all the people who help me with bugs reporting. It’s essential for the project development.
P.S. I’ve noticed that python group just released the first alpha of python 2.4. Once released the final release I will switch to the new version.