Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1532: Alt+M Bug

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
accord Posted - Aug 19 2006 : 10:31:34 PM
VS2005, VAX1532, C++

The great news is that template class declarations and tempalte functions are now listed in Alt+M's listbox. But the text here is somewhat dirty.

In a header file I have:

class cNumberAdder : public cAdder {
public:
[...]
template <class T> void CreateEditBox();
}

If I press Alt+M here, the listbox item will be

cNumberAdder.template-100.T> void CreateBox()

for this function.

(In VAX 1530 this template function wasn't listed at all.)

...and this template class declaration:

template <class T> class cTreeNodeAdderTemplate : public cTreeNodeAdder {

is listed as

template-6.T> class cTreeNodeAdderTemplate
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - May 31 2007 : 01:29:25 AM
fixed in build 1557
feline Posted - Aug 20 2006 : 5:01:27 PM
confirmed

case=2165

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