Implemented updates:
-
Replace in Files: New feature to extend replacements to entire directory structures. A dedicated panel allows configuring the start directory, file filters, recursion into subfolders, and inclusion of hidden files.
-
Extended Mode Unicode Support: Now supports
\uXXXX
escape sequences to match or insert Unicode characters (e.g.,\u20AC
for €). This is an extension to the standard Extended mode of Notepad++. -
Dark Mode Color Rendering: Status messages now display colored text correctly in Dark Mode.
-
Export to Bash Option: Export to Bash button is disabled by default. It can be enabled by setting
ExportToBash=1
in the configuration file.