This commit is contained in:
GitHub Merge Button 2011-11-24 08:01:27 -08:00
commit b0d2728a85

View file

@ -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)
{