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