- This topic has 51 replies, 8 voices, and was last updated 14 years, 5 months ago by ericsan.
-
AuthorPosts
-
scooternhMemberThis message has not been recovered.
Brian FernandesModeratorThis message has not been recovered.
Brian FernandesModeratorGiven the high priority of this issue, we worked hard on making a fix available for immediate use. If any of you could try it and give us some feedback, that will help ensure that the issue is well and truly fixed for 8.5.
To install the new plugin in MyEclipse 8, do the following:
1) Go to Help > Manage MyEclipse Plug-ins.
2) From the list that shows up, choose the MyEclipse Visual Swing Designer and select Uninstall.
3) Restart MyEclipse as requested, go to Help > About > Installation Details > Plugins and sort by plugin Id. Ensure that there is no plugin with Id com.genuitec.eclipse.dehory in that list, confirming that the plugin has been uninstalled.
4) Download this file and unzip it into the dropins folder in your MyEclipse 8 installation directory. Your dropins folder should now have a file named com.genuitec.eclipse.dehory_8.4.200.me201002221244.jar
5) Start MyEclipse, go the the location mentioned in step 3 and ensure you see a com.genuitec.eclipse.dehory plugin with the Id 8.4.200.me201002221244
You are now running with the new version of the fixed plugin and should not experience the lockup anymore.To install the new plugin in MyEclipse 8.5
1) Go to Help > MyEclipse Configuration Center
2) From the Dashboard tab, deselect MyEclipse Visual Swing Designer
Follow steps 3-5 from previous section.Since this is a temporary / testing fix, this could cause issues when upgrading to 8.5 GA; before upgrading, simply shut down MyEclipse, delete the JAR file you unzipped into the dropins folder and restart MyEclipse before attempting to apply the update.
Please let us know if this works and fixes the lockup issue for you.
rfulkersonMemberHi Brian,
I uninstalled the previous version, then unzipped the provided file into dropins. After restarting the plugin is not visible. I also attempted the same thing using the plugins folder, but that did not work either. Perhaps my problem is that I am using a classic install with stand alone modules. Is it possible to get the patch to work in this configuration?
Thanks,
Ron
Brian FernandesModeratorRon,
Sorry, this fix is only for MyEclipse 8 or 8.5M2, it won’t work with standalone modules as it expects some other MyEclipse plugins to be present. The standalone modules will only be updated in 8.5 GA.
Would it be possible for you to try with MyEclipse?
ericsanMemberAny news on this? I’m currently evaluating switching to MyEclipse for Matisse form design and one of our forms locks up, both under Eclipse 3.3.2 with the Matisse plugin, and using the latest version of the full MyEclipse desktop environment.
A possibly interesting clue is that it’s the only form that had been reworked in NetBeans 6 to use GridBagLayout managers; all other forms use the FreeDesign layout manager and open fine.
Is there any information I could send that might help troubleshooting? Thanks!
ericsanMemberOne more update — I manually substituted GridBagLayout references with BorderLayout references, and the form opens. Of course, the layout is all messed up, but I’ve started switching back to GridBagLayout and the form still reopens so far.
-
AuthorPosts