diff options
| author | Kurt B. Kaiser <kbk@shore.net> | 2007-10-10 01:06:47 (GMT) | 
|---|---|---|
| committer | Kurt B. Kaiser <kbk@shore.net> | 2007-10-10 01:06:47 (GMT) | 
| commit | 631fee62351397e940e4616ef48f03788962c3eb (patch) | |
| tree | 6480c16dcb52fd7dcb15e1b0c60f6f927843ccbc /Lib/idlelib/EditorWindow.py | |
| parent | cca976b11c754304544b8d1fcc543c3000019f4a (diff) | |
| download | cpython-631fee62351397e940e4616ef48f03788962c3eb.zip cpython-631fee62351397e940e4616ef48f03788962c3eb.tar.gz cpython-631fee62351397e940e4616ef48f03788962c3eb.tar.bz2  | |
show paste if > 80 columns.  Patch 1659326 Tal Einat.
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
| -rw-r--r-- | Lib/idlelib/EditorWindow.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index 3126c2f..f95b1a6 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -414,6 +414,7 @@ class EditorWindow(object):      def paste(self,event):          self.text.event_generate("<<Paste>>") +        self.text.see("insert")          return "break"      def select_all(self, event=None):  | 
