- This topic has 11 replies, 4 voices, and was last updated 19 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
Brandon RifeMemberDouble clicking on *.js files in package explorer displays the error dialog, “Unable to create part”. Error log contains the following exception:
java.lang.UnsupportedOperationException
at org.eclipse.ui.texteditor.ChainedPreferenceStore.setDefault(ChainedPreferenceStore.java:348)
at org.eclipse.ui.texteditor.MarkerAnnotationPreferences.initializeDefaultValues(MarkerAnnotationPreferences.java:74)
at com.ibm.sse.editor.javascript.JSEditor.configureSourceViewerDecorationSupport(Unknown Source)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.getSourceViewerDecorationSupport(AbstractDecoratedTextEditor.java:910)
at com.ibm.sse.editor.javascript.JSEditor.createSourceViewer(Unknown Source)
…Win2K, Sun JDK 1.4.2.05, Eclipse 3.01, MyEclipse 3.8.2
Riyad KallaMemberIf you right click > Open With, what is the default editor set to? Can you try and shut down eclipse, then restart it with the -clean command line argument?
Brandon RifeMemberRight-clicking indicates that “MyEclpse Javascript Editor” is the default editor. Running Eclipse with -clean didn’t seem to help. The same error occured when attempting to open a *.js file.
Riyad KallaMemberAre you using the Eclipse SDK install, or the Platform install? MyEclipse requires the Eclipse 3.0(.1) SDK Install (86 meg or so).
Brandon RifeMemberI’m using the SDK. I’ve traced the problem to a conflict with another plugin: OxygenXML (http://www.oxygenxml.com/). When I remove oxygen, no problems. Sort of scary that one plugin can affect another like that. Any insight as to what could be going on?
Riyad KallaMemberHmmm not really, I will check with the devs though, that is odd.
Brandon RifeMemberBTW, I use the same combination of plugins in Linux (Mandrake) and the same thing happens.
Scott AndersonParticipantWe’re not familiar with the plugins used in Oxygen. It’s likely that we use incompatible versions of some common plugin. Do you see any that bear the same name as those used in MyEclipse?
Scott AndersonParticipantUpon further review, we determined what causes the incompatibility between the two plugins. Oxygen changes some of the common text editor preferences in such a way that it aggravates an existing bug in the Javascript editor. We’ve added a fix that will be available for 3.8.3.
Brandon RifeMemberThanks – you guys are tops!
Andreas BrenkMemberWhen will 3.8.3 (or at least a hint how to fix this manually) be available?
Riyad KallaMemberWe are shooting for 3.8.3 to come out at the end of next week or early the following week. So far QA has been really productive/clean.
-
AuthorPosts