Note: BETA versions are a work in progress and might contain fresh bugs.
You have been warned.
- + Menu Edit | New: Added command "New Files...". Here you can enter a list of new files (one per line) that will be created in one go. The functionality is like the one of the "New Folders..." command:
- Paths can be absolute or relative (to current path).
- Non-existing path are created on the fly.
- They can be stated in any order.
- XY native variables and environment variables are supported.
- Files that already exist are silently ignored (and not
overwritten).
- The last list is remembered within the session.
Example for a list:
newtextfilehere.txt
MoonLanding\TopSecret\new.txt
\MarsLanding\TopSecret\new.txt
D:\Testpath\new.txt
%username%.txt
New <date yyyymmdd>.txt - ! List: Selection glitch (selection remained sticky) when a script using SC selfilter resulted in a single selected file. Fixed.
- ! Find by Tag: Didn't always find newly tagged file depending on its sort position within the already tagged files. Fixed.