mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 01:41:06 +01:00
Keywords changes, currently not entirely working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user