When I try to replace some character with tabs "\t" (with the regular expressions switch active) it replaces them with "t" characters instead. This worked fine in previous versions of the program.
How to reproduce:
1. Open a new blank document and write "Lorem ipsum" (without quotes)
2. Press Ctrl+R (opens Find/replace dialog)
2.1. Find: type " " (blank spaces, without quotes)
2.2. Replace: type "\t" (tab character, without quoutes)
2.3. Activate option "Regular expressions"
3. Press Replace All
Expected result: "Lorem ipsum" (separated with tabs)
Actual result: "Loremtipsum"
Cuda version 1.94.1.0
Cannot substitute character for tabs "\t"
Thanks, seems it is OK in the 1.94.5, pls test
https://github.com/Alexey-T/CudaText/issues/2403
https://github.com/Alexey-T/CudaText/issues/2403