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
 1649: Repair case problem not fixed
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

vishnu
New Member

6 Posts

Posted - Sep 29 2008 :  08:25:31 AM  Show Profile  Reply with Quote
I have seen that this repair case problem still persists in the 1649 release.

for ex:

TreeView^ mTree;

void AddItem(TreeNode^ node)
{
//intended result with 'Repair case' option enabled
mTree->Nodes->Add(

//But as soon as you enter the open parentheses it changes
//the case to
mTree->Nodes->add(
)


at this point even if you press CTRL+SPACE to see what
suggestions are avaliable it only shows 'Add' and 'AddRange' so from where does it pick the lower case 'add' ??? This happens with
all Lists, ArrayList and any collection objects.


this happens even when you type

mButton->Enabled
to
mButton->ENABLED

If you disable the "Repair case" option then everything is fine, but I don't think this is the way.

-------------------------
My system info:
VA_X.dll file version 10.4.1649.0 built 2008.09.09
Licensed to:
VA X: vishnu.uckoo
DevEnv.exe version 8.0.50727.762
msenv.dll version 8.0.50727.762
Font: Courier New 13(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Platform: Win32
Stable Includes:
C:\\Programs\\Microsoft Visual Studio 8\\VC\\include;
C:\\Programs\\Microsoft Visual Studio 8\\VC\\atlmfc\\include;
C:\\Programs\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\include;
C:\\Programs\\Microsoft Visual Studio 8\\SDK\\v2.0\\include;

Other Includes:

Stable Source Directories:
C:\\Programs\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc;
C:\\Programs\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfcm;
C:\\Programs\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl;
C:\\Programs\\Microsoft Visual Studio 8\\VC\\crt\\src;

-------------------------

any help will be highly appreciated.
Vishnu

feline
Whole Tomato Software

United Kingdom
18940 Posts

Posted - Sep 29 2008 :  11:40:02 AM  Show Profile  Reply with Quote
What language are you programming in?

If you show VA View, then place keyboard focus back into the editor, and now hover the mouse over the TreeView is the correct information displayed?

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

vishnu
New Member

6 Posts

Posted - Sep 30 2008 :  03:27:00 AM  Show Profile  Reply with Quote
I am programming in Managed C++.
I tried the step as you said. When i hover the mouse over the TreeView object, it doesn't display the information.
any other tip or trick to try?
Go to Top of Page

vishnu
New Member

6 Posts

Posted - Sep 30 2008 :  04:26:01 AM  Show Profile  Reply with Quote
okay I have found that in VA View the information gets displayed if i hover the mouse on the TreeView object in the header file but if i do the same in the cpp file it doesn't show the information.
any guess why??
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18940 Posts

Posted - Sep 30 2008 :  08:07:54 AM  Show Profile  Reply with Quote
VA View shows me the information for TreeView when I place your code into a managed cpp file using VS2005 and VA 1649 *puzzled*

Do you have:

VA Options -> Advanced -> Fonts and Colors -> Stable symbols in Italic

turned On or Off? If this is turned On is TreeView shown in italics or not? It is for me.

Can you try creating a new default Managed C++ solution and copy / paste the code from this thread into a cpp file and see what results you get? I am wondering if there is something in your main solution that is confusing VA.

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

vishnu
New Member

6 Posts

Posted - Sep 30 2008 :  09:30:50 AM  Show Profile  Reply with Quote
I have the option "Stable symbols in Italic" turned Off.
As suggested, I have tried in a new project and it behaves the same. As said earlier, the VAView shows correct information in the .h file but not in the .cpp and the same happens with repair case.

this->treeView1->Nodes->Add

in the .cpp file when you hover the mouse over the symbol "Nodes" and "Add" it shows the information in VAView but nothing for the symbol treeView1.

If you want I can send you the sample project and as well the screencast(.avi file of 3.13MB).
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18940 Posts

Posted - Sep 30 2008 :  2:30:13 PM  Show Profile  Reply with Quote
Please, this will be very useful, I can then run some tests on the same project you are using. Please submit the files via the form:

http://www.wholetomato.com/support/contact.asp

including this thread ID or URL in the description, so we can match it up.

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

vishnu
New Member

6 Posts

Posted - Oct 01 2008 :  03:38:17 AM  Show Profile  Reply with Quote
As requested, I have send you the project files and the screencast.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18940 Posts

Posted - Oct 02 2008 :  3:21:17 PM  Show Profile  Reply with Quote
I have the files, thank you for these. I have replied via email for ease.

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