Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Show text of symbol

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
andre.horst Posted - Jan 12 2010 : 09:11:48 AM
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;
}
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Nov 12 2010 : 3:29:46 PM
case=38176 was marked as a duplicate of case=1131
case=1131 is fixed in build 1836
accord Posted - Jan 12 2010 : 12:52:41 PM
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

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