Istvan wrote:
Luis Olcese wrote:
I have made a search and I haven't found how to enable (if it's possible) a button to save all the open files, and also an autosave each n minutes.

You can add "Save All" to the right click menu, just edit SciTEUser.properties
and add this code:
user.context.menu=\
Save All|IDM_SAVEALL|

No solution for autosave.

That make think... For Windows, you can use AutoHotkey or AutoIt (I chose the former for my needs - corny syntax, but open source and great help in forums): set a timer to some minutes, and it just sends to SciTE a WM_COMMAND with IDM_SAVEALL. It would work in background.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to