show paste if > 80 columns. Patch 1659326 Tal Einat.
This commit is contained in:
parent
cca976b11c
commit
631fee6235
|
@ -414,6 +414,7 @@ class EditorWindow(object):
|
||||||
|
|
||||||
def paste(self,event):
|
def paste(self,event):
|
||||||
self.text.event_generate("<<Paste>>")
|
self.text.event_generate("<<Paste>>")
|
||||||
|
self.text.see("insert")
|
||||||
return "break"
|
return "break"
|
||||||
|
|
||||||
def select_all(self, event=None):
|
def select_all(self, event=None):
|
||||||
|
|
|
@ -3,6 +3,8 @@ What's New in IDLE 2.6a1?
|
||||||
|
|
||||||
*Release date: XX-XXX-200X*
|
*Release date: XX-XXX-200X*
|
||||||
|
|
||||||
|
- Show paste position if > 80 col. Patch 1659326 Tal Einat.
|
||||||
|
|
||||||
- Update cursor color without restarting. Patch 1725576 Tal Einat.
|
- Update cursor color without restarting. Patch 1725576 Tal Einat.
|
||||||
|
|
||||||
- Allow keyboard interrupt only when user code is executing in subprocess.
|
- Allow keyboard interrupt only when user code is executing in subprocess.
|
||||||
|
|
Loading…
Reference in New Issue