Coloring bug for overriden event handlers
Using 4.5.1258.
I noticed that if I have an event handler which overrides a base event handler method and the only code in the handler is a call to the base method, the whole method text turns into the dead code color. This is not dead code. While there's no reason to have such a handler, I have it sometimes for testing purposes.
Unlike a dead code method where only the method name is colored dead code color, the above has everything in dead code color, which looks odd.
Please sign in to leave a comment.