Clean up EditorFileSystem script parsing

* Optimize only update modified/added/removed files.
* Clean up documentation parsing.
This commit is contained in:
Juan Linietsky
2023-01-18 17:32:28 +01:00
parent e514e3732a
commit 5bdc0d97d3
6 changed files with 82 additions and 65 deletions

View File

@ -71,12 +71,6 @@
This will not import the file. To reimport, call [method reimport_files] or [method scan] methods.
</description>
</method>
<method name="update_script_classes">
<return type="void" />
<description>
Scans the script files and updates the list of custom class names.
</description>
</method>
</methods>
<signals>
<signal name="filesystem_changed">