SublimeInput
SublimeInput copied to clipboard
Send STDIN input to programs using comments in Sublime Text 2/3
I edited the user settings file as below. ``` json { "build_schemas" : { "go" : { "shell_cmd" : "go run ${file}", "input_start" : "/* input", "input_end" : "*/" },...
Because on Windows CMD, `echo` prints `ECHO is on.` when it's called with no argument and `^` is escaping character, the input ``` aaa^^aaa bbb ``` gives the program ```...
Hi, is possible set ANSI syntax and target for SublimeInput. Can i modify input.py with different settings? ``` syntax="Packages/User/ANSIescape/ANSI.tmLanguage", target="ansi_color_build", self.output_view.settings().set("syntax", syntax) self.output_view.settings().set("target", target) ```
i have just added sublime Input sublime package file into installed package folder and restarted sublime text and when i press ctrl+alt+b for this code #include #include using namespace std;...
I have been trying Atom since past few days, but couldnt find any package with similar functionality. How much would it be an effort to port this to Atom?