Page 1 of 1

File type icon in the status bar or return of Modified & Creation Date

Posted: 23 Mar 2022 09:32
by arrow
This request is regarding the custom status bar template setting (Config > Templates > Status Bar > Use status bar template).

In the older versions of XYplorer, you were able see the selected file's icon along with the modified & creation date. With the introduction of the status bar template feature, when it's turned off, you still see the file type icon, but the modified & creation date is missing. With the feature status bar template on, you lose the file type icon. Would it be possible to add back the modified and creation date when the status bar is off, or have the option to use the file icon instead of the orange circle with an "i" in the middle? The file type icon is a lot more informative, especially when going through a lot of files in List view. It's nice to have an additional confirmation of the file type by the file icon when browsing in List view and looking at the status bar for the modified/creation date.

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 26 Mar 2022 16:59
by admin
The selected file's icon along with the modified & creation date? Really? I don't think so. Maybe that was a tweak?

And the file type icon is shown here. Something is wrong with your setup. Try a fresh instance.

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 26 Mar 2022 17:59
by Norn
This is a fresh instance and doesn't show the file icon.

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 27 Mar 2022 09:32
by admin
Ah, *with* the template. My mistake. Yes, you might be right. The idea of this icon was to clearly show that a template is active. What do others think? File icon or generic "info" icon?

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 27 Mar 2022 09:37
by highend
Add a checkmark item under the "Use status bar template"

"Show template icon". Default off. In that case, show the file icon

Best of both worlds...

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 27 Mar 2022 09:43
by admin
Which would you prefer if there wasn't an option?

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 27 Mar 2022 09:48
by highend
If "Use a status bar template" is ticked: A status bar template icon, otherwise the file icon

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 27 Mar 2022 09:56
by admin
Which is the status quo.

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 27 Mar 2022 20:42
by jupe
I actually also prefer filetype icon, so don't use CSBI because of the lack of it, maybe you could make it optional where something like a special template prefix makes filetype icon active or vice versa, instead of additional ini entry. Since on this subject do you know offhand what that icon reference is, something like :csbi?

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 28 Mar 2022 08:53
by admin
Good idea, I'll go that way (either vice or versa ;) ).

Icon is :infowood.

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 28 Mar 2022 09:14
by admin
Other idea: Always show the file icon, but when there is SB template info then use this color for the text: Configuration | Colors and Styles | Colors | Marked Text 1

UPDATE: made it like this:

Code: Select all

    + Custom Status Bar Info: Now you can prefix various switches to the template, 
      separated by ||, to modify the appearance of the info. The order of the switches is 
      irrelevant.
        i = use file icon (instead of the generic "i" icon)
        c = use marked color (Configuration | Colors and Styles | Colors | Marked Text 1)
      Examples:
        i||<s:dimension> <s:duration>
        c||<s:dimension> <s:duration>
        ic||<s:dimension> <s:duration>

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 28 Mar 2022 15:57
by jupe
Just tested this out, nice. I did notice that multi lasso selection returns the ? icon instead though.

Re: File type icon in the status bar or return of Modified & Creation Date

Posted: 28 Mar 2022 16:01
by admin
Ah. I guess when more than one are selected, it has to be the "i" icon always.