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 218201 - 7.3 Find Usages filters are not supported for C/C++
Summary: 7.3 Find Usages filters are not supported for C/C++
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on: 127749 230538
Blocks:
  Show dependency tree
 
Reported: 2012-09-12 10:44 UTC by Vladimir Voskresensky
Modified: 2013-06-12 02:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2012-09-12 10:44:50 UTC
NB introduced filters support for Find Usages results. It's nice to have for C++ as well
Comment 1 crimcat 2012-12-07 13:01:13 UTC
I'd suggest adding a specific filter to search for constant/non constant expressions. It is a very useful case if you have to find field access expressions which modifies or do not modifies the field contents.
Comment 2 Egor Ushakov 2013-05-23 16:01:17 UTC
Proposed filters are:
- inside comments
- inside dead code
- inside macros
- show declarations
Comment 3 Egor Ushakov 2013-05-23 16:07:10 UTC
comments filter require fix of bug 127749
Comment 4 Egor Ushakov 2013-05-24 14:17:12 UTC
dead code, macros and declarations filters implemented in:
http://hg.netbeans.org/cnd-main/rev/095d175c4050
new icons required
Comment 5 Quality Engineering 2013-05-26 02:24:09 UTC
Integrated into 'main-golden', will be available in build *201305252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/095d175c4050
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing #218201 - 7.3 Find Usages filters are not supported for C/C++:
implemented dead code, macros and declarations filters
Comment 6 Quality Engineering 2013-05-29 02:05:15 UTC
Integrated into 'main-golden', will be available in build *201305282301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0b953f31e460
User: Egor Ushakov <gorrus@netbeans.org>
Log: extra fix for #218201 - 7.3 Find Usages filters are not supported for C/C++:
- more precise default filters handling
Comment 7 Egor Ushakov 2013-06-07 09:57:35 UTC
disabled because of the bug 230337, will be turned on after the bug 230538 is fixed
Comment 8 Egor Ushakov 2013-06-11 10:15:02 UTC
enabled back in:
http://hg.netbeans.org/cnd-main/rev/a69af7162ffc
Comment 9 Quality Engineering 2013-06-12 02:04:02 UTC
Integrated into 'main-golden', will be available in build *201306112301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a69af7162ffc
User: Egor Ushakov <gorrus@netbeans.org>
Log: reenabled #218201 - 7.3 Find Usages filters are not supported for C/C++