Command Window Echo preference

In the 5.1.4 release, one of the fixes was:

"Command Window fixes: When executing a command file from the clipboard, Echo would always be on."

Some of us Liked it that way! Would you consider adding a user setting for the Command Window to store the preferred state of the "Echo"?

Thanx,
HMD
 
If you edit the login.sql file in the PL/SQL Developer installation directory, and add the line SET ECHO ON, then this will be the default.
 
Back
Top