handle shift+tab, trivial fix
parent
ccaa21a04a
commit
42341f2b2f
|
@ -3579,18 +3579,12 @@ function OUTER(gscope)
|
|||
editorInfo.ace_doIndentOutdent = doIndentOutdent;
|
||||
|
||||
function doTabKey(shiftDown)
|
||||
{
|
||||
if (shiftDown === true){
|
||||
doDeleteKey();
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!doIndentOutdent(shiftDown))
|
||||
{
|
||||
performDocumentReplaceSelection(THE_TAB);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function doDeleteKey(optEvt)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue