godot-extended-libraries / godot-plugin-refresher

Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
MIT License
158 stars 24 forks source link

Display plugin names as seen in `plugin.cfg` by default #10

Closed Xrayez closed 4 years ago

Xrayez commented 4 years ago

Closes #9.

Plugins are retained within dictionaries mapping the plugin directory name to plugin name as seen in plugin.cfg.

Each item within a list holds the directory name as metadata now.

The refresher plugin also checks the validity of plugins now (they must have plugin.cfg created).

In case of duplicate names, the directory names are displayed in parenthesis.

willnationsdev commented 4 years ago

Thanks!