alex1701c / JetBrainsRunner

A Krunner Plugin which allows you to open your recent projects
GNU Lesser General Public License v3.0
53 stars 4 forks source link

The full path of the project is too long. Is there a prompt box to show the full path #17

Closed yinxiulong closed 2 years ago

yinxiulong commented 3 years ago

image

The path is too long, there is an ellipsis, but I want to see the whole path. Can you show the whole path in the prompt box after moving the mouse?

For example:

image

alex1701c commented 3 years ago

Hmm, I am not sure how to best fix that. The second screenshot you posted demonstrates the tooltip for the subtext (I implemented that in KDE a while ago), but that is not supposed to be shown for the text. The subtext should provide secondary information.

Maybe you could remove the application name from the %APPNAME variable from the format string? This way there will be less space used, like: image

alex1701c commented 2 years ago

@yinxiulong Does my suggestion fit your usecase?

alex1701c commented 2 years ago

Closing due to inactivity