kopia lustrzana https://github.com/c9/core
add shortcuts for pane navigation commands
rodzic
1b715e0cc6
commit
c2139d6cde
|
@ -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",
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue