I'm sorry, but I'm not asking how to add text to selection.
As workaround I can always copy/paste text into notepad++, to do edit there, rather than do the non-standard plugin way, which proposes +1 way to implement the task.
I'm asking to implement the de-facto standard feature in PSD, just...
It will be great to have ability to classify connections (using lists of TNS specs, with regexes), to distinguish production databases and development/testing ones.
For production databases we need to allow SELECTs and ALTER SESSION commands only by default, any DELETEs, UPDATEs, any DDL or...
Consider the code
declare
begin
dbms_output.put_line('&text');
end;
In Command window and SQL Window it works fine, PSD ask for the &text value and substitutes is.
For Test Window it does not work - it asks nothing and just puts the &text into Output.
It will be nice to have True...
if wine is not a solution then you can use either VirtualBox's Seamless Mode or VMware's Unity Mode.
I don't think that it's worse to spend time porting PSD to xNIXes, PSD is classic Delphi VCL application, and there is no option to get VCL working elsewhere than Windows.
Porting using...
It will be very nice to have vertical block editing in PSD, like it was implemented in most modern IDEs and text editors, like Visual Studio, Notepad++, Sublime, etc.
The feature should work like shown below: user selects text using Alt+Arrows (or Alt+mouse), then each typed character is added...