I am getting into ActionScript-ing and SQLLite development.

What are the essential development IDEs and utility tools I should get set up for a smooth development experience? It would be great if you categorize - as free and paid-for-software.

I am accustomed with the Microsoft "free" experience in terms of - Visual Studio Express edition or SQL Server Express edition.

Are there similar counter parts for this platform?

link|improve this question
feedback

1 Answer

FlashDevelop - Open source IDE for flash but no visual designer. As far as SQLLite you can actually create and manage the databases all with actionscript but if you want to edit/create them with an IDE there are several open/free solutions, from a quick google search we have:

//SQLLite DB manager/admin tool made in Adobe AIR
http://www.dehats.com/drupal/?q=node/58

//Same idea but open source made with QT so probably C/C++
http://sourceforge.net/projects/sqlitebrowser/

//FlashDevelop
http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page

Flashdevelop is pretty much king when it comes to code hinting/completion, pretty much what you'd expect in features from microsoft VS IDEs. There is also a pretty good user base and thus many tutorials/documentation and project templates.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.