in window_title_format the version can be quite long.
I guess it would currently be possible to do a replace to remove the offending bits, but I think it would be useful to have an option for a short version too of just the minor number, so "1411b" instead of "1.5.0.1411b (x64)", although maybe some people might want the full number without the architecture part.
Cheers! David
Window title version number
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Window title version number
To set a short version in window title format:
- 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:
title - Select: window_title_format
- Set the value to:
Shown as
Code: Select all
$s?{$s - }$a?{$a - }$d?{$d - }$t$i?{ ($i)} <element:$v,".",4><if:isadmin:," [Administrator]"><if:isdbreadonly:," [Read-only]">Everything 1411b (x64)
-or-Shown asCode: Select all
$s?{$s - }$a?{$a - }$d?{$d - }$t$i?{ ($i)} <regexreplace:<element:$v,".",4>," \(.*\)",""><if:isadmin:," [Administrator]"><if:isdbreadonly:," [Read-only]">Everything 1411b - Click OK.