From: Andre B. <and...@gm...> - 2003-02-01 21:22:46
|
hello, after some hours reading the docs of eclipse and trying the example codes I finally found the entry point to plugin our refactoring stuff. I already managed to write a plugin for changing a editor text (cutting text and moving the selection). Next thing that has been done was exploring how to use the Java Native Interface .. this was not to complicated (however, it was new to me). Next week I will try to integrate these things. My plan is to use the "TextDocument" class as Interface between the JavaCode (responsible for TextChanges ... selection, text replace) and the RFTA code (refactoring routines). If no problem occures I expect a first plugin version in the end of next week, -- until then, Andre |