For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 20 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
Christian PaetzoldMemberCannot view “Designer Files” in CVS Resource History
– System Setup ——————————-
Operating System and version: Windows XP SP1
Eclipse version: 3.1.0
Eclipse build id: I20050627-1435
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: 0
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 4
MyEclipse version: 4.0.0 GA
Eclipse JDK version: JDK 1.4.2_08
Application Server JDK version:
Are there any exceptions in the Eclipse log file? yes!ENTRY org.eclipse.ui 4 0 2005-09-12 11:32:07.926
!MESSAGE Unable to create editor ID com.genuitec.eclipse.webdesigner.html: Platform issue: this file cannot be opened in its current context. The text editor will be used instead.
!STACK 1
org.eclipse.ui.PartInitException: Platform issue: this file cannot be opened in its current context. The text editor will be used instead.
at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.isAcceptableInput(HTMLMultiPageEditorPart.java:989)
at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.init(HTMLMultiPageEditorPart.java:896)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2204)
at org.eclipse.team.internal.ccvs.ui.actions.OpenLogEntryAction$1.run(OpenLogEntryAction.java:85)
at org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.run(RepositoryManager.java:651)
at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$2.run(CVSAction.java:347)
at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$3.run(CVSAction.java:356)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:353)
at org.eclipse.team.internal.ccvs.ui.actions.OpenLogEntryAction.execute(OpenLogEntryAction.java:64)
at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:117)
at org.eclipse.team.internal.ccvs.ui.HistoryView$6.handleEvent(HistoryView.java:199)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!SUBENTRY 1 org.eclipse.ui 4 0 2005-09-12 11:32:07.926
!MESSAGE Platform issue: this file cannot be opened in its current context. The text editor will be used instead.– Message Body ——————————-
Hello,
I am opening a MyEclipse Designer file (*.jsp, *.html, …) in the “CVS Resource History” view (right click file > Team > Show Resource History). When I double click any version, I get an error from the Designer-Editor:Unable to create this part due to an internal error. Reason for the failure: Platform issue: this file cannot be opened in its current context. The text editor will be used instead.
and a stacktrace is displayed. As a workaround the simple text editor is displayed. Is this the intended behaviour ? I would expect to see the normal Designer-Editor (perhaps in a read-only mode) or at least an automatically replacement (i.e. no error message, no additional editor tab) of the Designer Editor with the simple editor.
Bernhard Berbuir
(Sparkassen)September 12, 2005 at 8:06 am #237092
Riyad KallaMemberWe are looking into this now.
September 12, 2005 at 9:15 am #237101
Riyad KallaMemberThis issue as it turns out is a very complex edge case and likely will not be addressed soon. We appologize for the inconvenience.
-
AuthorPosts
