Script-IDE is a plugin for Godot. It transforms the Script UI into an IDE like UI. Tabs are used for navigating between scripts. The default Outline got an overhaul and now shows all members of the script (not just methods) with unique icons for faster navigation.
MIT License
368
stars
16
forks
source link
Update Tab Name on changes/save to show or hide the * for every file (not just script) #19
Fix old Outline is not removed when the plugin is enabled a second time.
Fixes also: 'Timer was not added to the SceneTree. Either add it or set autostart to true' since the whole editor code was improved. (#16)
This change will overall improve performance as well.
Fix old Outline is not removed when the plugin is enabled a second time. Fixes also: 'Timer was not added to the SceneTree. Either add it or set autostart to true' since the whole editor code was improved. (#16)
This change will overall improve performance as well.