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:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Blue
Brown
Green
Red
Violet
Yellow
Message:
Forum code
is on.
Html is off.
[quote][i]Originally posted by accord[/i] [br]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 [/quote]
Check to include your profile signature.
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
Snitz Forums 2000