@@ -28,34 +28,16 @@ onready var _title_value := $BackgroundPanel/Layout/HeaderBar/ContentTitle/LineE
28
28
onready var _remove_button := $ BackgroundPanel/Layout/HeaderBar/RemoveButton as Button
29
29
30
30
onready var _script_slice_value := $ BackgroundPanel/Layout/ScriptSlice/LineEdit as LineEdit
31
- onready var _select_script_slice_button := (
32
- $ BackgroundPanel/Layout/ScriptSlice/SelectFileButton
33
- as Button
34
- )
35
- onready var _clear_script_slice_button := (
36
- $ BackgroundPanel/Layout/ScriptSlice/ClearFileButton
37
- as Button
38
- )
31
+ onready var _select_script_slice_button := $ BackgroundPanel/Layout/ScriptSlice/SelectFileButton as Button
32
+ onready var _clear_script_slice_button := $ BackgroundPanel/Layout/ScriptSlice/ClearFileButton as Button
39
33
onready var _validator_value := $ BackgroundPanel/Layout/Validator/LineEdit as LineEdit
40
34
onready var _select_validator_button := $ BackgroundPanel/Layout/Validator/SelectFileButton as Button
41
35
onready var _clear_validator_button := $ BackgroundPanel/Layout/Validator/ClearFileButton as Button
42
36
43
- onready var _goal_content_value := (
44
- $ BackgroundPanel/Layout/MainSplit/Texts/GoalContent/Editor/TextEdit
45
- as TextEdit
46
- )
47
- onready var _goal_content_expand_button := (
48
- $ BackgroundPanel/Layout/MainSplit/Texts/GoalContent/Editor/ExpandButton
49
- as Button
50
- )
51
- onready var _starting_code_value := (
52
- $ BackgroundPanel/Layout/MainSplit/Texts/StartingCode/Editor/TextEdit
53
- as TextEdit
54
- )
55
- onready var _starting_code_expand_button := (
56
- $ BackgroundPanel/Layout/MainSplit/Texts/StartingCode/Editor/ExpandButton
57
- as Button
58
- )
37
+ onready var _goal_content_value := $ BackgroundPanel/Layout/MainSplit/Texts/GoalContent/Editor/TextEdit as TextEdit
38
+ onready var _goal_content_expand_button := $ BackgroundPanel/Layout/MainSplit/Texts/GoalContent/Editor/ExpandButton as Button
39
+ onready var _starting_code_value := $ BackgroundPanel/Layout/MainSplit/Texts/StartingCode/Editor/TextEdit as TextEdit
40
+ onready var _starting_code_expand_button := $ BackgroundPanel/Layout/MainSplit/Texts/StartingCode/Editor/ExpandButton as Button
59
41
onready var _text_content_dialog := $ TextEditDialog as WindowDialog
60
42
61
43
onready var _add_hint_button := $ BackgroundPanel/Layout/MainSplit/Hints/Header/AddButton as Button
0 commit comments