Home
last modified time | relevance | path

Searched refs:newline_and_indent_event (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_editor.py128 nl = w.newline_and_indent_event
/third_party/python/Lib/idlelib/
Dpyshell.py1251 self.newline_and_indent_event(event)
1317 self.newline_and_indent_event(event)
1325 self.newline_and_indent_event(event)
1344 self.newline_and_indent_event(event)
Deditor.py179 text.bind("<<newline-and-indent>>",self.newline_and_indent_event)
1352 def newline_and_indent_event(self, event): member in EditorWindow
DChangeLog1124 o newline_and_indent_event trims trailing whitespace on the old
1127 o newline_and_indent_event no longer fooled by trailing whitespace or
1130 o newline_and_indent_event now reduces the new line's indentation after
DNEWS.txt115 bpo-32989: Add tests for editor newline_and_indent_event method.
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst879 Add tests for editor newline_and_indent_event method. Remove dead code from