T O P I C R E V I E W |
ShiningMasamune |
Posted - Apr 05 2010 : 12:58:01 PM In C#, variables declared as "const" are compile-time constants whose values are substituted on compilation. They should therefore be colored the preprocessor color, but they're currently colored the variable color. |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Apr 07 2010 : 04:14:07 AM From this perspective you are right. Although, consts are "just" variables and const is "just" a modifier. So I would keep the behvior unchanged. |
|
|