Earewien / godot-traits

Traits made easy in Godot 4
MIT License
84 stars 5 forks source link

Create command "Regenerate GTraits Script" #7

Closed jpaugh closed 8 months ago

jpaugh commented 8 months ago

This exposes the regenerate functionality to the user through the Editor > Command Palette menu in addition to the keyboard shortcut.

jpaugh commented 8 months ago

Here's what it looks like in the editor:

godot-traits_regenerate-command

Earewien commented 8 months ago

Hey !

This is a nice addition to this addon, again thank you for your participation.

Is it possible for me to request some (minor) changes to maintain code consistency ? If so, I will make a quick review of your PR.

Again, thank you !

jpaugh commented 8 months ago

You're the boss! I'm unfamiliar with your coding style, and I know how important consistency is for sanity.

jpaugh commented 8 months ago

I got those style changes done. Sorry it took me so long! I went off the deep end trying out Rust game engines, and then settled on Godot again. ;-)