]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.tscn
1ba6230be95e18caf2ed6724c32b8ae474965e76
[wolf-seeking-sheep.git] / addons / dialogic / Editor / TimelineEditor / TextEditor / timeline_editor_text.tscn
1 [gd_scene load_steps=2 format=3 uid="uid://defdeav8rli6o"]
2
3 [ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.gd" id="1_1kbx2"]
4
5 [node name="TimelineTextEditor" type="CodeEdit"]
6 offset_top = 592.0
7 offset_right = 1024.0
8 offset_bottom = 600.0
9 theme_override_constants/line_spacing = 10
10 wrap_mode = 1
11 highlight_current_line = true
12 draw_tabs = true
13 minimap_draw = true
14 caret_blink = true
15 line_folding = true
16 gutters_draw_line_numbers = true
17 gutters_draw_fold_gutter = true
18 code_completion_enabled = true
19 code_completion_prefixes = Array[String](["[", "{"])
20 indent_automatic = true
21 auto_brace_completion_enabled = true
22 auto_brace_completion_highlight_matching = true
23 script = ExtResource("1_1kbx2")
24
25 [node name="UpdateTimer" type="Timer" parent="."]
26 one_shot = true
27
28 [connection signal="code_completion_requested" from="." to="." method="_on_code_completion_requested"]
29 [connection signal="symbol_lookup" from="." to="." method="_on_symbol_lookup"]
30 [connection signal="symbol_validate" from="." to="." method="_on_symbol_validate"]
31 [connection signal="text_changed" from="." to="." method="_on_text_editor_text_changed"]
32 [connection signal="timeout" from="UpdateTimer" to="." method="_on_update_timer_timeout"]