T O P I C R E V I E W |
Dany |
Posted - May 27 2008 : 02:27:26 AM The last some builds show a minor inconsistency in coloring collapsed method names.
The name of a collapsed method (outlining) is colored black (normal text), if the rectangle with the three dots is shown in the same line. Otherwise (like in expanded condition) it is colored OK.
The same occurs to the option "Local symbols in bold", where they are not bold if the rectangle appears in the same line.
Like this:
[+] public void foo1(int bar, Font font)[...]
[+] public void foo2(int bar, Font font)[...]
[-] public void foo3(int bar, Font font) { ... }
Cheers.
|
6 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Sep 30 2008 : 2:19:18 PM Which IDE and programming language are you using?
VS2005 and C++ is not offering me the option to fold code like this. |
sCape |
Posted - Sep 30 2008 : 09:06:27 AM And another case: [+] #if _AAAA_ > 0[...]
[-] #if _AAAA_ > 0 { ... }
|
Dany |
Posted - Sep 11 2008 : 02:01:33 AM Thank you for the information. |
feline |
Posted - Sep 10 2008 : 10:28:48 AM Unfortunately this has not been fixed yet.
Colouring is a hard problem, since we have to work around behind the IDE. Basically if it looks like a function then VA will colour it as one. With some of these foldings the code looks enough like a function to be coloured, but sometimes it does not. |
Dany |
Posted - Sep 10 2008 : 03:14:37 AM I sadly keep on seeing it in 1649
Edit: Hmmm, it is just strange. Sometimes the coloring of collapsed methods is all right. But when I type a while, the coloring breaks again. I didn't yet find out steps for a reliable reproducibility. |
feline |
Posted - May 27 2008 : 09:51:38 AM I am seeing the same effect here. Thank you for the clear description.
case=15879
I had not realised this happened when the parameters were word wrapped, but it makes sense. |