gitmoji-intellij-plugin icon indicating copy to clipboard operation
gitmoji-intellij-plugin copied to clipboard

Save properties as default

Open OlivierChirouze opened this issue 2 years ago • 2 comments

Hi and congrats for the plugin, I use it every day! One thing that bothers me though, is that for every new repo I work on, I have to re-check the

Use unicode emoji instead of text version (:code:) checkbox.

Wouldn't it be convenient that the settings are saved for the whole computer? Or that you can decide to make it the new default when you save the changes? I don't know anything about JetBrains plugins, maybe this is something complicated by design.

Thanks

OlivierChirouze avatar Nov 22 '23 07:11 OlivierChirouze

Hello Thanks,

I choose to add options on the project scope and not on the global scope. If I want to do this, I think I must create the two config page : Global, and project, and it will add complexity to the code.

And I thinks it's more important to have project config than global config for this.

patou avatar Nov 22 '23 11:11 patou

Thanks and sorry for the delay. I understand. If you would need to choose, for sure it's more flexible to have one per project than one single config.

Maybe you can consider having an extra option to "save as default" or "save for this computer". This way you don't need more configuration (but of course, this requires more code).

Something similar to what is proposed on some Rider settings: image

OlivierChirouze avatar Dec 12 '23 20:12 OlivierChirouze