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
 Project-Relative Additional Parse Directories
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 24 2006 :  6:26:16 PM  Show Profile  Reply with Quote
i have reproduced the property pages not being supported

case=1072

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

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 27 2006 :  5:25:40 PM  Show Profile  Reply with Quote
in my test i used a relative directory variable via the property pages. once this is fixed, should this cover all of your problems? or are there additional things going on here?

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

swinefeaster
Tomato Guru

310 Posts

Posted - Mar 27 2006 :  6:04:55 PM  Show Profile  Reply with Quote
yes, i believe that is all i need...

1. it would have to be rechecked each time a new solution is opened, however. (or i guess vc could just be restarted)

2. would this cause SharePool files to be included in OFIW and FSIW dialogs? or would you have to uncheck the "show only symbols defined in current workspace" check?

thanks
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 28 2006 :  3:44:29 PM  Show Profile  Reply with Quote
to be honest i am not sure about either question. on point 2, i am fairly sure the files will not automatically show up, since the SharePool files are not actually in the solution.

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

swinefeaster
Tomato Guru

310 Posts

Posted - Mar 28 2006 :  7:47:27 PM  Show Profile  Reply with Quote
ok well i guess one step at a time... fix the macros and i'll see... *sigh*

thanks
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 29 2006 :  1:31:36 PM  Show Profile  Reply with Quote
look at point 2 from the other point of view, you are normally using standard win32 libraries, would you expect all of the files for these libraries to show up in OFIW?

i appreciate that you have a slightly different situation, but remember this dialog is called Open Files In Workspace.

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

swinefeaster
Tomato Guru

310 Posts

Posted - Mar 29 2006 :  4:43:23 PM  Show Profile  Reply with Quote
i know i know... however i can assume that many others would have a similar situation too (for large projects, anyway). maybe what you need is a OPIR and FSIR dialogs (R for Repository) or something like that...

*please please please*

:=)
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Apr 02 2006 :  3:26:30 PM  Show Profile  Reply with Quote
can you start a new thread for OFIR please? this thread is getting a little difficult to get my head around each time i have to re-read it

you do realise that there is the whole "fun" question of how to define the Repository to consider? which does not actually have anything to do with VS2005 macro variables

i do see the appeal, i use a 3rd party library myself, Qt in my case.

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

support
Whole Tomato Software

5566 Posts

Posted - Aug 08 2006 :  01:22:33 AM  Show Profile  Reply with Quote
Case 1072 is fixed in build 1531.
Go to Top of Page

gstelmack
Ketchup Master

USA
76 Posts

Posted - Sep 07 2006 :  11:55:53 AM  Show Profile  Reply with Quote
Has there been any movement on this? I'm running into a similar issue, where we just converted all our projects over to using Property Sheets in Visual Studio 2005, and are using custom User Macros to specify include roots. For example, we'll have a custom User Macro set in a base property sheet like:

MY_CUSTOM_MACRO = ..\\..\\..\\library\
and then another property sheet will have an Additional Include Directory set like:

$(MY_CUSTOM_MACRO)\\MyCustomLib\\inc

and then the project will use the property sheets. But Visual Assist does not find / parse any of the headers in MyCustomLib.

I see that case 1072 about property sheets is listed as "fixed" in 1531, but I'm still seeing this specific issue in 1534.

Are you still looking for a small repro sample? If so, that may be something I can try and put together.

-- Greg Stelmack, Red Storm Entertainment

Edited by - gstelmack on Sep 07 2006 11:57:43 AM
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 07 2006 :  1:30:58 PM  Show Profile  Reply with Quote
Yes - if you have a small repro sample, please email it to me via my forum profile.
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 07 2006 :  11:53:56 PM  Show Profile  Reply with Quote
Greg: take a look at my 11:50pm post over at:
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4530

Does that describe the problem you are experiencing?
Go to Top of Page

gstelmack
Ketchup Master

USA
76 Posts

Posted - Sep 11 2006 :  10:49:32 AM  Show Profile  Reply with Quote
quote:
Originally posted by sean

Greg: take a look at my 11:50pm post over at:
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4530

Does that describe the problem you are experiencing?



Yes, that looks about right.

-- Greg Stelmack, Red Storm Entertainment
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 11 2006 :  2:02:37 PM  Show Profile  Reply with Quote
Gregs: Just to confirm, can you send me va.log of opening the solution? If the IDE opens with the solution already open, close the solution, enable logging and then open the solution. Wait until cpu goes idle and then exit.
http://www.wholetomato.com/support/faq.asp#log
Go to Top of Page

gstelmack
Ketchup Master

USA
76 Posts

Posted - Sep 12 2006 :  10:51:00 AM  Show Profile  Reply with Quote
quote:
Originally posted by sean

Gregs: Just to confirm, can you send me va.log of opening the solution? If the IDE opens with the solution already open, close the solution, enable logging and then open the solution. Wait until cpu goes idle and then exit.
http://www.wholetomato.com/support/faq.asp#log




I just sent the logs off to support.

-- Greg Stelmack, Red Storm Entertainment
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 12 2006 :  2:32:46 PM  Show Profile  Reply with Quote
Thanks for the logs Greg. I see the problem now. case=1072 was specifically about support for user macros - we do support those. What we don't currently support is additional include directories being set in property files (as opposed to project files). case=2481
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 13 2006 :  1:53:37 PM  Show Profile  Reply with Quote
[greg and I have continued this in email]
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 19 2006 :  01:57:25 AM  Show Profile  Reply with Quote
Case 2481 is fixed in build 1535.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000