Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
How can I enter a tab char in the text editor with find/replace
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How can I enter a tab char in the text editor with find/replace (Read 4239 times)
Pecan
Plugin developer
Lives here!
Posts: 2873
How can I enter a tab char in the text editor with find/replace
«
on:
November 16, 2015, 12:50:46 am »
Is it possible to enter escape characters like \n \t etc with the find/replace dialog of the editor?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: How can I enter a tab char in the text editor with find/replace
«
Reply #1 on:
November 16, 2015, 01:28:32 am »
There is a multiline checkbox in the dialog, have you tried it?
Logged
(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
Almost regular
Posts: 223
Re: How can I enter a tab char in the text editor with find/replace
«
Reply #2 on:
November 16, 2015, 07:27:38 am »
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.
Logged
Pecan
Plugin developer
Lives here!
Posts: 2873
Re: How can I enter a tab char in the text editor with find/replace
«
Reply #3 on:
November 16, 2015, 05:22:33 pm »
Finally figured it out by using the regular expression option of replace. '\t' (without quotes) worked.
thanks
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
How can I enter a tab char in the text editor with find/replace