Bug 315825 - API Request: Code Editor with Content Assist
Summary: API Request: Code Editor with Content Assist
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-04 15:39 EDT by Justin Kong CLA
Modified: 2010-06-04 15:45 EDT (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 Justin Kong CLA 2010-06-04 15:39:54 EDT
Build Identifier: 3.6

In our product, we have a property page that contains a code snippet editor with content assist. To achieve this, we're currently using the JDISourceViewer and a number of other internal JDT classes. We would like to have an API that would give us access to an editor with content assist, so that we don't have to go through these internal classes. 

The API provided by the JavaBreakpointConditionEditor isn't ideal for our case, as importing it into our property page also includes the condition and suspend buttons. Since we only want the JDISourceViewer with content assist, this forces us to remove the buttons and the dependencies that the JDISourceViewer had on those buttons, which is fairly messy.

Reproducible: Always