kopia lustrzana https://github.com/c9/core
add tab commands to the list of exceptions
rodzic
c4dbbcc0ea
commit
7b69f069dc
|
@ -339,10 +339,10 @@ define(function(require, exports, module) {
|
||||||
commands.previoustab,
|
commands.previoustab,
|
||||||
commands.nextpane,
|
commands.nextpane,
|
||||||
commands.previouspane,
|
commands.previouspane,
|
||||||
commands.exit || {},
|
commands.exit,
|
||||||
commands.hidesearchreplace || {},
|
commands.hidesearchreplace,
|
||||||
commands.hidesearchinfiles || {},
|
commands.hidesearchinfiles,
|
||||||
commands.toggleconsole || {},
|
commands.toggleconsole,
|
||||||
commands.runlast,
|
commands.runlast,
|
||||||
commands.run,
|
commands.run,
|
||||||
commands.resume,
|
commands.resume,
|
||||||
|
@ -355,8 +355,19 @@ define(function(require, exports, module) {
|
||||||
commands.new,
|
commands.new,
|
||||||
commands.build,
|
commands.build,
|
||||||
commands.switchterminal,
|
commands.switchterminal,
|
||||||
commands.findinfiles
|
commands.findinfiles,
|
||||||
];
|
commands.tab1,
|
||||||
|
commands.tab2,
|
||||||
|
commands.tab3,
|
||||||
|
commands.tab4,
|
||||||
|
commands.tab5,
|
||||||
|
commands.tab6,
|
||||||
|
commands.tab7,
|
||||||
|
commands.tab8,
|
||||||
|
commands.tab9,
|
||||||
|
commands.tab0,
|
||||||
|
commands.reopenLastTab,
|
||||||
|
].filter(Boolean);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getExceptionBindings(){
|
function getExceptionBindings(){
|
||||||
|
|
Ładowanie…
Reference in New Issue