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 76261 - 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 refresh on Windows
Summary: Quick navigator doesn't update in time on Windows 2) environment variable CT...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 10:47 UTC by Vladimir Kvashin
Modified: 2006-08-03 09: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-05-12 10:47:00 UTC
If NetBeans with CND is run on Windows not under cygwin, then Quack Navigator (a
drop-down box with variables/functions/etc at the top of editor window) works
strange.

It refershed only after user adds a new declaration to file. For example, create
a n empty project, add "New Main file". Navigator box is empty. Add "int v;".
After that navigator contains both "main()" and "v". Rename "v" to "w" - it
isn't reflected in navigator. Add "void foo() {}". Now navigator is updated.

If run under sygwin, navigator works ok.
Comment 1 Vladimir Kvashin 2006-08-03 09:38:35 UTC
Doesn't repeat (which isn't surprising because quicknav is totally changed)