How to monitor changes in files and code ? [message #275800] |
Fri, 12 November 2004 11:01 |
Eclipse User |
|
|
|
Originally posted by: ottohelge.hotmail.com
Hi,
I'm trying to develop a plug-in that notifies distributed developers about
changes and states of selected java files and code. In this regard I want to
notify "subscribers" about events, i.e. when selected files are opened,
deleted and changed (hopefully also what changes have been made). I also
want to implement a possibility to notify changes and deletion on parts of
the code like classes, methods and variables, based on the structure in the
outline. I'm planning to develop a plug-in aimed at users working trough
Eclipse and CVS, but if it's possible get the information needed from CVS
trough Eclipse.
Currently I'm using IResourceChangeListener to monitor changes to files
locally, but as far as I can see this only gives me the possibility to
monitor post-change, pre- and post-auto build of files. Are there other
events raised by Eclipse that I can use to monitor file changes? Which, if
any, events can I use to monitor source code changes or is there another
solution? Which possibilities do I have in Eclipse to monitor changes in
CVS?
Any code, reference suggestion or comment is appreciated!
Thanks in advance,
Regards,
Otto
|
|
|
Powered by
FUDForum. Page generated in 0.03399 seconds