Search found 13205 matches

by highend
02 Apr 2024 09:51
Forum: Script Exchange
Topic: Show folder sizes via Everything
Replies: 0
Views: 133

Show folder sizes via Everything

Prerequisites : - Use at least v25.60.0107 or newer! - Enable this setting: Configuration | General | Refresh, Icons, History | Scripting | [x] Remember permanent variables - Use Everything 1.5 Alpha (https://www.voidtools.com/forum/viewtopic.php?t=9787) In Everything, from the Tools menu, click Op...
by highend
30 Mar 2024 22:29
Forum: Script Exchange
Topic: How to add pause between two script lines
Replies: 12
Views: 4665

Re: How to add pause between two script lines

Is there a way to make it wait until the previous line is done?

Code: Select all

setting "BackgroundFileOps", 0;
by highend
30 Mar 2024 00:29
Forum: Tips & Tricks, Questions & Answers
Topic: How do I get rid of Labels spacing? (Style: Label column - caption)
Replies: 12
Views: 345

Re: How do I get rid of Labels spacing? (Style: Label column - caption)

v25.20.0106 - 2023-11-30 10:14
* Configuration | Information | Tags | Label style: In style "Label column (caption)"
the texts are now drawn horizontally centered. And the height of the labels is
derived from the font height, not the row height.
by highend
29 Mar 2024 14:35
Forum: Tips & Tricks, Questions & Answers
Topic: Desktop Recycle Bin Doesn't "Empty"
Replies: 9
Views: 228

Re: Desktop Recycle Bin Doesn't "Empty"

It's a simple if check followed by a command id execution if true...
by highend
29 Mar 2024 13:45
Forum: Tips & Tricks, Questions & Answers
Topic: Desktop Recycle Bin Doesn't "Empty"
Replies: 9
Views: 228

Re: Desktop Recycle Bin Doesn't "Empty"

Custom event actions - Changing Locations - After browsing a folder

The variable to use in such a script is: <oldpath>...
by highend
29 Mar 2024 13:05
Forum: Tips & Tricks, Questions & Answers
Topic: Command numbers
Replies: 3
Views: 133

Re: Command numbers

What are command numbers for function keys?
by highend
28 Mar 2024 07:55
Forum: Wishes
Topic: Tag List Management
Replies: 5
Views: 1562

Re: Tag List Management

I think it was related to the order of the entries in tag.dat file
If you e.g. change a drive letter from D to G and already have tagged files on E
this would break it if you don't move all entries with G after the ones from E

tag.dat file content must be sorted case-sensitive!
by highend
26 Mar 2024 17:54
Forum: Tips & Tricks, Questions & Answers
Topic: Shared Tag File Size, 2nd try
Replies: 9
Views: 1044

Re: Shared Tag File Size, 2nd try

And your tag.dat file is how large atm?
by highend
25 Mar 2024 20:41
Forum: Bug Reports
Topic: Right click slow/delay
Replies: 28
Views: 1140

Re: Right click slow/delay

We are working on a new version but NO promises atm when it’ll be done (so don’t ask for it)…
by highend
25 Mar 2024 19:02
Forum: Wishes
Topic: column "dimensions"
Replies: 8
Views: 219

Re: column "dimensions"

You can always use a scripted custom column and format the output as you need it...

Code: Select all

return property('System.Image.HorizontalSize', <cc_item>) . 'x' . property('System.Image.VerticalSize', <cc_item>);
by highend
25 Mar 2024 15:35
Forum: Other Software
Topic: Reminder needed
Replies: 8
Views: 6211

Re: Reminder needed

i did very same thing 13 years ago!
March 2024 - November 2016 <= 8 years^^
by highend
25 Mar 2024 10:03
Forum: Bug Reports
Topic: Docx document cannot display custom icons correctly.
Replies: 5
Views: 170

Re: Docx document cannot display custom icons correctly.

Then maybe post your custom icon definitions and a screenshot how the icons are currently displayed?
by highend
25 Mar 2024 07:38
Forum: Wishes
Topic: column "dimensions"
Replies: 8
Views: 219

Re: column "dimensions"

Add height as well and shift+left click the column header of height => Secondary sort order
1.png
1.png (24.46 KiB) Viewed 204 times