How to add Version and Product Version to status bar?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
SuperDude
Posts: 221
Joined: Thu Sep 25, 2014 7:57 pm

How to add Version and Product Version to status bar?

Post by SuperDude »

I would like to add Version and Product Version to my statusbar_selected_item_format entry, so these two properties will appear in the status bar whenever a file that has these properties (for example, *.exe files) is selected in the results list.

Are there codes for these properties (and ideally other properties) listed somewhere on this site?

By “codes,” I mean something like iflen:$length: (which shows a video file's duration/length), but for Version and Product Version.

Thank you!
NotNull
Posts: 5334
Joined: Wed May 24, 2017 9:22 pm

Re: How to add Version and Product Version to status bar?

Post by NotNull »

Code: Select all

[if:#version:, Version #version:,]  [if:#productversion:, ProductVersion #productversion:,]
statusbar format syntax
Post Reply