Searched refs:UndoDelegator (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | mock_idle.py | 46 self.undo = UndoDelegator() 54 class UndoDelegator: class
|
D | test_undo.py | 4 from idlelib.undo import UndoDelegator 30 self.delegator = UndoDelegator()
|
/third_party/python/Lib/idlelib/ |
D | undo.py | 21 class UndoDelegator(Delegator): class 351 d = UndoDelegator()
|
D | pyshell.py | 61 from idlelib.undo import UndoDelegator 362 class ModifiedUndoDelegator(UndoDelegator): 371 UndoDelegator.insert(self, index, chars, tags) 380 UndoDelegator.delete(self, index1, index2) 860 UndoDelegator = ModifiedUndoDelegator variable in PyShell
|
D | ChangeLog | 444 ToolTip.py, TreeWidget.py, UndoDelegator.py, WidgetRedirector.py, 473 ToolTip.py, TreeWidget.py, UndoDelegator.py, WidgetRedirector.py, 540 UndoDelegator.py, WidgetRedirector.py, WindowList.py, help.txt, 562 UndoDelegator.py, WidgetRedirector.py, WindowList.py, help.txt, 979 * AutoIndent.py, EditorWindow.py, FormatParagraph.py, UndoDelegator.py: 1389 …, extend.txt, extend.py, eventparse.py, ZoomHeight.py, WindowList.py, UndoDelegator.py, StackViewe… 1587 …* idle.pyw, help.txt, WidgetRedirector.py, UndoDelegator.py, StackViewer.py, SearchBinding.py, Att…
|
D | editor.py | 52 from idlelib.undo import UndoDelegator 259 self.undo = undo = self.UndoDelegator()
|