Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX 1525: Document Method

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
mmb Posted - Jun 27 2006 : 06:00:40 AM
Under VC6 Document Method still does not work as I expect:

The Template

/**
_* @param $MethodArg$
_* @return
_* $SymbolType$
_*/

produces

_/**
_* @param a_reference_type_ptr rtp
_* @param a_reference_type_ptr vtable_rtp
_* @param entity *ent
_* @param int *count
_* @return
_* void
*/
static void add_ivtable_init_entries_for_class(..

Note the first superfluous space and the missing space at the end.
1   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jun 27 2006 : 2:07:24 PM
This has to do with VC6's reformat selection. We call the IDE's reformat after the insert to apply indenting/formatting. I'm not sure if there is anything we can do short of implementing our own reformat handler.

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