Hide protected/private members from completion?

David Nolden zwabel at googlemail.com
Fri Jan 9 17:59:05 UTC 2009


Am Friday 09 January 2009 16:11:38 schrieb Andreas Pakulat:
> Hi,
>
> Should we hide protected/private members from the code-completion list when
> they can't be used in a certain context? For example here:
>
> class test{ int b; }
>
> test a;
> a.<ctrl+space>
>
> Or is that too much work for too little gain (default case as above, friend
> declarations, public-private defines)?
>
> Andreas
Ah yeah just noticed it doesn't always work, I'll review it..




More information about the KDevelop-devel mailing list