Nels_P_Olsen
Senior Member
USA
47 Posts |
Posted - Jan 29 2004 : 12:40:58 PM
|
Suggested logic to deal with the miscoloring of variables (events, properties, etc) as "constants" (enumerated values) in C# or VB.NET:
if identifier is known both as "constant" and "variable" then if not qualified or qualified with enum then color as "constant" else if followed by open paren then color as "method" else color as "variable"
|
- Nels |
|