Scroll selected range into view

On hovering mouse over nest tags, scroll the start of the selected range
into view
This commit is contained in:
Matt Pass
2012-11-28 17:26:45 +00:00
parent d40cdeb65e
commit 96fe7d46ba

View File

@@ -330,6 +330,7 @@ var ICEcoder = {
endPos.ch = cM.getLine(endPos.line).indexOf("</"+top.ICEcoder.htmlTagArray[nestPos]+">")+top.ICEcoder.htmlTagArray[nestPos].length+3;
// Set the selection or escape out of not selecting
!top.ICEcoder.dontSelect ? cM.setSelection(startPos,endPos) : top.ICEcoder.dontSelect = false;
cM.scrollIntoView(startPos);
}
}
},