Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Bug in "Change Signature" (build 1535)

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
rodneys Posted - Oct 06 2006 : 08:25:00 AM
Consider this class:

  class TestClass {
  public:
    virtual void testMethod() { }
  };

Now, I call "Change Signature" for testMethod. The dialog box appears showing the current signature:

  virtual void testMethod()

I change the signature to

  virtual void testMethod(int a)

and hit the ok-button. My source code becomes:

  class TestClass {
  public:
     void testMethod( int a )
     { }
  };

The "virtual" keyword has disappeared!
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Dec 19 2006 : 9:07:37 PM
case=2894 is fixed in build 1543
feline Posted - Oct 07 2006 : 1:33:44 PM
confirmed. this only effects inline virtual functions, which is something.

case=2894

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