Enhancement Request: SQL Window

ScottMattes

Member³
and in any other window that it might be useful in

I would like some option to change :yada. to &yada_ so that I don't have to do it manually.

yes, way lazy (should just write a plugin, i know, but i'm busy).
 
Scott,

Are you talking about Developer's Find/Replace supporting regular expressions? That could be very cool. If you're pasting code in from another source, you can do this with ClipMate's editor, a great clipboard manager that supports regular expressions.

Also, what's with the period at the end?

Code:
:yada.
 
Stew,
I'll have to look into ClipMate's clipboard manager, thank you.

The period could be from any object reference. In my case I was pasting in code from an Oracle Form. It could also come from an Oracle Report.

So, I want to change the containing object reference ":yada." to be "&yada_" so that *if* I make mods and want to put the changed code back I can change the "&yada_" to ":yada." easily.

Hey, that is another feature - if you can it automatically one way, I would like an easy way to change it back.
 
Back
Top