We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › commented bracket highlighting
Page Index Toggle Pages: 1
commented bracket highlighting (Read 823 times)
commented bracket highlighting
May 14th, 2005, 12:40am
 
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 Smiley
Re: commented bracket highlighting
Reply #1 - May 14th, 2005, 3:41pm
 
filed in the soon to be available bugs db:
http://processing.org/bugs/show_bug.cgi?id=43
so closing the thread. thanks for the report.
Page Index Toggle Pages: 1