Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to push POST_RECONCILE events to POST_CHANGE
How to push POST_RECONCILE events to POST_CHANGE [message #186398] Fri, 19 November 2004 17:16
Eclipse UserFriend
Hi, there,
I register a listener through addElementChangedListener to listen on source
changes.There are issues with that. If I try to type attribute "abc" but I
pause a few seconds after typing "ab". A POST_RECONCILE event will be fired
saying attribute "ab" is added. Is there a way to make the events delayed to
POST_CHANGE/PRE_AUTO_BUILD? That means don't check the chagnes until I save
the file. Right now if I save the file the POST_CHANGE event's deepest delta
level is the CompileUnit ("kind" is changed) but not containing affected
children.
Thanks!!!!
Jim
Previous Topic:How do I create ICompilationUnit from IClassFile
Next Topic:Problem compiling with eclipse 3.0.1 and Tiger on Win2000
Goto Forum:
  


Current Time: Fri May 09 14:02:23 EDT 2025

Powered by FUDForum. Page generated in 0.03555 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top