Bug 5000 - Context menu IDs not fully qualified
Summary: Context menu IDs not fully qualified
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P1 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-15 16:51 EDT by Simon Arsenault CLA
Modified: 2001-12-17 10:57 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Arsenault CLA 2001-10-15 16:51:52 EDT
In the default test editor, it provides a context menu with ID 
#TextEditorContext. It should be fully qualified like other IDs (i.e, it should 
be org.eclipse.ui.textEditor.TextEditorContext or something along those 
lines...actually it should be <<Default Text Editor ID>>.TextEditorContext 
where <<Default Text Editor ID>> is the ID for the default text editor 
definition in XML

This problem exist for other editors subclassing TextEditor.
Comment 1 Kevin Haaland CLA 2001-11-13 13:24:49 EST
Pls work with the JFace text developer to resolve this. 
Comment 2 Kai-Uwe Maetzel CLA 2001-12-17 10:57:23 EST
Build > 20011217.

AbstractTextEditor now supports compatibility mode for 1.0 context menu 
registration. Pls see JavaDoc more more details.