NppPlugins icon indicating copy to clipboard operation
NppPlugins copied to clipboard

[Feat Request] - Autosave files by regex pattern

Open hidara2000 opened this issue 1 year ago • 1 comments

Cheers for the plugins,

I would love the option to add a list of file patterns to a textbox. If the textbox is empty then all files are autosaved, if not then files matching the patterns would be triggered. eg.

*.md - only save md files

or if regex is enabled \d{4}\d{2}\d{2}.md - only save files that match this pattern eg 2022_12_18.md or 2022_02_13.md

Is the code for the plugins on Git somewhere, Never programmed in C++ or PHP but willing to try

hidara2000 avatar Oct 24 '22 02:10 hidara2000