Skip to content

Commit

Permalink
Merge branch 'FichteFoll-fix_mnemonics'
Browse files Browse the repository at this point in the history
  • Loading branch information
wbederski committed Feb 20, 2015
2 parents 8c9ef68 + 9eefe19 commit 13fb086
Show file tree
Hide file tree
Showing 38 changed files with 697 additions and 697 deletions.
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"mnemonic": "R",
"id": "SublimeREPL",
"children":
[
Expand Down
76 changes: 38 additions & 38 deletions config/Clojure/Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{"caption": "Clojure",
"id": "Clojure",
"children":[
{"command": "repl_open",
"caption": "Clojure",
"id": "repl_clojure",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": {"windows": ["lein.bat", "repl"],
"linux": ["lein", "repl"],
"osx": ["lein", "repl"]},
"soft_quit": "\n(. System exit 0)\n",
"cwd": {"windows":"c:/Clojure",
"linux": "$file_path",
"osx": "$file_path"},
"syntax": "Packages/Clojure/Clojure.tmLanguage",
"external_id": "clojure",
"extend_env": {"INSIDE_EMACS": "1"}
}
},
{"command": "clojure_auto_telnet_repl",
"id": "repl_clojure_telnet",
"caption": "Clojure-Telnet"}]}
]
}]
}
]
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "R",
"id": "SublimeREPL",
"children":
[
{"caption": "Clojure",
"id": "Clojure",
"children":[
{"command": "repl_open",
"caption": "Clojure",
"id": "repl_clojure",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": {"windows": ["lein.bat", "repl"],
"linux": ["lein", "repl"],
"osx": ["lein", "repl"]},
"soft_quit": "\n(. System exit 0)\n",
"cwd": {"windows":"c:/Clojure",
"linux": "$file_path",
"osx": "$file_path"},
"syntax": "Packages/Clojure/Clojure.tmLanguage",
"external_id": "clojure",
"extend_env": {"INSIDE_EMACS": "1"}
}
},
{"command": "clojure_auto_telnet_repl",
"id": "repl_clojure_telnet",
"caption": "Clojure-Telnet"}]}
]
}]
}
]
108 changes: 54 additions & 54 deletions config/ClojureScript/Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{"caption": "ClojureScript",
"id": "ClojureScript",
"children":[
{"command": "repl_open",
"caption": "ClojureScript Browser REPL",
"id": "repl_clojurescript_browser",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": {"windows": ["lein.bat", "trampoline", "cljsbuild", "repl-listen"],
"linux": ["lein", "trampoline", "cljsbuild", "repl-listen"],
"osx": ["lein", "trampoline", "cljsbuild", "repl-listen"]},
"soft_quit": "\n(. System exit 0)\n",
"cwd": {"windows":"c:/Clojure",
"linux": "$file_path",
"osx": "$file_path"},
"syntax": "Packages/Clojure/Clojure.tmLanguage",
"external_id": "clojurescript",
"extend_env": {"INSIDE_EMACS": "1"}
}
},
{"command": "repl_open",
"caption": "ClojureScript",
"id": "repl_clojurescript",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": {"windows": ["lein.bat", "trampoline", "cljsbuild", "repl-rhino"],
"linux": ["lein", "trampoline", "cljsbuild", "repl-rhino"],
"osx": ["lein", "trampoline", "cljsbuild", "repl-rhino"]},
"soft_quit": "\n(. System exit 0)\n",
"cwd": {"windows":"c:/Clojure",
"linux": "$file_path",
"osx": "$file_path"},
"syntax": "Packages/Clojure/Clojure.tmLanguage",
"external_id": "clojurescript",
"extend_env": {"INSIDE_EMACS": "1"}
}
}
]}
]
}]
}
]
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "R",
"id": "SublimeREPL",
"children":
[
{"caption": "ClojureScript",
"id": "ClojureScript",
"children":[
{"command": "repl_open",
"caption": "ClojureScript Browser REPL",
"id": "repl_clojurescript_browser",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": {"windows": ["lein.bat", "trampoline", "cljsbuild", "repl-listen"],
"linux": ["lein", "trampoline", "cljsbuild", "repl-listen"],
"osx": ["lein", "trampoline", "cljsbuild", "repl-listen"]},
"soft_quit": "\n(. System exit 0)\n",
"cwd": {"windows":"c:/Clojure",
"linux": "$file_path",
"osx": "$file_path"},
"syntax": "Packages/Clojure/Clojure.tmLanguage",
"external_id": "clojurescript",
"extend_env": {"INSIDE_EMACS": "1"}
}
},
{"command": "repl_open",
"caption": "ClojureScript",
"id": "repl_clojurescript",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": {"windows": ["lein.bat", "trampoline", "cljsbuild", "repl-rhino"],
"linux": ["lein", "trampoline", "cljsbuild", "repl-rhino"],
"osx": ["lein", "trampoline", "cljsbuild", "repl-rhino"]},
"soft_quit": "\n(. System exit 0)\n",
"cwd": {"windows":"c:/Clojure",
"linux": "$file_path",
"osx": "$file_path"},
"syntax": "Packages/Clojure/Clojure.tmLanguage",
"external_id": "clojurescript",
"extend_env": {"INSIDE_EMACS": "1"}
}
}
]}
]
}]
}
]
56 changes: 28 additions & 28 deletions config/CoffeeScript/Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{"command": "repl_open",
"id": "repl_coffeescript",
"caption": "CoffeeScript",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["coffee", "-i"],
"cwd": "$file_path",
"syntax": "Packages/CoffeeScript/CoffeeScript.tmLanguage",
"external_id": "coffeescript",
"additional_scopes": ["coffee"],
"extend_env": {"NODE_DISABLE_COLORS": "1"}
}
}
]
}]
}
]
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "R",
"id": "SublimeREPL",
"children":
[
{"command": "repl_open",
"id": "repl_coffeescript",
"caption": "CoffeeScript",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["coffee", "-i"],
"cwd": "$file_path",
"syntax": "Packages/CoffeeScript/CoffeeScript.tmLanguage",
"external_id": "coffeescript",
"additional_scopes": ["coffee"],
"extend_env": {"NODE_DISABLE_COLORS": "1"}
}
}
]
}]
}
]
16 changes: 8 additions & 8 deletions config/CommonLisp/Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"mnemonic": "R",
"id": "SublimeREPL",
"children":
[
Expand All @@ -15,7 +15,7 @@
{"command": "repl_open",
"caption": "Clozure CL",
"id": "repl_ccl",
"mnemonic": "r",
"mnemonic": "C",
"args": {
"type": "subprocess",
"encoding": "utf8",
Expand All @@ -30,7 +30,7 @@
{"command": "repl_open",
"caption": "SBCL",
"id": "repl_sbcl",
"mnemonic": "r",
"mnemonic": "S",
"args": {
"type": "subprocess",
"encoding": "utf8",
Expand All @@ -45,7 +45,7 @@
{"command": "repl_open",
"caption": "GNU Clisp",
"id": "repl_clisp",
"mnemonic": "r",
"mnemonic": "G",
"args": {
"type": "subprocess",
"encoding": "utf8",
Expand All @@ -60,7 +60,7 @@
{"command": "repl_open",
"caption": "Allegro CL",
"id": "repl_allegro",
"mnemonic": "r",
"mnemonic": "A",
"args": {
"type": "subprocess",
"encoding": "utf8",
Expand All @@ -75,7 +75,7 @@
{"command": "repl_open",
"caption": "ABCL",
"id": "repl_abcl",
"mnemonic": "r",
"mnemonic": "B",
"args": {
"type": "subprocess",
"encoding": "utf8",
Expand All @@ -90,7 +90,7 @@
{"command": "repl_open",
"caption": "CMUCL",
"id": "repl_cmucl",
"mnemonic": "r",
"mnemonic": "M",
"args": {
"type": "subprocess",
"encoding": "utf8",
Expand All @@ -105,7 +105,7 @@
{"command": "repl_open",
"caption": "ECL",
"id": "repl_ecl",
"mnemonic": "r",
"mnemonic": "E",
"args": {
"type": "subprocess",
"encoding": "utf8",
Expand Down
2 changes: 1 addition & 1 deletion config/Elixir/Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"mnemonic": "R",
"id": "SublimeREPL",
"children":
[
Expand Down
2 changes: 1 addition & 1 deletion config/Erlang/Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"mnemonic": "R",
"id": "SublimeREPL",
"children":
[
Expand Down
2 changes: 1 addition & 1 deletion config/Execnet/Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"mnemonic": "R",
"id": "SublimeREPL",
"children": [
{"caption": "Python",
Expand Down
Loading

0 comments on commit 13fb086

Please sign in to comment.