WishList ...

pdhulkhed

Member
Currently I am using Version 5.0.3.

I would like see following Enhancements in PLSQL Developer:

1. Feature to turn editing text into UPPER or LOWER case by selecting though click of a button.

2. Tools->ExportTables to Export Table Data into individual seperate files along with One file which is available at present.

3. TableTruncate Option when a Table is selected.
 
1. Feature to turn editing text into UPPER or LOWER case by selecting though click of a button.
Under the edit menu, there are options for this action.
[Edit-Selection-UpperCase] and [Edit-Selection-Lowercase].
You can assign a hot key to these options. :cool:
3. TableTruncate Option when a Table is selected.
Use the Browser Extender plug-in, available from the Add-ons page . Create a template, linked to tables with this code in it:

Code:
truncate #otype #object
I don't seem to have an answer for your second question, but I think that Marco will add it to the wish list. :D

Regards,
Patrick
 
Back
Top