Hide protected/private members from completion?

Andreas Pakulat apaku at gmx.de
Fri Jan 9 15:11:38 UTC 2009


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

-- 
Your nature demands love and your happiness depends on it.




More information about the KDevelop-devel mailing list