Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1649: Repair case problem not fixed

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
vishnu Posted - Sep 29 2008 : 08:25:31 AM
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
8   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 02 2008 : 3:21:17 PM
I have the files, thank you for these. I have replied via email for ease.
vishnu Posted - Oct 01 2008 : 03:38:17 AM
As requested, I have send you the project files and the screencast.
feline Posted - Sep 30 2008 : 2:30:13 PM
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.
vishnu Posted - Sep 30 2008 : 09:30:50 AM
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).
feline Posted - Sep 30 2008 : 08:07:54 AM
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.
vishnu Posted - Sep 30 2008 : 04:26:01 AM
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??
vishnu Posted - Sep 30 2008 : 03:27:00 AM
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?
feline Posted - Sep 29 2008 : 11:40:02 AM
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?

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