Improvement request

Thomas Svensen

Member²
Moving from TOAD to PL/SQL Developer, I am very pleased with a lot of the features in PL/SQL Developer! Among them are keyboard shortcuts for almost all operations, but a few glaring omissions are quite annoying :
- Move focus to Browser
- Move focus from/to Data grid in SQL Window
- Move to next/previous compilation error

The data edit functionality in PL/SQL Developer is quite good, but TOAD has an extremely handy feature they call "duplicate row" which creates a copy of the current row. It is not stealing if you implement the same, is it? :rolleyes:

Another nice feature to implement is auto-refresh after post in data grids. Often default values and triggers update certain columns, and it would be nice to see it immediately after a post...

Otherwise, thank you for an excellent product. Ordering is in the pipeline! :D

- Thomas
 
I have added your suggestions to the list of enhancement requests.

Note that you can already duplicate a row by selecting it by clicking on the row header, pressing Ctrl-C, selecting the target row by clicking on the row header, and pressing Ctrl-V.
 
So that's how it's done. I tried a lot of Ctrl-C/Ctrl-V combinations, but did not think of that one. A little cumbersome (requiring mouse use), but much better than nothing!

As for my other requests, thank you for taking note of them. You would not happen to have an online list of requested/planned enhancements? For other IDE's I have seen things like online voting services for most wanted enhancements :)

Thank you!

- Thomas S.
 
Back
Top