I managed to configure Eclipse for mxml syntax highlighting and code suggestion following instructions here: http://www.darronschall.com/weblog/archives/000182.cfm ( note that the post is for Flex1.5 and you will have to change some things like the namespace http://www.macromedia.com/2003/mxml by http://www.adobe.com/2006/mxml ) and with the Flex2 XML schema for MXML files: http://falkensweb.com/mxml2.xsd For AS3 syntax highlighting I can't tell you..
Joan Impudent1 escribió: > csewhiff wrote: >> --- In [email protected], "Nick Collins" <[EMAIL PROTECTED]> >> wrote: >> >> >>> well, you can use any IDE you want with the SDK, you just won't >>> have all the nice code hinting and completion and such. >> >> >>> it would be a pain in the ass to do so. >> >> It is a PITA, which is why I was looking for alternatives. >> >> I don't even use the GUI builder but the code completion sure is >> nice. > > Speaking as a script masher not RIA developer :P ... > > I never did care for anything besides basic syntax hilighting for the > longest time. Ultraedit with a wordfile seemed happy, then, with the new > extendscript toolkit on the last adobe production bundle cycle, I got a > bit of a taste of how nice it is to have a code debugger. > > the debugger environ, the ability to f1,f3 over code to pull up specific > help or the associated file, plus the code completion hints etc really > make me like Flex editor now ;) > > My big snarl with it that does bug me tho, is that you cannot collapse > functions within a set of script tags. I would love to be able to shrink > down the script area to see only the functions I am working on. > > Impudent1 > LeapFrog Productions > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

