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 icons for methods' implementations

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 - Aug 09 2007 : 03:29:15 AM

class C1
{
private:
	void fun1(); // (1)
};

void C1::fun1() // (2)
{
}

The VA Outline displays specific private icon for line (1). But for line (2) the displayed icon is public-type icon, whereas this is implementation for private method.

This code snippet is too simple, but when class header is in .hpp file, and implementation is in .cpp, than looking at .cpp t is very desired to see whether this function public, protected or private.

3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Aug 09 2007 : 10:57:43 AM
I have added a note that the two ideas are related.
Esone Posted - Aug 09 2007 : 08:35:21 AM
Please, consider this case together with another VA Outline icons-related case=7996, described here:
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=6504
feline Posted - Aug 09 2007 : 07:26:14 AM
An interesting idea. VA would have to do some form of lookup to work out which icon to use:

case=5755

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