Can now move multiple lines up/down

Also added comments to help with understanding
This commit is contained in:
Matt Pass
2013-08-09 09:06:31 +01:00
parent e5fac3efa3
commit e715d02ea1
3 changed files with 94 additions and 72 deletions

View File

@@ -235,7 +235,7 @@ test = {
ICEcoder.goToLine(1);
line1Text = cM.lineInfo(cM.getCursor().line).text;
setTimeout(function() {
ICEcoder.moveLine('down');
ICEcoder.moveLines('down');
if (cM.getValue() == '<script>\nICEcoder = "awesome";\n<\/script>') {
testResult("+ GOOD",title);
setTimeout(function() {