Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA Outline _special_ comments issue

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
Esone Posted - Jun 04 2007 : 11:44:57 AM
1) The fact: for the code
----------------------------------------------------------

namespace // Namespace comment.
{}

the "// Namespace comment." is displayed with VA Outline, regardless of its "Display Comments" option. I think this is OK.


2) Another code snippet:
----------------------------------------------------------
class Implementation : public Interface1, public Interface2
{
public: // Interface 1

    virtual void Interface1_method1();
    virtual void Interface1_method2();

public: // Interface 2

    virtual void Interface1_method1();
    virtual void Interface2_method2();
};
Here, the VA Outline does not display comments // Interface 1(2) after the public:. Again, regardless of its "Display Comments" option.

I need them to be displayed, it would make me see what virtual interface this public: block is for. My code is fullfilled with such implementations. Besides, it would get in sync with 1).
3   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jul 07 2007 : 12:46:17 AM
case=6936 is fixed in Build 1559
Esone Posted - Jun 05 2007 : 07:41:21 AM
I know about a tooltip and separate line. Still, looking forward to the case=6936. Thank you. :)
feline Posted - Jun 05 2007 : 07:32:12 AM
I have put in a feature request for this:

case=6936

For now the comments are shown in the tooltip for the public node in VA Outline, and if you move the comments to separate lines they are also shown.

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