- This topic has 11 replies, 4 voices, and was last updated 20 years, 7 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
September 28, 2004 at 10:46 am #216248
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?
September 28, 2004 at 10:54 am #216258
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.
September 28, 2004 at 10:55 am #216259
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).
September 28, 2004 at 11:17 am #216266
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?
September 28, 2004 at 11:26 am #216270
Riyad KallaMemberHmmm not really, I will check with the devs though, that is odd.
September 28, 2004 at 11:30 am #216272
Brandon RifeMemberBTW, I use the same combination of plugins in Linux (Mandrake) and the same thing happens.
September 28, 2004 at 7:54 pm #216343
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?
September 29, 2004 at 6:31 am #216356
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.
September 29, 2004 at 5:29 pm #216453
Brandon RifeMemberThanks – you guys are tops!
December 1, 2004 at 5:14 am #220310
Andreas BrenkMemberWhen will 3.8.3 (or at least a hint how to fix this manually) be available?
December 1, 2004 at 6:43 am #220314
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