Skip to content

Commit 094c4d6

Browse files
committed
Split build files to be cross-platform.
1 parent f2db772 commit 094c4d6

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

Processing (OSX).sublime-build

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"shell_cmd": "/Users/quaestor/Applications/processing.py/processing-py.sh \"$file\"",
3+
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
4+
"working_dir": "$file_path",
5+
"selector": "source.python.pyde",
6+
7+
"variants": [
8+
{
9+
"name": "OSX Open with Processing",
10+
"shell_cmd": "/Applications/Processing.app/Contents/MacOS/Processing \"$file\"",
11+
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
12+
"working_dir": "$file_path",
13+
"selector": "source.python.pyde"
14+
},
15+
]
16+
}

Processing (Windows).sublime-build

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"shell_cmd": "C:\\Users\\IBM_ADMIN\\Programs\\processing.py\\processing-py.cmd \"$file\"",
3+
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
4+
"working_dir": "$file_path",
5+
"selector": "source.python.pyde",
6+
7+
"variants": [
8+
{
9+
"name": "Open with Processing",
10+
"shell_cmd": "C:\\Users\\IBM_ADMIN\\Programs\\processing-2.2.1\\processing.exe \"$file\"",
11+
"working_dir": "$file_path",
12+
"selector": "source.python.pyde"
13+
},
14+
]
15+
}

processing-py.sublime-build

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)