Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Change Signature is completely broken
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

tjcbs
Tomato Guru

104 Posts

Posted - Jun 08 2017 :  3:17:14 PM  Show Profile  Reply with Quote
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.

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Jun 08 2017 :  5:24:31 PM  Show Profile  Reply with Quote
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?

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000