Welcome Guest

Pages: 1
More option for the action auto-run on save / the default action
DebutantPostJanuary 17, 2026, 07:58
Newbie
Posts: 8
Registered:
September 21, 2024, 11:05
Normal topicMore option for the action auto-run on save / the default action

I was reading the doc about the setting "auto-run on save" an action to try to understand why it doesn't behave as I expected and I learned it actually doesn't run in some cases, including when using save selected files.
Same thing with the default action, I learned it actually doesn't run when using drag and drop on Yate's window.

The thing is I really don't have an use case for not running these actions all the time, and I mostly use drag and drop to the window to add files and use save selected files a lot when tagging a lot of files at the same time.

So I would really love to have an option to run the auto-save action on all files saved regardless of the method used. And same for the default action, be able to run it on all files imported regardless of the method used would be really useful for me.

2MR2PostJanuary 17, 2026, 10:22
Avatar photo
Administrator
Posts: 2394
Registered:
August 23, 2012, 19:27
Normal topicMore option for the action auto-run on save / the default action

Both of these items are as designed. In both cases there has to be an out for automatically running an action.

If you drag files to the dock icon as opposed to the main window, the default action will run. You can also place a Droplet on the desktop and drag to it as opposed to the main window. That even has the advantage of letting you set a specific Open Mode.

As far as running the Auto Save action, it's pretty much the same story. An easy out is necessary. Further, Saving from the FIle menu is entwined with the action based Save mechanism. Doing the auto save here would be extremely convoluted.

If you want this specifically for Save Selected Files if Modified, create an action as follows:

Test if property 'Is Modified' is true (Set test state and Variable 0)
Run action 'your default action' if Variable 0 is true
Save selected files if modified

If you want it for Save Selected Files Always do the following:

Run action 'your default action'
Save selected files

In the Action Manager assign the created action to a Toolbar Action Button. Place the associated icon (which you can change) on the toolbar. Use the created toolbar button.

I understand that these are workflow changes but quite frankly changing the behaviour for either of these items would require a ton of changes. 🙁

Pages: 1
Mingle Forum by Cartpauj | Version: 1.1.0beta | Page loaded in: 0.011 seconds.