You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
ahkow
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?
1 L A T E S T R E P L I E S (Newest First)
accord
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