Add tooltips for truncated long labels in config dialog#893
Add tooltips for truncated long labels in config dialog#893kaorahi wants to merge 2 commits intofeaturecat:masterfrom
Conversation
|
I wasn't sure exactly what kind of change was caused by this PR. |
|
In my Linux environment, Settings > View > Hold Best Moves To Sgf is shown as "Hold Best Moves To ..." actually. This patch shows tooltips by mouse hover on such truncated labels. (maybe needless for Windows) |
|
Thank you for letting me know. |
|
It's nice to see the popup display forever while you hover your mouse over it, but is it possible to change that? |
|
thank you very much. |
|
Additional feature: You can specify different tooltips as the texts after (example 1) in (example 2: decoration) |
|
Is there a way to display multiple lines if the description is quite long? |
|
See the above example 2 for multi-line tooltips. Add the following line into kaorahi/lizzie@6b9e5a44 to show the tooltips immediately. |
|
I was able to confirm that the popup was displayed quickly. Just adding 6e4eeaf doesn't make the long description multiple lines, is there anything else I need to do? |
|
6e4eeaf is a code to display the sentence after "\ n" as a tooltip, isn't it? It seems that it is possible to make multiple lines by writing as in Example 2 above, but with this method, it seems that it is necessary to specify for each description. |
|
Hmm, I don't like to pay too much efforts for it... (example 3: word wrap) |
|
I'm sorry to have requested many things. |
|
Have you tried the above example 3? It is an example of automatic line breaks in the given width. Or, you can simply insert (example 4: manual line breaks without decoration) |
|
Thank you for the additional information. |
workaround for unreadable labels, e.g. #892