Close all open editors when running a terminal command

This is a first workaround for the problem that editors are sometimes
out of date. The UI around these will probably continue to change
significantly. Closes .
This commit is contained in:
blinry 2020-11-10 22:52:48 +01:00
parent 0e2cacabce
commit 9a9541a858
3 changed files with 11 additions and 2 deletions

View file

@ -3,7 +3,9 @@
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=1]
[ext_resource path="res://scenes/text_editor.gd" type="Script" id=2]
[node name="TextEditor" type="TextEdit"]
[node name="TextEditor" type="TextEdit" groups=[
"editors",
]]
anchor_right = 1.0
anchor_bottom = 1.0
custom_colors/background_color = Color( 0, 0, 0, 1 )