Enhancement requests

ScottMattes

Member³
I would like

- an 'goto end of word' command

- press end-of-line once and the cursor goes to the very end of the line, press it again and it goes to just after the last non-blank char of the line

- I would like an option to make ctl-tab and ctl-shift-tab to go thru the open window list in order of display instead of order visited

- I would like a command for switching to the last window, such that if I have 5 windows open and I in window 3 and then goto 4 pressing the switch key will take be back to 3 and pressing it again will return me to 4

- a copy option such that if I have a row selected in the SQL Window results grid, whether single or multi row view, the copy will be fieldname = value for each field selected. this should probably be the case also if I have just certain field selected.

- another copy option for the same, but making field, field, field

or is this now possible and I just missed understanding what I've read?
 
In the SQL Window, I would like all substitution values to be remembered, so that if I am going between many SQL queries I don't have to keep entering the same values.

select *
from tab3
where field2 = &value1;

select *
from tabE
where fld1 = '&value2';

select *
from all_objects
where object_name = '&obj_name';

Having run each of those queries would establish the values for &value1, &value2 and &obj_name and when I went back and ran query 1 the popup window would have the value already there

Thank you
 
I have added this to the list of enhancement requests (except for the likeness of your icon, which only you can fix).
 
Back
Top