|
Eclipse plugin extending the standard editor
hello,
I would like to create an eclipse plug-in that adds new functionality to the standard editor provided by eclipse (namely captures the modifications insertion/deletion of characters that the users performs on the code). How can I get access to the contents of the standard java editor udes by eclipse and add listners to it? Thanks in advance.
Last edited by gaspard : 03-04-2008 at 04:26 PM.
|