Hide protected/private members from completion?
David Nolden
zwabel at googlemail.com
Fri Jan 9 17:57:06 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
This is implemented since about 2 weeks. It just doesn't respect "friend"
declarations yet.
Greetings, David
More information about the KDevelop-devel
mailing list