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.
A:
Here are some things you may want to look at for helpful info on extending the JDT:
- http://www.ibm.com/developerworks/opensource/library/os-ecjdt/
- http://wiki.eclipse.org/FAQ_How_do_I_extend_the_JDT%3F
The following are a bit more general on creating editors:
Scott Stanchfield
2009-06-12 18:42:02