Searched refs:newline_and_indent_event (Results 1 – 6 of 6) sorted by relevance
128 nl = w.newline_and_indent_event
1251 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)
179 text.bind("<<newline-and-indent>>",self.newline_and_indent_event)1352 def newline_and_indent_event(self, event): member in EditorWindow
1124 o newline_and_indent_event trims trailing whitespace on the old1127 o newline_and_indent_event no longer fooled by trailing whitespace or1130 o newline_and_indent_event now reduces the new line's indentation after
115 bpo-32989: Add tests for editor newline_and_indent_event method.
879 Add tests for editor newline_and_indent_event method. Remove dead code from