FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 43 : inconsistent bracket highlighting with comments
Last modified: 2010-04-12 03:01
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P5
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.