About I:
void wrote: Sat Nov 01, 2025 4:30 am
[...]
The next alpha update will format text correctly with a-format:size, so the following will work:
Code: Select all
*.lnk addcolumn:a a-label:="LNK Target Size" a:=getproperty($shortcut-target:,"size")?getproperty($shortcut-target:,"size"):"DEADLINK" a-format:size
Yes, in Everything 1.5.0.1400a x64 Portable I can use e.g.
Code: Select all
*.lnk addcolumn:a a-label:="LNK Target Size" a-align:right a:=getproperty($shortcut-target:,"size")?formatsize(getproperty($shortcut-target:,"size"),0):"▮deadlink▮"
for a better visual indication
So this issue "I" is gone. Thank you
About II:
The
Thy Grand Voidinesss wrote: Wed Aug 20, 2025 1:49 pm
II]
If a link becomes dead when it is being displayed on the list of items in the main window via the above Bookmark, then its size reported by that custom made LNK Target Size column does not change
[...]
issue in my opinion should not be dealt with manual action of
void wrote: Sat Nov 01, 2025 4:30 am
Press F5 to refresh the search.
Because this is inconvenient and because if e.g. size of any file changes, then that change is automatically reflected in what Everything shows. So this is a dichotomous behavior thus users are forced to remember which Columns get updated as part of background processes and which one display data that might become silently outdated
About III:
void wrote: Sat Nov 01, 2025 4:30 am
Everything will gather ALL the values when you sort.
[...]
When sorting, custom columns are only calculated if they haven't already been calculated.
So sorting will not change already calculated custom columns.
[...]
But in relation to previous issue, I think that at least act of re-sorting could / should also automatically refresh the view - thus recalculate. Turning on of this modified behavior, if it ever gets implemented, could be made available as an Advanced option
About IV:
void wrote: Sat Nov 01, 2025 4:30 am
The next alpha update will right align the column header.
The next alpha update will also right align the column header when using a-format:size -no need to specify a-align:right
In my Everything 1.5.0.1400a x64 Portable if I will remove from that Bookmark of
Code: Select all
*.lnk addcolumn:a a-label:="LNK Target Size" a-align:right a:=getproperty($shortcut-target:,"size")?formatsize(getproperty($shortcut-target:,"size"),0):"▮deadlink▮"
its
a-align:right
parameter and thus use
Code: Select all
*.lnk addcolumn:a a-label:="LNK Target Size" a:=getproperty($shortcut-target:,"size")?formatsize(getproperty($shortcut-target:,"size"),0):"▮deadlink▮"
then the header of this LNK Target Size column becomes left-aligned. So automated alignment to the right side does not seem to work
About V:
void wrote: Sat Nov 01, 2025 4:30 am
Use the Open Path context menu item
[...]
can be enabled/disabled under Tools -> Options -> Context menu -> Open Path
[...]
OK this works - except for peculiar cases like file
C:\Windows\WinSxS\amd64_microsoft-windows-win32calc_31bf3856ad364e35_10.0.19041.1_none_ffa02cb5b713eae9\Calculator.lnk
which has its Target set to
because using on it the entry of Open Path navigates me to
C:\Windows\System32\
instead to
C:\Windows\WinSxS\amd64_microsoft-windows-win32calc_31bf3856ad364e35_10.0.19041.1_none_ffa02cb5b713eae9\
VI]
Unfortunately I spotted another issue - a glitch. Here is how it can be reproduced:
1] Use that Bookmark
Code: Select all
*.lnk addcolumn:a a-label:="LNK Target Size" a-align:right a:=getproperty($shortcut-target:,"size")?formatsize(getproperty($shortcut-target:,"size"),0):"▮deadlink▮"
2] For convenience of this test, sort items on the list by Date Modified
3] Create in whatever file manager in a monitored location some File-A
4] Create LNK to File-A
5] Go to Everything to see that it correctly show size value for the File-A in the row with its LNK file
6] Go back to file manager and delete File-A
7] Go back to Everything to and see that it correctly shows
▮deadlink▮
as size value for the File-A in the row with its LNK file. So far, so good
8] Go back to file manager and create in File-B
9] Create LNK to File-B
10] Go back to Everything and observe how it not correctly shows
▮deadlink▮
as size value for the File-B in the row with its LNK file. After few seconds this value might fix itself i.e. show correct size for File-B or it might get as such stuck forever, because even system reset might not fix this, despite File-B still being accessible without any issues in its original location, as it has never been deleted