Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Hiding underscored member functions in lists

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
DanNilsson Posted - Dec 23 2006 : 12:27:23 PM
Whenever I am getting a suggestion list for an STL object, they are littered with the "implementation functions" of the object, that are prefixed with an underscore("_"). Things like "_Debug_heap", "_AtExit" and so forth. I would really appreciate a filtering option for situations like this.
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jan 03 2007 : 07:43:05 AM
We are considering adding inverse filtering using these toolbar buttons. if done it would not be based on the name of the parameter, but on its access specifier. So instead of filtering the list to show private members you could remove private members from the list.

relying on underscore meaning something specific breaks for all of the people who do not use this naming convention. in C++ m_ at the start of a member variable name is quite common.

case=2351
sl@sh Posted - Jan 03 2007 : 03:40:22 AM
How about an additional filtering button at the bottom of the suggestion list box, to hide or show 'internal' symbols (i. e. those starting with '_')? Since by default everything will be shown, nothing changes at first sight, but if the list of internal symbols gets annoyingly long, you just select the appropriate filter buttons. I'm referring to the second last image in the article you linked in your answer: it shows exactly the problem and the mouse pointer in this image already kinda points to the solution
feline Posted - Dec 27 2006 : 09:29:20 AM
The current answer is going to be a mixture of the filtering toolbar, shorthand and acronyms, as explained here:

http://www.wholetomato.com/products/features/members.asp

VA does not know which items you want to see, or not see, and if we start hiding things by default then this is likely to cause all sorts of problems, since it wont be long before someone feels we are hiding the wrong things.

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