Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DPyShell.py1144 self.newline_and_indent_event(event)
1193 self.newline_and_indent_event(event)
1201 self.newline_and_indent_event(event)
1221 self.newline_and_indent_event(event)
DEditorWindow.py233 text.bind("<<newline-and-indent>>",self.newline_and_indent_event)
1285 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
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dpyshell.py1243 self.newline_and_indent_event(event)
1309 self.newline_and_indent_event(event)
1317 self.newline_and_indent_event(event)
1336 self.newline_and_indent_event(event)
Deditor.py191 text.bind("<<newline-and-indent>>",self.newline_and_indent_event)
1412 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.txt212 bpo-32989: Add tests for editor newline_and_indent_event method.
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_editor.py127 nl = w.newline_and_indent_event
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a3.rst878 Add tests for editor newline_and_indent_event method. Remove dead code from