- This topic has 6 replies, 2 voices, and was last updated 18 years, 10 months ago by
Scott Anderson.
-
AuthorPosts
-
ErezMemberHi,
I have a working workspace which I am working with ME4.1.
I have already installed the ME5.0. Are there any special steps needed to perform before I open the ME5.0 on my existing workspace?Thanks,
ErezAugust 10, 2006 at 3:15 pm #256522
Scott AndersonParticipantErez,
No, no special steps are needed. You just need to open your 4.1 workspace with MyEclipse 5.0.
August 10, 2006 at 5:19 pm #256545
ErezMemberfor some reason all the XML files are open with Ant. Files like web.xml, tiles.xml etc. How can I change it? Is it normal behavior?
Thanks,
ErezAugust 10, 2006 at 11:44 pm #256549
Scott AndersonParticipantErez,
No, it’s not normal. You can change it by setting our XML editor to be the default for the XML files at Window > Preferences > General > Editors > File Associations > *.xml
August 11, 2006 at 3:54 am #256560
ErezMemberI did that and changed it to “XML Editor”. I reopen ME and still the icons next to the XML files are a “blue globe” which is the icon of the MyEclipse Web Browser.
When I double click my XML files the file opens and the tab icon is ok (‘the x icon’).
1. Why are my icons are wrong at the project package explorer?
2. Should I select MyEclipse XML Editor instead?Erez
August 11, 2006 at 4:42 am #256562
ErezMemberWhen I select the ‘MyEclipse XML Editor’ as default and click OK, then next time I open the preferences I see ‘XML Editor’ twice at the top of the list. I continue to do that I end up with lots of them (XML Editor) at the top of the list. Still the icon next to the XML files is left ‘blue earth’.
August 13, 2006 at 11:49 am #256648
Scott AndersonParticipant1. Why are my icons are wrong at the project package explorer?
Eclipse won’t update the icons until the file is used in some way. This was a change by the platform team because the icon decorator was eating up too many CPU cycles checking for changes when they don’t occur very often.
[
2. Should I select MyEclipse XML Editor instead?
Just right-click on your XML file and Open With… > MyEclipse XML Editor. Over time and with the next startup of Eclipse the icons should correct themselves over time.
-
AuthorPosts