Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336640 - SystemViewRemoteOutputAdapter should not use hard-coded editor id
Summary: SystemViewRemoteOutputAdapter should not use hard-coded editor id
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.3 M6   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 12:46 EST by Remy Suen CLA
Modified: 2011-02-10 09:13 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2011-02-08 12:46:54 EST
In its protected getDefaultTextEditor() method, the static DEFAULT_TEXT_EDITOR_ID string from the EditorsUI class should be used instead.
Comment 1 David McKnight CLA 2011-02-10 09:13:02 EST
I've modified the code to use EditorUI.DEFAULT_TEXT_EDITOR_ID rather than the hardcoded string.