add shortcuts for pane navigation commands

pull/385/head
nightwing 2016-11-29 12:55:15 +00:00
rodzic 1b715e0cc6
commit c2139d6cde
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -85,7 +85,7 @@
"c9.ide.ace.split": "#0ae0151c78",
"c9.ide.ace.statusbar": "#14a992e377",
"c9.ide.ace.stripws": "#042a9936e3",
"c9.ide.behaviors": "#80127cb74a",
"c9.ide.behaviors": "#f2eda5d78e",
"c9.ide.closeconfirmation": "#cee4674141",
"c9.ide.configuration": "#a936df26bb",
"c9.ide.dialog.wizard": "#7667ec79a8",

Wyświetl plik

@ -353,8 +353,6 @@ define(function(require, exports, module) {
commands.nextpane,
commands.previouspane,
commands.exit,
commands.hidesearchreplace,
commands.hidesearchinfiles,
commands.toggleconsole,
commands.runlast,
commands.run,
@ -380,6 +378,10 @@ define(function(require, exports, module) {
commands.tab9,
commands.tab0,
commands.reopenLastTab,
commands.gotopaneleft,
commands.gotopaneright,
commands.gotopaneup,
commands.gotopanedown,
].filter(Boolean);
}