-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSuperCollider.sublime-settings
More file actions
24 lines (24 loc) · 1.02 KB
/
Copy pathSuperCollider.sublime-settings
File metadata and controls
24 lines (24 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
// SuperCollider directory
// Mac OS X
"sc_path": {
"osx": "/Applications/SuperCollider/SuperCollider.app/Contents/MacOS/sclang",
"windows": "C:\\Program Files\\SuperCollider\\sclang.exe",
"linux": "/usr/local/bin/sclang"
},
// Maximum number of lines in for Post window
// If you are printing a *lot* very quickly then reducing this will reduce
// CPU load.
// -1 for no limit, ok for general use but not for extreme printing
"max_post_view_lines": 1000,
// Where to open the post view
// options: group|tab|window|panel
"open_post_view_in": "group",
// syntax definition for word_separators
"word_separators": "./\\()\"'-:,.;<>!@#$%^&*|+=[]{}`?",
// this flag is prefixed to messages that should be handled differently by
// SublimeText, i.e. not just appended to the post window
// If you are using this string in your code (for some reason) and are
// getting conflicts, change it to something else
"stdout_flag": "***___SUBLIME___***"
}