This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients
Date 2007-05-11.12:38:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Currently, hitting the keyboard shortcut for the Print command sends whatever is in the current window to be printed. This happens by accident often enough to be a significant annoyance.

This simple patch to IOBinding.py makes the print command pop up a simple yes/no dialog which asks "Are you sure you want to print the window's contents?".

Some colleagues and I have been using this for several months to our satisfaction. It has saved me from printing by accident 3 times already.
History
Date User Action Args
2007-08-23 15:58:25adminlinkissue1717170 messages
2007-08-23 15:58:25admincreate