Cannot substitute character for tabs "\t"
Posted: 18.02.2020 08:07
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
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