- This topic has 4 replies, 2 voices, and was last updated 16 years, 3 months ago by Loyal Water.
-
AuthorPosts
-
JimMemberWe recently purchased a subscription for MyEclipse for our team.
I’m having an issue with getting XML files to show up color coded correctly.
I’m editing ColdFusion files – they have an alternate extension – fusebox.xml.cfm
I’ve tried setting up the following file associations and none seem to work:
*.xml.cfm
fusebox.xml.cfmWhen I open this – open with – MyEclipse XML editor – it just shows up with all black text.
Opening a vanilla something.xml file works correctly and is colored correctly.
Jim
Loyal WaterMemberCan you paste a sample file here for me.
JimMember<?xml version=”1.0″ encoding=”UTF-8″?>
<fusebox>
<circuits>
<!– Singleton Circuits –>
<circuit alias=”query” path=”query/” parent=”” />
<circuit alias=”layouts” path=”layouts/” parent=””/>
<circuit alias=”scripts” path=”scripts/” parent=””/>
<circuit alias=”developer” path=”developer/” parent=””/>
<circuit alias=”utilities” path=”utilities/” parent=””/>
<circuit alias=”report” path=”report/” parent=””/>
<circuit alias=”qforms” path=”qforms/” parent=”” />
<circuit alias=”group” path=”group/controller/” parent=”home”/>
<circuit alias=”vgroup” path=”group/view/” parent=”home”/>
<circuit alias=”mgroup” path=”group/model/” parent=”home”/>
</circuits><parameters>
<parameter name=”fuseactionVariable” value=”action” />
<parameter name=”defaultFuseaction” value=”home.main” />
<parameter name=”precedenceFormOrUrl” value=”form”/>
<parameter name=”mode” value=”@@@fusebox-mode@@@”/> <!– ant will replace this with proper value: development or production –>
<parameter name=”password” value=””/>
</parameters><globalfuseactions>
<preprocess>
<do action=”utilities.captureRedirectInfo” />
</preprocess>
<postprocess>
<do action=”layouts.layout” />
</postprocess>
</globalfuseactions></fusebox>
JimMemberI’ve got this resolved. I added the appropriate files to the XML content type dialog and it seems ot work correctly now!
Loyal WaterMemberGlad you got it to work. Thanks for letting me know.
-
AuthorPosts