Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Slim Java Editor(How to create an rcp with just the java editor?)
icon5.gif  Slim Java Editor [message #506851] Mon, 11 January 2010 00:12 Go to next message
Eclipse UserFriend
Hello Group,

I wanted to create a slim java editor. An RCP with the jdt java editor without any of the other views.

The inspiration for such an editor is to avoid the time delay in opening eclipse IDE, to train new comers to java ...

I just need the content assist, the syntax highlighting and problem markers. I do not want to include the compilation feature either. Outline view and problems view is desirable provided it won't affect the initial startup time of the rcp java editor.

Could any of you please point me to the jdt plugins which I need to include in the RCP to open a java editor.
Re: Slim Java Editor [message #506872 is a reply to message #506851] Mon, 11 January 2010 03:50 Go to previous message
Eclipse UserFriend
Madhu Samuel wrote:
> Hello Group,
>
> I wanted to create a slim java editor. An RCP with the jdt java editor
> without any of the other views.
> The inspiration for such an editor is to avoid the time delay in
> opening eclipse IDE, to train new comers to java ...
>
> I just need the content assist, the syntax highlighting and problem
> markers. I do not want to include the compilation feature either.
Well, the problems are generated by the compiler ;-)

Dani
> Outline view and problems view is desirable provided it won't affect
> the initial startup time of the rcp java editor.
>
> Could any of you please point me to the jdt plugins which I need to
> include in the RCP to open a java editor.
The simplest thing for you is to go to:

http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1- 200909170800/index.php
and download the Platform Runtime Binary for your platform and
add/install the JDT Runtime Binary on top of it.

Dani
Previous Topic:opening jar files in eclipse
Next Topic:question on src folder in linux
Goto Forum:
  


Current Time: Sun Mar 23 21:18:16 EDT 2025

Powered by FUDForum. Page generated in 0.02631 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top