[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Use Java-Code-Editor in an Dialog
|
Hello I have some problems, and i hope someone can help ;)
I am developing an RCP Application. And I need to integrate an
Java-Code-Editor.
I think the editor I need is the CompilationUnitEditor (but im not sure).
So the problems are:
- The editor habe to be shown in (extra) Dialog.
- The editor should provide, syntax-highlighting & code completion.
(like in Eclipse IDE)
- I don't want to have the editor-Icons on the applications toolbar.
Any ideas how to manage this?
Thank you.