ahkow
Senior Member
33 Posts |
Posted - Jul 05 2014 : 5:01:44 PM
|
Seems like "Find Symbol" treats files in "Project properties -> C/C++ -> Additional Include Directories" as part of the solution. Although some of those files are not actually part of the solution, for example Qt's include files, their symbols still show up in "Find Symbol" dialog even when "Show only symbols defined in current solution" is ticked. In my opinion, they should be shown ony if it is unticked.
This makes Qt projects showing lots of symbols. And makes searching showing unwanted symbols. Is there any way to prevent this?
|
Edited by - ahkow on Jul 05 2014 5:08:22 PM |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Jul 08 2014 : 7:47:21 PM
|
Putting directories to Project properties -> C/C++ -> Additional Include Directories in itself should not make them part of the Find Symbol dialog. However, files you had opened or included in a project file causes them to appear in the dialog (regardless whether the mentioned setting is enabled or not), this is
case=69823 |
Edited by - accord on Jul 08 2014 7:47:36 PM |
|
|