T O P I C R E V I E W |
rm822 |
Posted - Oct 12 2006 : 11:48:33 AM //VA build 1535 struct Rule{ std::wstring name; //vs 2005 colored as enum, VC6 colored as local };
enum ColumnType{ idx, //OK name //vs 2005 colored as enum, VC6 colored as local };
|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Oct 13 2006 : 09:08:26 AM I see different results to you. I suspect it is related to the other files in the current solution, plus anything in your stable include library directories. |
rm822 |
Posted - Oct 13 2006 : 05:36:59 AM Ok, but why the same code colored different in VC6 && VS2005 "guess" depend on IDE? :) |
feline |
Posted - Oct 12 2006 : 12:11:35 PM unfortunately the colouring code has to run very quickly, to keep up with scrolling, and has limited information to work on, so it has to "guess" some of the time. this is explained in the "Coloring by Usage" section here:
http://www.wholetomato.com/products/features/color.asp |