Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1645: show comments in VA Outline

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
Uniwares Posted - Jul 15 2008 : 11:04:30 AM
"Show Comments" in the VA Outline has some problems with .NET style comments.

this
/// <summary>
/// A function
/// </summary>
/// <param name="p1">some parameter</param>
/// <param name="p2">another one</param>
/// <returns>void</returns>


Turns into:
// <summary> / A function / </summary> / <param name="p1">some parameter</param> / <param name="p2">another one</param> / <returns>void</returns>
4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Dec 01 2008 : 07:46:57 AM
case=18539 is fixed in build 1707
feline Posted - Jul 16 2008 : 1:21:11 PM
A very good point, I have put in a bug report for the single slashes being left over:

case=18539
Uniwares Posted - Jul 15 2008 : 3:30:21 PM
True, but where do the single slashes come from? I guess VA simply removes // (double slashes) from the comments before concatenating. So it could maybe watch out for triple slashes and xml comments and strip them away?
feline Posted - Jul 15 2008 : 1:46:31 PM
I agree this is not very attractive, but short of parsing the comment I am not sure what we could do.

The problem with parsing the comment is what do we show? Also it opens the door to people asking VA to parse any structured comment, which once you look at C++ and Doxygen is not something we really want to get into.

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