summaryrefslogtreecommitdiff
path: root/MLKListenerController.m
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 12:24:10 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 12:24:10 +0200
commitbb6d54154bd6a33806c04b98475228450b5aa1b0 (patch)
tree25d4b50cd5e35e796ab94010d28da5fca1099d3c /MLKListenerController.m
parent8669238771ef69a1e7817185c7fd2c03e926818b (diff)
Listener: Add a bottom bar indicating the interpreter's status.
Diffstat (limited to 'MLKListenerController.m')
-rw-r--r--MLKListenerController.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKListenerController.m b/MLKListenerController.m
index 6e225d3..e89adf4 100644
--- a/MLKListenerController.m
+++ b/MLKListenerController.m
@@ -71,7 +71,9 @@
[[text mutableString] appendString:@"\n"];
[text endEditing];
+ [indicatorText setStringValue:@"Compiling and executing."];
// ...
+ [indicatorText setStringValue:@"Ready."];
[text beginEditing];
attrs = [NSDictionary dictionaryWithObjectsAndKeys: