Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 System is unexpectedly lower-cased

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
jschroedl Posted - Jul 08 2011 : 10:59:02 AM
I'm a C++/CLI dev and have been irritate by this for a LONG time and hope for some help.

stdlib.h and process.h can define the "system()" function. lovely.

But, I NEVER want to call that API in my code. Rather, I refer to the .NET System namespace.

So, as I'm attempting to type something like System::String, as soon as I type the first colon, it's autocorrected to system: which I then have to Ctrl+Z back to System: This is real annoyance for me and really slows down coding.

It seems like typing the colon should help identify "System" as either a namespace or class name and VAX should be able to tell I don't mean system().

Any help out there for ways I can avoid this pain?

John
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jul 08 2011 : 9:00:27 PM
Turning off

VA Options -> Advanced -> Listboxes -> Selections committed with: Any character not valid in a symbol (C/C++ members)

should help.

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