FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 113 : syntax highlighting is imperfect
Last modified: 2008-03-17 16:18
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
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-07-28 06:06
quasimondo:
Is there a reason that mousePressed() is highlighted in red whilst
mouseMoved() and mouseReleased are in brown?
reas:
We're not parsing the text for the color coding, simply matching. Because
there is a mousePressed boolean and function, it can't distinguish between
mousePressed and mousePressed(). This is an inconvenience, but doesn't
break things. We're trying to get all the broken elements taken care of
first. Now the code is open, someone could take the responsibility of
implementing proper syntax highlighting. It's not one of our top priorities.
Additional Comment
#1 From fry 2006-05-19 15:09
***
Bug 354
has been marked as a duplicate of this bug. ***
Additional Comment
#2 From fry 2008-03-17 15:18
***
Bug 749
has been marked as a duplicate of this bug. ***