Community
Participate
Working Groups
Build ID: I20061214-1445 Steps To Reproduce: 1. Open a plugin.xml file for a plugin which declares 1 or more extension points 2. From the 'Extension Points' tab in the editor select the 'Open extension point schema' link. 3. The editor opens read-only. Is this intentional? If so it was surprising. You are in an editor that is modifiable editing a resource that is associated with the contents of that editor. More information:
*** Bug 172718 has been marked as a duplicate of this bug. ***
Ugh- this was created after 172718 by an errant refresh of my browser. My example could have been clearer. In my case the plugin was in my workspace. I would not have been surprised if it had not been in my workspace. You can reproduce by creating a new plugin project in your workspace, creating a new extension point/schema and then following the steps below. Note that the schema editor opened when you are creating the extension point is modifiable so you would have to close that first.
yes, this is certainly a bug.
*** Bug 178759 has been marked as a duplicate of this bug. ***
Created attachment 61683 [details] Patch for pde.ui Mike, I know you are backed up on bugs and I have a tested fix which should work, so I will go ahead and take this one off your hands. Created patch for safe keeping until 3.3M6 is finalized and we can release code for M7.
To open a schema file, we get the URL of the schema. Normally, we pass this URL to the schema editor and it opens the Schema editor like an external editor making it read only. Now, when we open a schema we check to see if the URL specifies a subdirectory of the workspace. If it does, we then check to see if the sub folder is a valid resources in the workspace. If it is, we then open it as you would expect the file to be opened in the workspace.
Strange, I experience this same problem with: Eclipse PDE Plug-in Developer Resources 3.8.1.v20120814-104528-7c7vFixFFt6Zr5aC6KM3OJSWW
(In reply to comment #7) > Strange, I experience this same problem with: > > Eclipse PDE Plug-in Developer Resources > 3.8.1.v20120814-104528-7c7vFixFFt6Zr5aC6KM3OJSWW Thanks for catching this, Brian no longer works on PDE so the reopened bug never showed up in the inbox. I have cloned this report as bug 393797.