Special diff output + debugger changes

This commit is contained in:
obscuren
2014-07-11 16:04:27 +02:00
parent c2bca5939d
commit d3e31a4a6d
4 changed files with 22 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ ApplicationWindow {
id: compileTimer
interval: 500 ; running: true ; repeat: true
onTriggered: {
dbg.compile(codeEditor.text)
dbg.autoComp(codeEditor.text)
}
}
}