====== SciTE ====== This lightweight cross-platform text editor offers syntax highlighting, code folding and [[http://scintilla.sourceforge.net/SciTEExtras.html|language APIs]] for a wide range of languages, from Actionscript to XML. You can completely configure the editor to match the look-an-feel you like. SciTE comes with code folding, code abbreviations, and facilities for building and running programs. It also has tightly integrated [[http://www.lua.org|LUA scripting]] for [[http://scintilla.sourceforge.net/SciTELua.html|extensibility]]. * [[http://www.scintilla.org/SciTE.html|SciTE home]] ===== Actionscript API support ===== There **was** many editions of SciTE available and these have Actionscript API support: * SciTE for Actionscript 2.0 by hiddenresource - A version of SciTE with AS2 support, was based on SciTE for Actionscript 2.0 by Meychi. * SciTE|Flash by BomberStudio - The original version of SciTE with Actionscript support. All these projects are offline. ===== SciTE with ActionScript 2 completion and MTASC compilation ===== **Scite::ASCS is the lightest Actionscript 2 IDE** extended from the SciTE editor: * ActionScript 2 code completion and navigation, * MTASC integration (building, checking). **Features:** * can work without any project defined so it can be used as an external editor for the Flash IDE providing code completion and MTASC code checking, * default classpathes for all projects, * jump to class, method, property declaration, * Macromedia mx.* classes friendly, * preview SWF using default Flash player, * smart Livedocs search, * instant javadoc-like documentation generation, * Flash MX and MX 2004 IDE integration with Flush. [[http://philippe.elsass.free.fr/ascs__mtasc_compiler_with_scite.html|More Scite::ASCS information & download]] [[http://philippe.elsass.free.fr/doc/scite_ascs_screenshots.gif|Code completion screenshot]] ---- It should also be noted that [[FlashDevelop]], [[SEPY]] and [[http://scintilla.sourceforge.net/ScintillaRelated.html|lots of other projects]] are based on Scintilla, which powers SciTE's syntax-highlighting.