If I have a class:
class CDBEntry {
public:
enum { LOAD_OK = 1 };
unsigned LoadEntry(char* buf);
};
and then do:
CDBEntry entry;
entry.Lo
then the code completion still suggests the top
alternative LOAD_OK, instead of switching to the only
possible alternative: LoadEntry.
Problem seen in 4.9.8.10 and 4.9.9.2.
Logged In: YES
user_id=609236
Personally I like that it's not case sensitive