ReNamer 6.6

ReNamer 6.6 brings a new renaming rule and few other useful features.

Here is the summary of most notable changes:

  1. Added a new "Padding" rule, used for adding and removing zero padding in number sequences. No more need to use clunky regular expressions for this common task.

  2. Implemented an {$INCLUDE} directive in PascalScript, which allows sharing and linking together multiple source code files. A common use case is to have a collection of useful routines in a single easily maintainable file, which can now be easily included in your everyday scripts.

  3. Added Czech translation file. Thanks to Lukas Kucera.

renamer-6_6-padding-rule.png

Full list of changes:

* Added a new "Padding" rule, used for adding and removing zero padding in number sequences.
* Increased height of the Add Rule dialog to fit an extra rule.
* Added "Export paths to clipboard" option.
* Fixed incorrect replacement of consecutive "Find" parts. Regression introduced in v6.3.0.3.
* Other small improvements.
* Handle included files with full paths in PascalScript.
* Improved error message when an include file is not found in PascalScript.
* Changed shortcut in PascalScript editor for deleting the current word from Ctrl+T to Ctrl+W, to avoid collision with the shortcut for "Try to Compile" button.
* Added an example script to demonstrate the use of {$INCLUDE} directive in PascalScript.
* Added Czech translation file. Thanks to Lukas Kucera.
* Updated Russian language file.
* Implemented an include directive in PascalScript, i.e. "{$I filename.pas}".
* Fixed incorrect display of local Unicode thousand separator.