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
 Two backslashes in OFIW does not work
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

znakeeye
Tomato Guru

379 Posts

Posted - Oct 14 2009 :  6:11:29 PM  Show Profile  Reply with Quote
VAX 1649, VS 2008 SP1.

In the OFIW dialog you can type a backslash to look for files in a specific folder:

test \\ stdafx.h

Now, consider this directory structure:
Test\\Foo\\stdafx.h
Test\\Bar\\stdafx.h
Test\\Test\\stdafx.h

If I type "test \\ test \\ stdafx.h" I expect only to see ONE of those, but VAX shows me all of them. This is very painful in our LARGE solution where we have some 50 projects.


I'm not sure if this is relevant information, but here we go. Our solution file is placed below the top-level directory:
ProductName\ProductName\\ProductName\\ProductName.sln + ProductName.vcproj
ProductName\\SomeDependency\\SomeDependency.vcproj
ProductName\\SomeDependency2\\SomeDependency2.vcproj

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Oct 14 2009 :  8:32:50 PM  Show Profile  Reply with Quote
Try removing the spaces from the filter string, so it becomes "test\\test\\stdafx.h"

With spaces you have just given VA a set of strings to search for, and used the "test" string twice. This is quite different from saying you want the directory test inside the directory test.

zen is the art of being at one with the two'ness
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