Bug 59315 - Expose JavaEditor::MouseClick
Summary: Expose JavaEditor::MouseClick
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 14:46 EDT by Aleks Totic CLA
Modified: 2007-06-22 10:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleks Totic CLA 2004-04-20 14:46:30 EDT
I steal a lot of code from the Java Editor. It would be nice if some of these
classes were not internal so that I can reuse them without copy & paste:

JavaEditor::MouseClick
- this provides hyperlinking capability. It is loosely coupled with the Java
preferences and Java model. It can easily become a class where I need to
override a couple of methods.

org.eclipse.jdt.internal.ui.text.JavaPairMatcher/JavaCodeReader

- another very useful class for all editors. Very little of it is Java specific.

In general, JDT has many utility functions that are useful. An EditorUtilities
plugin with non-Java specific code would be very useful.
Comment 1 Dani Megert CLA 2004-04-21 13:54:25 EDT
There are currently no plans to make the Java editor API.
Comment 2 Dani Megert CLA 2007-06-22 09:59:20 EDT
Get rid of deprecated state.