Find & Replace

Qkxy

Member²
I have a little problem using Find & Replace:
It is in my SQL window:

1:"aaa"
2:"bbb"

Find & Replace
" => nothing
Options are unselected
Scope: Global
Direction: Forward
I press "Cursor home in editor" button than
I press "Replace All" button

Result:
1:aaa
2:bbb"

The last occurence is not replaced. Why?

PL/SQL Developer version: 7.0.2.1076
 
I found the same problem. It appears that Find & Replace will ignore the last character in the text to be replaced if it is not followed by an 'enter'. If you add an empty line at the end of the text, Find & Replace works OK
 
Yes, it is working but it is very annoying because I often paste multiline SQL statements into SQL and Command window where I have to remove quotation marks before execute them.
 
That is indeed not correct. We'll fix it.

Strangely, when the "Regular expressions" option is enabled, it works okay.
 
Back
Top