Tooltip for path [FIXED]

Discussion related to "Everything" 1.5 Alpha.
Post Reply
tuska
Posts: 904
Joined: Thu Jul 13, 2017 9:14 am

Tooltip for path [FIXED]

Post by tuska »

Hi,
Since version 1.5.0.1263a there is a display problem - the complete path is no longer displayed in the tooltip.
 
2021-06-07_Tooltip for path_1.5.0.1263a.png
2021-06-07_Tooltip for path_1.5.0.1263a.png (16.56 KiB) Viewed 10236 times
 
Please check.
Thank you!
Last edited by tuska on Fri Jun 18, 2021 8:10 am, edited 1 time in total.
void
Developer
Posts: 15038
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tooltip for path

Post by void »

This will look into a fix for the next alpha update.

The issue only occurs when using a custom tooltip maximum width.

Thanks for the bug report.
void
Developer
Posts: 15038
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tooltip for path

Post by void »

Everything 1.5.0.1264a should help with multi-line tooltips.

It's not perfect (word-breaks can happen anywhere).

I am currently working on my own text renderer to fix the issue.
tuska
Posts: 904
Joined: Thu Jul 13, 2017 9:14 am

Re: Tooltip for path

Post by tuska »

For me, this is fixed in Everything 1.5.0.1264a (x64).
(The tooltip is displayed again analogous to Everything 1.5.0.1262a (x64)).

Thanks for the correction! :)
void
Developer
Posts: 15038
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tooltip for path [FIXED]

Post by void »

Everything 1.5.0.1364a now uses the system tooltip.

Previous versions had a custom tooltip with text wrapping issues.
tuska
Posts: 904
Joined: Thu Jul 13, 2017 9:14 am

Re: Tooltip for path [FIXED]

Post by tuska »

void wrote: Thu Jan 04, 2024 5:26 am Everything 1.5.0.1364a now uses the system tooltip.
Thank you!
NotNull
Posts: 5142
Joined: Wed May 24, 2017 9:22 pm

Re: Tooltip for path [FIXED]

Post by NotNull »

void wrote: Thu Jan 04, 2024 5:26 am Everything 1.5.0.1364a now uses the system tooltip.
Side-effect (at least here) is the fontsize of these infotips.
Haven't found a way (yet) to configure the system fontsize for these tooltips.


Previous version :

2024-01-04 21_08_48-Everything (1.5a) 1.5.0.1356a (x64).png
2024-01-04 21_08_48-Everything (1.5a) 1.5.0.1356a (x64).png (7.23 KiB) Viewed 913 times


Current version:

2024-01-04 21_10_10-Everything (1.5a) 1.5.0.1364a (x64).png
2024-01-04 21_10_10-Everything (1.5a) 1.5.0.1364a (x64).png (12.12 KiB) Viewed 913 times
tuska
Posts: 904
Joined: Thu Jul 13, 2017 9:14 am

Re: Tooltip for path [FIXED]

Post by tuska »

Here's another picture.
 
2024-01-05_Tooltip_Everything 1.5.0.1364a (x64).png
2024-01-05_Tooltip_Everything 1.5.0.1364a (x64).png (11.28 KiB) Viewed 885 times
 
PS:
In the list view, the font size is smaller (and fine for me).
void
Developer
Posts: 15038
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tooltip for path [FIXED]

Post by void »

Everything 1.5.0.1361a changed the dialog tooltip to use the system tooltip font/size.
Previous versions would use the default dialog font/size.

The tooltip font size is multiplied by your Everything UI scaling.



I'll revert this change and add an option to customize the tooltip font/size.
This will keep the dialog and tooltip font/size consistent by default.



Users would like to see their extra large system tooltip font size reflected in Everything.
Some adjusting might be required..
I will experiment with enforcing the minimum Everything tooltip font size to the system tooltip font size.



The main UI tooltip will always inherit the font from the underlying control.
For example: the result list or folder sidebar.
void
Developer
Posts: 15038
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tooltip for path [FIXED]

Post by void »

Everything 1.5.0.1365a reverts the tooltip font and font size to the default dialog font and font size.

To customize the dialog tooltip font and font size:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    tooltip
  • Select tooltip_font.
  • Set the value to: Arial
    (where Arial is the desired font name)
  • Select tooltip_font_size.
  • Set the value to: 22
    (where 22 is the desired font size in logical pixels)
  • Click OK.
tuska
Posts: 904
Joined: Thu Jul 13, 2017 9:14 am

Re: Tooltip for path [FIXED]

Post by tuska »

2void
Thank you for the prompt reverting of the change and
the new setting options in Everything 1.5.0.1365a! :)

tooltip_font
tooltip_font_size
Post Reply