Bug 255193 - C/C++ search should allow to search only for global symbols
Summary: C/C++ search should allow to search only for global symbols
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 10:22 EST by Michael Scharf CLA
Modified: 2020-09-04 15:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scharf CLA 2008-11-13 10:22:44 EST
Currently, the C/C++ search finds static and global symbols. In many cases, static symbols are not really interesting because they are visible only within one file. Therefore it would be useful to be able to exclude static symbols from the search...
Comment 1 Markus Schorn CLA 2008-11-14 03:20:40 EST
static functions/variables were added to the search as response to bug 196414. Excluding them would have to be optional.