From 4af430b3ebdd2857d4d5b3d8137562222afafb82 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Sat, 1 Mar 2014 11:10:49 +0000 Subject: Add Sublime Text project file. In case anyone else works on it with Sublime. --- connectbot.sublime-project | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 connectbot.sublime-project (limited to 'connectbot.sublime-project') diff --git a/connectbot.sublime-project b/connectbot.sublime-project new file mode 100644 index 0000000..e35ca4e --- /dev/null +++ b/connectbot.sublime-project @@ -0,0 +1,36 @@ +{ + "folders": + [ + { + "path": ".", + "folder_exclude_patterns": ["bin", "gen"] + } + ], + "build_systems": + [ + { + "name": "Android Debug", + "cmd": ["ant", "debug"], + "file_regex": "^ *\\[javac\\] (.+):([0-9]+):() (.*)$", + "working_dir": "${project_path:${folder}}", + "selector": "source.java", + + "windows": + { + "cmd": ["ant.bat", "debug"] + }, + + "variants": + [ + { + "name": "Run", + "cmd": ["ant", "debug", "install"], + "windows": + { + "cmd": ["ant.bat", "debug", "install"] + } + } + ] + } + ] +} -- cgit v1.2.3