T O P I C R E V I E W |
Nobodo |
Posted - Jun 11 2010 : 4:26:45 PM I just installed VS plugin Codekana to see if I liked its features. When I restarted VS, it immediately popped up the below message. I'm not aware of this problem in VAX; is it real or just a claim by the Codekana folk so they don't have to research it?
|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jun 16 2010 : 09:31:36 AM I recall looking at CodeKana myself a while ago, but I never encountered the colouring problems you are describing here. Nasty.
I look forward to your thoughts on CK and colouring of blocks of code. |
Nobodo |
Posted - Jun 15 2010 : 2:09:39 PM Thanks for the response. I ended up uninstalling CodeKana because there did seem to be a number of conflicts between VAX coloring and that of CK. I ended up with an occasional word that had top half of letters one color and bottom another, or some letters one color and some another, weird things like that.
I like how CK colors BLOCKS of code; that would be a great feature to add to VAX. I'll write something up in the suggestions forum.
Thanks again, Mark. |
feline |
Posted - Jun 14 2010 : 11:14:46 AM It is possible to confuse VA's parser, by using the same symbol name for two different things. For example a class and a variable, both having the same name, can result in one having the wrong colour sometimes. See "Coloring by Usage" here:
http://www.wholetomato.com/products/features/color.asp
I am not sure why Codekana would make this problem worse, unless there is some form of clash happening though. |