Home
last modified time | relevance | path

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

/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