Skip to main content



      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 05:56 Go to next message
Eclipse UserFriend
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 07:06 Go to previous message
Eclipse UserFriend
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: Tue Jul 01 18:43:00 EDT 2025

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

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

Back to the top