New SQL Window and additional requests

Would it be possible to be able to double click at the end of the tab list and it open up a new SQL window (it would make sense to have a setting that defines what your default option would be i.e. sql window, report window, etc)

Also, when viewing results in 'Single Record View' - sometimes it's handy to copy the 'column name' column - could you change it so it has the option to copy as a comma separated list? You can do this in the describe window against a table/view/etc - but that doesn't help for bespoke SQL.

How possible would it be to expand on the current offerings for short cut keys?
I was looking to standardise shortcuts across all IDEs I use and would like to do something like CTRL+K+C to comment and CTRL+K+U to uncomment as per my Visual Studio setup. Seems you can only define one character at a time (with CTRL, ALT, SHIFT combinations)

Ta
Matt.
 
Last edited:
Would it be possible to be able to double click at the end of the tab list and it open up a new SQL window (it would make sense to have a setting that defines what your default option would be i.e. sql window, report window, etc)
I have added this to the list of enhancement requests.

Also, when viewing results in 'Single Record View' - sometimes it's handy to copy the 'column name' column - could you change it so it has the option to copy as a comma separated list?
Note that you can already right-click on a column name and select "Copy", or select a range of column names and right-click / copy.

How possible would it be to expand on the current offerings for short cut keys?
I was looking to standardise shortcuts across all IDEs I use and would like to do something like CTRL+K+C to comment and CTRL+K+U to uncomment as per my Visual Studio setup. Seems you can only define one character at a time (with CTRL, ALT, SHIFT combinations)
I have added this to the list of enhancement requests.
 
Thanks Marco.

Also, when viewing results in 'Single Record View' - sometimes it's handy to copy the 'column name' column - could you change it so it has the option to copy as a comma separated list?
Note that you can already right-click on a column name and select "Copy", or select a range of column names and right-click / copy.

You can copy, yes. But I was looking to copy as a separated list, rather than just plain copy. Just saves having to spend seconds typing commas ;)

Thanks again.
 
+1 for the brilliant idea with an option to open new SQL window when clicking on an empty part of the tabbed interface.
Would be a great improvement without too much programmer's effort (I believe).

A small 'floating' tab (like Chrome) could open a new SQL windows (or another window type, setup by user).
Right-clicking on the new 'mini'-tab could open the File -> New menu, so the user could select another window type than the default.

In case there are more open tabs than can be shown on one page (so we have the small left and right arrows to change the tabs), please remember to always leave a small empty space to activate the new SQL window functionality, not only after the last tab.
 
Back
Top