News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How can I enter a tab char in the text editor with find/replace

Started by Pecan, November 16, 2015, 12:50:46 AM

Previous topic - Next topic

Pecan

Is it possible to enter escape characters like \n \t etc with the find/replace dialog of the editor?


oBFusCATed

There is a multiline checkbox in the dialog, have you tried it?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

raynebc

It doesn't seem to work, pressing Tab changes fields.  The only way I know how to work around this limitation in programs is to paste a tab character in from the clipboard.

Pecan

Finally figured it out by using the regular expression option of replace. '\t' (without quotes) worked.

thanks