Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VA Outline _special_ comments issue
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Esone
Tomato Guru

Russia
115 Posts

Posted - Jun 04 2007 :  11:44:57 AM  Show Profile  Reply with Quote
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).

Edited by - Esone on Jun 04 2007 4:53:48 PM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jun 05 2007 :  07:32:12 AM  Show Profile  Reply with Quote
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.

zen is the art of being at one with the two'ness
Go to Top of Page

Esone
Tomato Guru

Russia
115 Posts

Posted - Jun 05 2007 :  07:41:21 AM  Show Profile  Reply with Quote
I know about a tooltip and separate line. Still, looking forward to the case=6936. Thank you. :)
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jul 07 2007 :  12:46:17 AM  Show Profile  Reply with Quote
case=6936 is fixed in Build 1559
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000