Skip to content

Commit 16dd61c

Browse files
committed
Fixes for OSX build. Completion correction.
1 parent 9b20a1f commit 16dd61c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Default (OSX).sublime-keymap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
{
1010
"keys": ["super+alt+enter"], "command": "build",
11-
"args": {"variant": "OSX Run main"}
12-
"args": {"variant": "Open with Processing"}
11+
"args": {"variant": "OSX Open with Processing"}
1312
}
1413
]

processing-py.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
"BLUE_MASK",
252252
"BLUR",
253253
"CENTER",
254-
"CENTER_RADIUS",
255254
"CHATTER",
256255
"CODED",
257256
"COMPLAINT",
@@ -322,6 +321,7 @@
322321
"QUAD_STRIP",
323322
"QUARTER_PI",
324323
"RADIANS",
324+
"RADIUS",
325325
"RAD_TO_DEG",
326326
"RED_MASK",
327327
"REPLACE",

0 commit comments

Comments
 (0)