Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 List include files

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Lifthrasil Posted - Nov 18 2015 : 01:44:33 AM
When you execute "list include files" there a window opened where you can see the include files and browse through them. A search for special include files would be very helpful. In our very old Software we would strongly need this functionality because for unit tests we get errors that specific include files are included what should not be (own generated error) but to find out which file this is and how this is included here is really hard. At the moment we have to display all include by visual Studio and compile the file to see what happens.
6   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Nov 20 2015 : 3:43:01 PM
One idea, you could comment out library includes temporarily, before using Expand Descendants and Copy.
Lifthrasil Posted - Nov 20 2015 : 12:09:23 AM
Hi!

The Problem in my case is maybe not so easy to solve. We include very big libraries in the code, which are not ours. These libraries are not interesting for us because we do not work on them or change something. When the tree is built it's also parsing the whole include path in the library which is not interesting for me and a very huge path. But I would also don't know how to solve that. I would have to exclude folders to tell the search that this is not interesting. So I think there's no easy way to solve this... It's the same if I include something from MFC. I'm most times not interested into the internal include path of this file.
sean Posted - Nov 19 2015 : 4:16:33 PM
Wow -- I wouldn't have waited 20 minutes. You can cancel and get partial results.

An alternative is to see if you can identify the problem in the opposite direction. Open the problem include file and list includes for it -- you will also see what files include it.
feline Posted - Nov 19 2015 : 2:56:44 PM
We would still need to build the tree before searching the tree, so if the problem is that building the tree is very slow, adding a search is not going to help.

Have you tried doing a Find in Files for the #include line that causes the problem?
Lifthrasil Posted - Nov 19 2015 : 12:21:03 AM
OK, so there's a work around. I am trying this. Since 20 minutes it's "building the tree". I'm not sure if a will see a result sometime.... Is it planned to integrate this into visual assist directly? Because like this it's not really comfortable?
feline Posted - Nov 18 2015 : 4:58:25 PM
If you right click in the list of include files, one of the options is "Expand Descendants and Copy", which allows you to then paste the part of the include tree you copied into a text file, where you can then search it, to find the information you want.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000