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

Functionality from Eternal Script #58

Open HalinSky opened 4 weeks ago

HalinSky commented 4 weeks ago

Unfortunatedly it appears godot addons interact poorly and this limits what can you get in terms of window modifications.

This addon is very useful but is not compatible with script-ide: https://raw.githubusercontent.com/masoud-ata/godot-eternal-scripts/master/assets/before_after_animation.gif

Mainly the "script shortcut" from scene would be amazing.

zegenie commented 3 weeks ago

Yes, it seems like making the docks appear in a customized location instead of fixed to the editor side will solve compatibility with other plugins, but more importantly it makes it easier to use for developers with customized Godot editors / interfaces :smile:

Thanks for making the plugin!