T O P I C R E V I E W |
cyril |
Posted - Aug 06 2009 : 08:33:02 AM Hi, Here is a strange coloration error:
vs
As you can see, the foo() method does not have the right "method" coloration in the first screenshot, apparently due to the presence of an argument with the same identifier nearby... Could something be done about that? Thanks. Cyril |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 06 2009 : 4:08:37 PM It does look wrong in your code, and it is only easy to find the answer if you already know where to look for it |
cyril |
Posted - Aug 06 2009 : 3:52:26 PM Thanks for your answer. I apologize for not reading that page sooner! |
feline |
Posted - Aug 06 2009 : 3:48:29 PM Currently this is a known problem, which is explained in the "Coloring by Usage" section here:
http://www.wholetomato.com/products/features/color.asp
basically in order for our colouring code to run quickly enough it must be fairly "simple" and it can get confused by duplicates, as you are seeing here. |