Feature Requests: Describe window + SQL window result data grid

Thies

Member
I have some small feature requests, based on PL/SQL Dev. version 11.0.3.1770.

Describe window:
* Allow ESC to close the window.
* Comments are often longer than the display column. You already have the "..." button to open a text editor window. Perform wrapping of long lines therein (maybe as option) - I simply want to read the whole comment without scrolling. Offer this button for the table comment also. OR: Display the whole comment as a tooltip when hovering over it (including wrapping and contained line breaks).

SQL window result data grid:
* When scrolling down past the end of currently fetched records (or when reaching the last, if this is easier to recognize), automatically fetch the next page (maybe as option).
* You already provide tabbed results when executing multiple statements. Sometimes I execute a query, want to preserve the result and execute a slightly modified query to quickly switch between both results. Suggestion: Offer a button to preserve the current result, so the next query creates a new tab for its result. A tab should have close button then.

 
Addition to SQL window:
* Mouse wheel should scroll the part the mouse cursor is currently over (editor versus result grid).
 
Back
Top