You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Store line change in script navigation history
This commit is contained in:
@@ -472,12 +472,14 @@ class ScriptEditor : public PanelContainer {
|
||||
void _history_back();
|
||||
|
||||
bool waiting_update_names;
|
||||
bool lock_history = false;
|
||||
|
||||
void _help_class_open(const String &p_class);
|
||||
void _help_class_goto(const String &p_desc);
|
||||
bool _help_tab_goto(const String &p_name, const String &p_desc);
|
||||
void _update_history_arrows();
|
||||
void _save_history();
|
||||
void _save_previous_state(Dictionary p_state);
|
||||
void _go_to_tab(int p_idx);
|
||||
void _update_history_pos(int p_new_pos);
|
||||
void _update_script_colors();
|
||||
|
||||
Reference in New Issue
Block a user