Skip to content

Commit 00734e7

Browse files
committed
Fix build file conflict
1 parent d2f99c7 commit 00734e7

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

processing-py.sublime-build

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"name": "Open with Processing",
1010
"shell_cmd": "C:\\Users\\IBM_ADMIN\\Programs\\processing-2.2.1\\processing.exe \"$file\"",
1111
"working_dir": "$file_path",
12-
"selector": "source.pde"
12+
"selector": "source.python.pde"
13+
},
14+
{
15+
"name": "OSX Open with Processing",
1316
"shell_cmd": "/Applications/Processing.app/Contents/MacOS/Processing \"$file\"",
1417
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
1518
"working_dir": "$file_path",
@@ -22,19 +25,5 @@
2225
"working_dir": "$file_path",
2326
"selector": "source.python.pyde"
2427
},
25-
{
26-
"name": "OSX Run main",
27-
"shell_cmd": "/Users/quaestor/Applications/processing-py/processing-py.sh main.py",
28-
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
29-
"working_dir": "$file_path",
30-
"selector": "source.python.pyde"
31-
},
32-
{
33-
"name": "Run main",
34-
"shell_cmd": "C:\\Users\\IBM_ADMIN\\Programs\\processing-py\\processing-py.bat main.py",
35-
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
36-
"working_dir": "$file_path",
37-
"selector": "source.python.pyde"
38-
}
3928
]
4029
}

0 commit comments

Comments
 (0)