Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to extend the default Java editor?
How to extend the default Java editor? [message #1726490] Mon, 14 March 2016 09:56 Go to next message
shinzey shinzey is currently offline shinzey shinzeyFriend
Messages: 1
Registered: March 2016
Junior Member
I'm new to Eclipse plugin and working on a project to extend the default Java editor.

Basically we need to create an editor for a Java-like language invented by us. It just defines some new keywords which need to be highlighted. I've already created a plugin project and added the jdt dependency. I think it should not be difficult but jdt is too complicated for me to understand in a short time. Could anybody tell me where to get started?
Re: How to extend the default Java editor? [message #1731513 is a reply to message #1726490] Fri, 06 May 2016 11:06 Go to previous message
Mark Drei is currently offline Mark DreiFriend
Messages: 13
Registered: April 2016
Junior Member
Your question is already somewhat old, but maybe you still care about an answer.

I was just searching something similar and I found a good intro here about extending the editor:
https://www.eclipse.org/eclipse/platform-text/eclipseCon/talk.pdf

On the other hand, if you define your own language it might be worth taking a look at the Xtext project.
https://eclipse.org/Xtext/index.html

BR,
Mark
Previous Topic:Eclipse freezes / hangs on first termination of a JVM after eclipse startup:
Next Topic:Old bugs
Goto Forum:
  


Current Time: Thu Apr 25 13:15:38 GMT 2024

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

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

Back to the top