Keywords changes, currently not entirely working

This commit is contained in:
Casey Reas
2012-12-09 15:35:57 +00:00
parent 46e3f44d1f
commit b9d9505827
15 changed files with 441 additions and 460 deletions

View File

@@ -71,31 +71,18 @@ editor.eolmarkers.color = #999999
editor.brackethighlight = true
editor.brackethighlight.color = #006699
# TEXT - KEYWORDS, LITERALS
# For an explanation of these tags, see Token.java
# trunk/processing/app/src/processing/app/syntax/Token.java
# TEXT - KEYWORDS
# e.g. Functions
editor.function1.style = #006699,plain
# e.g. Methods (functions inside a class)
editor.function2.style = #006699,plain
# e.g. Datatypes and keywords (void, int, boolean, etc.)
editor.keyword1.style = #D86736,plain
# e.g. Processing fields [variables within a class]
editor.keyword2.style = #EE3C96,plain
# e.g. Processing variables (width, height, focused, etc.)
editor.keyword3.style = #EE3C96,plain
# TEXT - LITERALS
# e.g. Strings (text in quotes)
editor.keyword4.style = #FF0000,plain
editor.keyword5.style = #00FF00,plain
editor.literal1.style = #7D4793,plain
# e.g. Constants (QUARTER_PI, CORNERS, etc.)
editor.literal2.style = #669933,plain
# e.g. + - = /
@@ -105,12 +92,10 @@ editor.operator.style = #006699,plain
# like in case statements or goto
editor.label.style = #7e7e7e,bold
# TEXT - COMMENTS
editor.comment1.style = #7e7e7e,plain
editor.comment2.style = #7e7e7e,plain
# LINE STATUS - editor line number status bar at the bottom of the screen
linestatus.font = SansSerif,plain,10
#linestatus.font.macosx = Helvetica,plain,10