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

Improving the visual appeal and readablility of the plugin list #9

Closed Xrayez closed 4 years ago

Xrayez commented 4 years ago

Currently, the list of displayed plugins is what it actually represents: the directory names. The problem is that the names might be in lowercase, UPPERCASE, snake_case, kebab-case etc.

Do you think it would be better to retrieve the actual plugin name from plugin.cfg? I know that the underlying system relies on plugin names as determined by directory names, but for visual stuff this should be fine.

Somewhat related to #8.

willnationsdev commented 4 years ago

Yeah, that sounds pretty good to me. Would potentially make it more consistent. But if any two names conflict for some reason, we should include parentheses in the item with the actual directory name.