Which one / What is highlighting same as constant? const Foo = 1; // Foo is not highlighted:
Then if Foo is a constand in a case statement it should be treated the same and not highlighted.
literal constant: 'a' => blue by default
If constants in the case statement are characters then they should also be blue by default.
123 => dark(er) blue (navy) by default
Yes, if the case constant is a number then it should also be in this color.
Does this answer mean => case labels to be highlighted by color?
I think they should be treated in the same as in a constant declaration. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
