Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Coloring collapsed methods (1639)

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000