Drag&Drop of a folder imports only some extentions

Roeland

Member³
I discovered recently a neat feature, you can drag&drop a whole folder from an external program (eg: explorer) into PL/SQL Developer.

Alas, only some file extensions are imported into PLD this way.

Could you just import ALL the files (or at least the *.txt), and give a warning when there are some files not imported?

This way I can execute some scripts and see the descriptions/readMe also.

PL/SQL Developer 10.0.5.1710
 
If you define .txt as a known secondary extension in PL/SQL Developer, the file will be opened in a window type as defined (Tools > Preferences > Files / Extensions).
 
Back
Top