Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX 1532: folding breaks bracket highlightning

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
Uniwares Posted - Aug 14 2006 : 11:32:25 PM
when you fold a section any closing bracket after the folded section is not more highlighted, only the opening one.

sample:
if(1)
{
if(2) // fold this section
{
}
} // this bracket will not highlight when the previous if is folded
4   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Aug 16 2006 : 6:53:13 PM
i did not know that jpizzi.

Uniwares i scanned up and down a chunk of C++ code but did not see any options to collapse just an inner if block. most odd.
jpizzi Posted - Aug 15 2006 : 9:54:40 PM
You can always force a fold with Ctrl-M, Ctrl-H. Highlight the section first.
Uniwares Posted - Aug 15 2006 : 7:56:40 PM
Using VS2003 and C++ here. Not sure though when VS starts to allow folding of if's etc. Doesnt do it always.
feline Posted - Aug 15 2006 : 7:33:12 PM
i was able to reproduce this in the end with C# and


if(1)
{
#region
    if(2) // fold this section
    {
    }
#endregion
} // this bracket will not highlight when the previous if is folded


i could not produce the fold on demand any other way.

case=2094

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