patch
Member³
If you have ever worked with the Delphi IDE, then you might know of the CTRL-J hotkey, which allows you to insert a template into you code, based on the current text. For example:
you type: cnc and then you press CTRL-J. Then the text cnc is replaced by the contents of your template, for example: CompareNoCase.
I have created a plug-in for PL/SQL Developer that does a similar thing
. You can download it at my website ( bar-solutions.com ) or using this link Template Plugin
And maybe soon from the Add-ons page here
Kindest regards,
Patrick
you type: cnc and then you press CTRL-J. Then the text cnc is replaced by the contents of your template, for example: CompareNoCase.
I have created a plug-in for PL/SQL Developer that does a similar thing

And maybe soon from the Add-ons page here

Kindest regards,
Patrick