1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Rework script external modification tracking

This commit is contained in:
kobewi
2025-01-16 00:56:32 +01:00
parent 4ce466d7fa
commit b761ff662e
5 changed files with 30 additions and 13 deletions

View File

@@ -302,6 +302,7 @@ void TextEditor::convert_indent() {
void TextEditor::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 TextEditor::goto_line(int p_line, int p_column) {