Bug 43 : inconsistent bracket highlighting with comments
Last modified: 2010-04-12 03:01




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P5
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-05-14 06:43
reported by depth:

the little put-a-rectangle-around-the-matching-bracket feature doesn't work so well with
commented lines. for example,

Code:

for (int i=0; i<10; i++) {
//for (int j=0; j<10; j++) {
//do other stuff instead
}


putting the cursor at line 4 here draws a rectangle around the bracket at the end of line 2,
not line 1.

another dinky IDE thing....fix or ignore at your preference

http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;
num=1116024040;start=0
Additional Comment #1 From fry 2010-04-12 03:01
fixed by jdf for 0184.