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
 Feature Requests
 Show text of symbol
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

andre.horst
Tomato Guru

Germany
150 Posts

Posted - Jan 12 2010 :  09:11:48 AM  Show Profile  Reply with Quote
I am not sure if it is a bug or if it is a feature request. I'd like to see the text of a string in the edit field beside the "GO" button if i place the cursor into the symbol.

static LPCWSTR wstr = L"test" ;
static char*   cstr = "test" ;

int main(int argc, char* argv[])
{
	LPCWSTR str2 = wstr ; // Place cursor into wstr
	char* str3   = cstr ; // or in cstr and the text "test" cannot be seen in the edit field on the left side of the "GO" button
	return 0;
}

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Jan 12 2010 :  12:52:41 PM  Show Profile  Reply with Quote
I am seeing the same effect here and put in a bug report for this to see what the developers make of it:

case=38176
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Nov 12 2010 :  3:29:46 PM  Show Profile  Reply with Quote
case=38176 was marked as a duplicate of case=1131
case=1131 is fixed in build 1836

Whole Tomato Software, Inc.
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