Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f9259d72
Commit
f9259d72
authored
Feb 14, 2008
by
Kurt B. Kaiser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format_paragraph_event wasn't returning 'break'
Backport r59463
parent
2fbad0e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Lib/idlelib/FormatParagraph.py
Lib/idlelib/FormatParagraph.py
+1
-0
Lib/idlelib/NEWS.txt
Lib/idlelib/NEWS.txt
+2
-0
No files found.
Lib/idlelib/FormatParagraph.py
View file @
f9259d72
...
...
@@ -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
(
"."
))
...
...
Lib/idlelib/NEWS.txt
View file @
f9259d72
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment