| 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. | 
               
             
           | 
         
       
       
     |