views:

77

answers:

2

I want to develop an eclipse plugin to show some special functionalities with Eclipse Java Editor. Except for these minor changes all other things should be same as a normal Eclipse Java Editor. How to do this? Thanks in advance.

+1  A: 

This is a nice tutorial for Eclipse plug-in development.

kgiannakakis
A: 

Here are some things you may want to look at for helpful info on extending the JDT:

The following are a bit more general on creating editors:

Scott Stanchfield