Store line change in script navigation history
This commit is contained in:
@ -174,6 +174,8 @@ class CodeTextEditor : public VBoxContainer {
|
||||
int error_line;
|
||||
int error_column;
|
||||
|
||||
Dictionary previous_state;
|
||||
|
||||
void _update_text_editor_theme();
|
||||
void _update_font_ligatures();
|
||||
void _complete_request();
|
||||
@ -254,6 +256,8 @@ public:
|
||||
Variant get_edit_state();
|
||||
void set_edit_state(const Variant &p_state);
|
||||
Variant get_navigation_state();
|
||||
Variant get_previous_state();
|
||||
void store_previous_state();
|
||||
|
||||
void set_error_count(int p_error_count);
|
||||
void set_warning_count(int p_warning_count);
|
||||
|
||||
Reference in New Issue
Block a user