Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Change Signature is completely broken

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
tjcbs Posted - Jun 08 2017 : 3:17:14 PM
I tried using it today, on a simple enough member function:

template<class t>
t* Clone(t* pPtr);


When I first right clicked and navigated to change signature, it was grayed out. It required right clicking a second time for the option to be available (the function was added a few minutes ago).

Then, when I wanted to make a small change to the signature,
const t* pPtr
, it says "Error: Can't parse signature".


For another, slightly more complex function, Change Signature is always grayed out:

template<class obj, class t>
bool SetMember(obj* pObj, const std::string& name, const t& in);


As it stands this feature is 100% worthless.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 08 2017 : 5:24:31 PM
Unfortunately there is a problem with Change Signature and free template functions:

case=89788

However, Change Signature should be offered and work correctly on member functions inside a template class. Can you try this situation, and see if Change Signature works there for you?

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