Modifying CodeLite for Flex SDK
Posted: Sun Nov 23, 2008 10:53 pm
Hi eranif
I've been using linux for a while and got hooked to Flex (ActionScript) development, since there is no good (as in complete) IDE for Linux (I'm using Gedit now) unlike Windows with FlashDevelop. I just wondering how hard it will be to modify CodeLite to support ActionScript ? I'm not suggesting that this should go to the main branch, I just needed it for personal use. So basicly I just want to ask you how much effort to do it ?
- Can i just modify the makefile setting, project setting or workspace setting to accomodate building AS script ? since the flow is rather different from the usual compile->link->executable, more like compile->executable(swf). Btw I'm using Ant
- I have a modified ctags (adding AS regex so it know how to parse it), now IIRC CodeLite also uses ctags right ? is it internal ctags or CodeLite uses ctags available at the system it currently in ?
Well basicly, the big question is can I do it without hacking the code (from settings, etc) or should I, or should I build some plugins instead ?
Thanks eranif.
I've been using linux for a while and got hooked to Flex (ActionScript) development, since there is no good (as in complete) IDE for Linux (I'm using Gedit now) unlike Windows with FlashDevelop. I just wondering how hard it will be to modify CodeLite to support ActionScript ? I'm not suggesting that this should go to the main branch, I just needed it for personal use. So basicly I just want to ask you how much effort to do it ?
- Can i just modify the makefile setting, project setting or workspace setting to accomodate building AS script ? since the flow is rather different from the usual compile->link->executable, more like compile->executable(swf). Btw I'm using Ant
- I have a modified ctags (adding AS regex so it know how to parse it), now IIRC CodeLite also uses ctags right ? is it internal ctags or CodeLite uses ctags available at the system it currently in ?
Well basicly, the big question is can I do it without hacking the code (from settings, etc) or should I, or should I build some plugins instead ?
Thanks eranif.