Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1554: VA Outline & forward declarations

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
accord Posted - Apr 25 2007 : 4:00:47 PM
Great feature!

My first reflection is that includes, defines are grouped together. Well, forward decrarations are very common in C++ headers, so it should also be grouped for perspicuity.
For example:

- Forward declarations
   |- class cDT_Array;
   |- class cBufferedTextReader;
   |- class cDynamicType;

What do you think?
And of course it should be closed by default, like includes!

Thx for the innovation, keep up the good work!
6   L A T E S T    R E P L I E S    (Newest First)
holedigger Posted - May 31 2007 : 1:31:32 PM
Many of the groups (Fwd Decls, #defines, #includes, etc) only show up only if there is more than one entry.

In the example above, remove CBob and CChocolate and the "Fwd Decls" group node disappears.
feline Posted - May 31 2007 : 06:32:13 AM
I don't understand what you mean. I have a header file with the content:


#pragma once

class CFred;
class CBob;
class CChocolate;


and I am getting this group in VA Outline.
schoenherr Posted - May 31 2007 : 12:42:12 AM
Should this group also appear if only on forward declaration exists? IMHO: yes, but it dosn't.
support Posted - May 31 2007 : 12:11:49 AM
fixed in build 1557
feline Posted - Apr 25 2007 : 4:58:19 PM
An interesting idea, I have put in a feature request for this:

case=6214
accord Posted - Apr 25 2007 : 4:12:50 PM
This will also enable to keep them together. So if they are spreaded in the header, they can easily merged into one group by dragging them after the first group.

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