Search found 13227 matches

by highend
04 Apr 2024 16:34
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 295

Re: CEA After file operation rename

I wouldn't have a problem with that, we can always choose via <CEA_FileOp> what to do next
But you'd keep the new variable names if you move the event (<CEA_RenamedOld> & <CEA_RenamedNew>)?
by highend
04 Apr 2024 15:50
Forum: Reviews
Topic: Like a new feature? Say thanks here
Replies: 883
Views: 320739

Re: Like a new feature? Say thanks here

v25.80.0201 - 2024-04-04 15:17
+ Custom Event Actions: A new event "After Rename" has been added to the "File
Operations" section. It is fired when a rename operation is completed in the tree or
list.
:tup:
by highend
04 Apr 2024 15:49
Forum: Bug Reports
Topic: XYPlorer is opening the wrong configuration file
Replies: 8
Views: 209

Re: XYPlorer is opening the wrong configuration file

You know that the default file name is XYplorer.ini, right?
by highend
03 Apr 2024 10:53
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 295

Re: CEA After file operation rename

It requires you to do things differently than in "normal operation mode" like inline rename.
The first time you forget to do it you manually have to clean up the mess.
If possible I'd like to see this event as well :tup:
by highend
02 Apr 2024 23:01
Forum: Tips & Tricks, Questions & Answers
Topic: Colors/Dark
Replies: 39
Views: 4282

Re: Colors/Dark

The drop-downs are fine in dark mode
by highend
02 Apr 2024 21:48
Forum: Tips & Tricks, Questions & Answers
Topic: Colors/Dark
Replies: 39
Views: 4282

Re: Colors/Dark

My instance 0008 upgraded to 0010 lost dark mode completely, no settings were changed^^

Configuration | General | Startup & Exit | [ ] Adjust to OS light/dark mode at startup
by highend
02 Apr 2024 09:51
Forum: Script Exchange
Topic: Show folder sizes via Everything
Replies: 0
Views: 154

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: 4680

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: 363

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: 290

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: 290

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: 150

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: 1630

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!