Eclipse for Flex Development
Although I love PrimalScript for Flex development on my pc, I was looking for a development tool to use on my Mac. I have been using eclipse for Java delopment on both pc and mac and have heard of others using it with several plugins for Flex (OxygenXML editor $$ and ActionScript 2 Plugin Free) so I went through the setup today and documented it below.
If you do not already have eclipse you can download it for free at eclipse.org.
You will also need a get trial license for OxygenXML here or myEclipse here
First we will install the OxygenXML plugin for .mxml files or you can choose the myEclipse plugin instead.
OxygenXML Install
- Choose Help -> Software Updates -> Find and Install
- Choose Search for new features to install and click next
- Create a new Remote Site Name: OxygenXML URL:http://www.oxygenxml.com/InstData/Eclipse/site.xml
- Check the box next to the new OxygenXML remote site and click next
- Complete the install of the oXygen XML Editor and XSLT Debugger
Now that the plugin has been installed and you have restarted eclipse, just complete the following.
- Choose Window -> Preferences -> Oxygen -> Editor -> Tag Insight -> Default
- Click new
- Namespace: http://www.macromedia.com/2003/mxml
- Root local name: <ANY>
- File name : <ANY>
- Schema Type: XML Scema
- Schema URI: Browse to your mxml.xsd file located in your flex install root\extras\schema
- Move your new entry up to the top of the list
- Click OK
- Choose Workbence -> File Associations
- Click Add and type .mxml as the file type and hit ok
- Scoll the list of file types and select *.mxml
- Add Oxygen XML Editor as the default editor
- Choose Window -> Prefernces -> General -> Content Types -> Text -> XML -> Oxygen XML
- Click add File Type: *.mxml and click OK
myEclipse Install (instead of Oxygen)
- Windows -> Preferences -> Workbench -> File Associations
- Add “.mxml” and associate it to MyEclipse XML Editor
- Windows -> Preferences -> MyEclipse -> Editors -> XML -> XML Catalog
One Response to “Eclipse for Flex Development”
Leave a Reply



July 20th, 2007 at 6:46 am
Hey,
thanx for the nice tips. I will surelly use some of them!