We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f1d981 + 6d524bc commit 7b80603Copy full SHA for 7b80603
unittesting/utils/output_panel.py
@@ -31,6 +31,7 @@ def __init__(
31
settings.set("scroll_past_end", scroll_past_end)
32
33
self.output_view.assign_syntax("Packages/UnitTesting/res/unit-testing-test-result.sublime-syntax")
34
+ self.output_view.set_read_only(True)
35
self.closed = False
36
37
self.text_queue_lock = threading.Lock()
0 commit comments