Discussion:
[Geany-Users] replace: please don't convert characters
ToddAndMargo
2018-05-27 05:23:34 UTC
Permalink
Hi All,

Geany 1.33

Is there a way when your are doing a search and replace to tell Geany
not to interpret characters in the search and/or replace fields?
Just to take then literally as entered?

for instance

Replace:

print( "abc\n" );

comes out

print( "abc
" );

In other words, it caught my `\n` and turned it into a return.

I got some that start with `&` and oh boy.

Many thanks,
-T
--
~~~~~~~~~~~~~~~~~~~~~~~~
Yesterday it worked.
Today it is not working.
Windows is like that.
~~~~~~~~~~~~~~~~~~~~~~~~
Lex Trotman
2018-05-27 06:23:54 UTC
Permalink
Turn off "use escape sequences"
Post by ToddAndMargo
Hi All,
Geany 1.33
Is there a way when your are doing a search and replace to tell Geany
not to interpret characters in the search and/or replace fields?
Just to take then literally as entered?
for instance
print( "abc\n" );
comes out
print( "abc
" );
In other words, it caught my `\n` and turned it into a return.
I got some that start with `&` and oh boy.
Many thanks,
-T
--
~~~~~~~~~~~~~~~~~~~~~~~~
Yesterday it worked.
Today it is not working.
Windows is like that.
~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
Users mailing list
https://lists.geany.org/cgi-bin/mailman/listinfo/users
ToddAndMargo
2018-05-27 06:34:54 UTC
Permalink
Post by Lex Trotman
Post by ToddAndMargo
Hi All,
Geany 1.33
Is there a way when your are doing a search and replace to tell Geany
not to interpret characters in the search and/or replace fields?
Just to take then literally as entered?
for instance
print( "abc\n" );
comes out
print( "abc
" );
In other words, it caught my `\n` and turned it into a return.
I got some that start with `&` and oh boy.
Many thanks,
-T
Turn off "use escape sequences"
Right under my nose! Thank you!

Continue reading on narkive:
Loading...