Bug 113 : syntax highlighting is imperfect
Last modified: 2008-03-17 16:18




Status:
ASSIGNED
Resolution:
-
Priority:
P5
Severity:
normal

 

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. ***