Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Coloring collapsed methods (1639)
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Dany
Senior Member

Germany
41 Posts

Posted - May 27 2008 :  02:27:26 AM  Show Profile  Reply with Quote
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
18939 Posts

Posted - May 27 2008 :  09:51:38 AM  Show Profile  Reply with Quote
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
Go to Top of Page

Dany
Senior Member

Germany
41 Posts

Posted - Sep 10 2008 :  03:14:37 AM  Show Profile  Reply with Quote
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
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 10 2008 :  10:28:48 AM  Show Profile  Reply with Quote
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
Go to Top of Page

Dany
Senior Member

Germany
41 Posts

Posted - Sep 11 2008 :  02:01:33 AM  Show Profile  Reply with Quote
Thank you for the information.

Dany

// using VAX in C# of VS2010 SP1 (en), Win 7 SP1 (de)
Go to Top of Page

sCape
Starting Member

1 Posts

Posted - Sep 30 2008 :  09:06:27 AM  Show Profile  Reply with Quote
And another case:
[+] #if _AAAA_ > 0[...]

[-] #if _AAAA_ > 0
{
...
}
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 30 2008 :  2:19:18 PM  Show Profile  Reply with Quote
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000