alex1701c / jetbrains-api

This plugin provides the API for the base for the Jetbrains Runner and potential Dolphin plugin
3 stars 2 forks source link

Suggest to use word "project" instead of "launch" in formatStringDefault #5

Open Ashark opened 1 year ago

Ashark commented 1 year ago

Hello. Here you set the formatStringDefault = "%APPNAME launch %PROJECT";.

I suggest using the word "project" instead of "launch". It makes more sense what will happen on click. For example, I have project "Ark". And there is a system application called "Ark". And the entry "CLion launch Ark" is not clear.

I know, I can configure that in plugin settings.

alex1701c commented 1 year ago

I am not sure how I feel about this, but you have a good point.

For example the applications runner doesn't say "launch app xyz" and instead just gives the app name.

alex1701c commented 1 year ago

Btw. do you want to use this library itself or the KRunner/Dolphin plugin?

Ashark commented 1 year ago

Previously in #2 I was interested if this lib can be used to manipulate the config files. I am interested if I can, for example, create a project by template, not going through a new project wizard settings.

But for the current issue, I am talking about krunner. I actually only used dolphin first, to open a folder as a project. But now I frequently open different projects, and I see how it is useful to have a krunner plugin. Thanks for that! I see it is even better than their Toolbox app.