mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Can now move multiple lines up/down
Also added comments to help with understanding
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user