Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 directories
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kruseborn
New Member

5 Posts

Posted - Nov 10 2009 :  06:04:05 AM  Show Profile  Reply with Quote
In VAssistX/projects/c++ Directories you can include directories that includes header files for VAssist to parse. Is there any why you can tell VAssist to parse a tree of directories. Say you have 50 directories with different header files. Do you have add all of them separate?

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Nov 10 2009 :  1:59:47 PM  Show Profile  Reply with Quote
Currently there is no way to do this. The reason VA doesn't do automatic sub-folder traversal is that the compiler doesn't do it either. Usually if the environment is set up for compilation to work, then VA will find what you expect it to find.

zen is the art of being at one with the two'ness
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Nov 10 2009 :  5:38:40 PM  Show Profile  Reply with Quote
As Feline said Visual Assist sets up itself from the environment. Visual Assist also parses headers which are included in a cpp file, so normally you don't need to set up these directories manually. Do you see any problems?
Go to Top of Page

kruseborn
New Member

5 Posts

Posted - Nov 11 2009 :  02:13:13 AM  Show Profile  Reply with Quote
i have alot of directories and files on the linux computer and i want to use the visual studio as an editor, not for compiling so i get the IntelliSence from visual studio.

but there are a lot of directories and sub-directories on the linux computer and I cant ad all manually.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Nov 11 2009 :  11:09:43 AM  Show Profile  Reply with Quote
You can copy and paste a directory list into this list in our options dialog by using the end button.

Can you simply get the directory list you need from an existing makefile on your Linux machine?
How about using a find command, with the output piped into a text file? I am a bit rusty on the UNIX command line, but it should be fairly easy to generate a listing of all sub directories with a find command and pipe it into a text file. Then just open the text file under Windows and copy / paste its content.

zen is the art of being at one with the two'ness
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Nov 11 2009 :  2:00:29 PM  Show Profile  Reply with Quote
Alternatively, you can turn on

VA Options -> File handling -> if Solution is not empty

It will parse all other unparsed files in the same directory upon opening a file.
Go to Top of Page

kruseborn
New Member

5 Posts

Posted - Nov 12 2009 :  11:53:34 AM  Show Profile  Reply with Quote
quote:
Originally posted by feline

You can copy and paste a directory list into this list in our options dialog by using the end button.

Can you simply get the directory list you need from an existing makefile on your Linux machine?
How about using a find command, with the output piped into a text file? I am a bit rusty on the UNIX command line, but it should be fairly easy to generate a listing of all sub directories with a find command and pipe it into a text file. Then just open the text file under Windows and copy / paste its content.



I will test it, thank you
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000