mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 05:01:10 +00:00
Rework script external modification tracking
This commit is contained in:
parent
4ce466d7fa
commit
b761ff662e
5 changed files with 30 additions and 13 deletions
|
|
@ -456,6 +456,7 @@ void ScriptTextEditor::convert_indent() {
|
|||
|
||||
void ScriptTextEditor::tag_saved_version() {
|
||||
code_editor->get_text_editor()->tag_saved_version();
|
||||
edited_file_data.last_modified_time = FileAccess::get_modified_time(edited_file_data.path);
|
||||
}
|
||||
|
||||
void ScriptTextEditor::goto_line(int p_line, int p_column) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue