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 76274 - Stop using ctags
Summary: Stop using ctags
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: di
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 14:16 UTC by Vladimir Kvashin
Modified: 2006-10-31 09:00 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 14:16:21 UTC
Now ctags is used for filling quick navigator (drop-down list above editor that
contains this file declarations). It should be replaced with the code model data.
Comment 1 Vladimir Kvashin 2006-05-24 15:23:13 UTC
This should be done in a separate module, so that user can easilty switch quick
navigator on and off.
Comment 2 Vladimir Kvashin 2006-10-31 09:00:54 UTC
Fixed earlier.
Now for C and C++ mime types, code model is used to fill navigator.
For fortran implementation, the implementation is still ctags-based.