| 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. |