You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix ScriptTextEditor encapsulation
This commit is contained in:
@@ -55,6 +55,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
||||
|
||||
GDCLASS(ScriptTextEditor, ScriptEditorBase);
|
||||
|
||||
CodeTextEditor *code_editor;
|
||||
RichTextLabel *warnings_panel;
|
||||
|
||||
Ref<Script> script;
|
||||
@@ -186,12 +187,11 @@ protected:
|
||||
void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from);
|
||||
|
||||
public:
|
||||
CodeTextEditor *code_editor;
|
||||
|
||||
void _update_connected_methods();
|
||||
|
||||
virtual void add_syntax_highlighter(SyntaxHighlighter *p_highlighter);
|
||||
virtual void set_syntax_highlighter(SyntaxHighlighter *p_highlighter);
|
||||
void update_toggle_scripts_button();
|
||||
|
||||
virtual void apply_code();
|
||||
virtual RES get_edited_resource() const;
|
||||
|
||||
Reference in New Issue
Block a user