Author |
Topic |
|
Dany
Senior Member
Germany
41 Posts |
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.
|
Dany
// using VAX in C# of VS2010 SP1 (en), Win 7 SP1 (de)
|
Edited by - Dany on May 27 2008 02:31:15 AM |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
Dany
Senior Member
Germany
41 Posts |
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. |
Dany
// using VAX in C# of VS2010 SP1 (en), Win 7 SP1 (de)
|
Edited by - Dany on Sep 10 2008 08:59:27 AM |
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
Dany
Senior Member
Germany
41 Posts |
Posted - Sep 11 2008 : 02:01:33 AM
|
Thank you for the information. |
Dany
// using VAX in C# of VS2010 SP1 (en), Win 7 SP1 (de)
|
|
|
sCape
Starting Member
1 Posts |
Posted - Sep 30 2008 : 09:06:27 AM
|
And another case: [+] #if _AAAA_ > 0[...]
[-] #if _AAAA_ > 0 { ... }
|
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|