This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 81954 - Quick navigator doesn't update in time on Windows 2) environment variable CTAGS_LOCATION 3) predefined location (C:\cygwin\bin\ctags.exe) 4) path Quick navigator doesn't update
Summary: Quick navigator doesn't update in time on Windows 2) environment variable CT...
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 17:55 UTC by Vladimir Kvashin
Modified: 2008-02-04 15:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2006-08-04 17:55:03 UTC
When user opens the file, quick navigator displays correct content; but after
user makes some changes in the file, Quick navigator doesn't update until the
file is closed and repoened.
Comment 1 Alexander Simon 2006-09-11 14:17:46 UTC
call method
  getEvent().addChangedDeclaration(decl)
insted of
  getEvent().getChangedDeclarations().add(decl);
	
CVS log:
Checking in Notificator.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/Notificator.java,v
 <--  Notificator.java
new revision: 1.2.2.2; previous revision: 1.2.2.1
done
Checking in ChangeEventImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/ChangeEventImpl.java,v
 <--  ChangeEventImpl.java
new revision: 1.2.2.2; previous revision: 1.2.2.1
done
Comment 2 Alexander Ioffe 2008-02-04 15:38:07 UTC
QNavigator is not present in NB any more