Is it possible to add an image dimensions in the popup (like "title" attribute in HTML) when you hover the pointer over the image?
For example, Windows' Explorer displays an image dimensions in the title popup's.
Image's dimensions in the popup/title
Re: Image's dimensions in the popup/title
Everything 1.5 will support statusbar formatting and title bar formatting.
Title bar formatting based on the current selection is on my TODO list.
Thank you for the suggestion.
Title bar formatting based on the current selection is on my TODO list.
Thank you for the suggestion.
Re: Image's dimensions in the popup/title
Just to clarify that I mean:
Everything:
Windows Explorer:
(It has "Dimensions: 2715 x 1800")
Everything:
Windows Explorer:
(It has "Dimensions: 2715 x 1800")
Re: Image's dimensions in the popup/title
Ah, the tooltip.
Yes, I have on my TODO list to use the system tooltip.
The system tooltip will show dimensions for images.
For now, Everything shows the properties values for all current columns.
Everything 1.5 will have a dimensions column.
Yes, I have on my TODO list to use the system tooltip.
The system tooltip will show dimensions for images.
For now, Everything shows the properties values for all current columns.
Everything 1.5 will have a dimensions column.
Re: Image's dimensions in the popup/title
TL;DR:
I would like to have an ability to select the extra properties for a tooltip only, they should be lazy loaded (only when a tooltip appears) and if a property is missed for a file, just do not display the property name in the tooltip.
---
The "Dimensions" is a lazy load property. A lazy load property is calculated only when the table column is visible.
So, there is a bug if I use "Extra Large Thumbnails" mode: The property is empty.
If the column is out of sight: It requires to scroll to the column to add the property to a tooltip: ---
Also, I don't want to have the "Dimensions" column is enabled all time.
I would like to only customise the tooltip by adding extra properties inside it.
For example, for photos I would like to have "Dimensions" extra property, for videos "Dimensions", "Length", "Video Format" ones.
Which should be also lazy loaded, they should be calculated only when the tooltip appears.
Currently, if the columns with empty values are also added into a tooltip: "Length", "Video Format" are video only properties, but I see them in the tooltip for an image.
I think if a property is missed for a file, it makes sense to not display the property name in the tooltip.
I would like to have an ability to select the extra properties for a tooltip only, they should be lazy loaded (only when a tooltip appears) and if a property is missed for a file, just do not display the property name in the tooltip.
---
The "Dimensions" is a lazy load property. A lazy load property is calculated only when the table column is visible.
So, there is a bug if I use "Extra Large Thumbnails" mode: The property is empty.
If the column is out of sight: It requires to scroll to the column to add the property to a tooltip: ---
Also, I don't want to have the "Dimensions" column is enabled all time.
I would like to only customise the tooltip by adding extra properties inside it.
For example, for photos I would like to have "Dimensions" extra property, for videos "Dimensions", "Length", "Video Format" ones.
Which should be also lazy loaded, they should be calculated only when the tooltip appears.
Currently, if the columns with empty values are also added into a tooltip: "Length", "Video Format" are video only properties, but I see them in the tooltip for an image.
I think if a property is missed for a file, it makes sense to not display the property name in the tooltip.
Re: Image's dimensions in the popup/title
Tooltip customization is on my TODO list.
For now, please try disabling property_request_visible_column_only:
Alternatively, add dimensions to your index:
For now, please try disabling property_request_visible_column_only:
- 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:
property - Select property_request_visible_column_only.
- Set the value to: false
- Click OK.
Alternatively, add dimensions to your index:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Properties tab on the left.
- Click Add....
- Select Dimensions and click OK.
- Click OK.