Maran23 / script-ide

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

Outline doesn't show #59

Closed zegenie closed 3 weeks ago

zegenie commented 3 weeks ago

Just downloaded the latest version from assetlib (and tried with latest git) but the Outline doesn't show up. Toggling it does nothing.

image

Maran23 commented 3 weeks ago

Did you found the problem? I tried with a fresh project and everything worked as expected.

zegenie commented 3 weeks ago

I tried with a fresh install of Godot and it shows up. Not sure what is wrong with my current install, so just gonna close this up. Let me know if you need any logs or anything that could help you figure it out.

Maran23 commented 3 weeks ago

If there was no error, I don't know what state could possibly cause this behavior. Since nobody did report this so far, will keep it closed and have an open eye in case this happens again.

zegenie commented 3 weeks ago

Yeah it was very strange, as there was no error in the output and nothing in the Godot logs even with verbose logging enabled.

Thanks for the plugin, and let me know if you want to investigate later.