Kaydet (Commit) f9259d72 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

format_paragraph_event wasn't returning 'break'

Backport r59463
üst 2fbad0e9
......@@ -75,6 +75,7 @@ class FormatParagraph:
else:
text.mark_set("insert", last)
text.see("insert")
return "break"
def find_paragraph(text, mark):
lineno, col = map(int, mark.split("."))
......
......@@ -3,6 +3,8 @@ What's New in IDLE 1.2.2c1?
*Release date: XX-FEB-2008*
- format_paragraph_event wasn't returning a 'break' (backport r59453)
- Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
mouse and cursor selection in ACWindow implemented; double Tab inserts
current selection and closes ACW (similar to double-click and Return); scroll
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment