aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/debugger
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-11 22:04:27 +0800
committerobscuren <geffobscura@gmail.com>2014-07-11 22:04:27 +0800
commitd3e31a4a6db6166b0639f0e9be5f70d5035baeeb (patch)
tree5e89ad593b3b6d87d2116aaf298977ee7b8361ef /ethereal/assets/debugger
parentc2bca5939d1d78d1548fcd43c29390fb06a508c0 (diff)
downloaddexon-d3e31a4a6db6166b0639f0e9be5f70d5035baeeb.tar.gz
dexon-d3e31a4a6db6166b0639f0e9be5f70d5035baeeb.tar.zst
dexon-d3e31a4a6db6166b0639f0e9be5f70d5035baeeb.zip
Special diff output + debugger changes
Diffstat (limited to 'ethereal/assets/debugger')
-rw-r--r--ethereal/assets/debugger/debugger.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/debugger/debugger.qml b/ethereal/assets/debugger/debugger.qml
index f204647c8..4d01ea183 100644
--- a/ethereal/assets/debugger/debugger.qml
+++ b/ethereal/assets/debugger/debugger.qml
@@ -116,7 +116,7 @@ ApplicationWindow {
id: compileTimer
interval: 500 ; running: true ; repeat: true
onTriggered: {
- dbg.compile(codeEditor.text)
+ dbg.autoComp(codeEditor.text)
}
}
}