Community
Participate
Working Groups
Build ID: I20070625-1500 Steps To Reproduce: 1.Start Eclipse 2.Open a file with .doc extension (File->Open File). 3. The file is not opened and error appears ('Error opening the editor'). Also, in the Error Log view this error is displayed: 'Unable to create editor ID org.eclipse.ui.systemInPlaceEditor: Invalid Input: org.eclipse.ui.ide.FileStoreEditorInput@f40f9b40. Input must adapt to IFile')
Fixed in HEAD. Available in builds > N20071022-0010. This is a regression that got introduced in 3.3 as we replaced the internal JavaFileEditorInput with FileStoreEditorInput which (correctly) does not implement IPathEditorInput. The OleEditor.java must use the IPathEditorInput adapter. As the fix is easy and straight forward we might consider this for 3.3.2. Tod, what's you take on this?
Sounds like a good idea Dani - could you attach a patch please?
Created attachment 80886 [details] Fix
+1
Tod, I can put it into the maintenance stream if you want. Do you guys automatically contribute (i.e. tag) to the M-builds or do you do it when you backport a fix?
Created attachment 82218 [details] Fix This fix causes a regression (see 208897) due to bug 120336 but backporting the fix for bug 120336 will be too dangerous. This new fix works around bug 120336.
This is fixed in 3.4 but didn't get backported to 3.3.x.
Verified in I2080430-0100.