From: AXDT <no_...@ax...> - 2010-06-26 14:39:16
|
#208: ActionScript syntax highlighting in mx:Script blocks ---------------------------------------------+------------------------------ Reporter: ain | Owner: asdt.org Type: enhancement | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Keywords: highlight, syntax, actionscript | ---------------------------------------------+------------------------------ Comment(by mb0): hey ain, do you have experience working with mxml? because i really never have and deciding on mxml related things like the mxml schema takes me ages. mxml support in axdt is nothing but a xsd schema file linked with .mxml files. the schema file was originally exported by an flash clip. the resulting xsd file was way too big. i wrote a little python script to collect some elements and attribute groups. the schema is now much smaller but is still incomplete and could use a lot more features (things like custom data types and stuff). i will probably dont work on mxml support for a while. so if you like you could take a look at it. it is basically only editing the xsd file. and you can do it by hand or use whatever tools you like to parse, generate or transform the schema. best regards martin -- Ticket URL: <http://www.axdt.org/ticket/208#comment:1> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |