Home | History | Annotate | Download | only in idlelib

Lines Matching refs:EditorWindow

28 from idlelib.EditorWindow import EditorWindow, fixwordbreaks
106 class PyShellEditorWindow(EditorWindow):
111 EditorWindow.__init__(self, *args)
277 # EditorWindow.saved_change_hook(self)
282 EditorWindow._close(self)
289 # instead of EditorWindow when new edit windows are created.
290 EditorWindow = PyShellEditorWindow
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
979 "Extend EditorWindow.close()"
995 return EditorWindow.close(self)
998 "Extend EditorWindow._close(), shut down debugger and execution server"
1011 EditorWindow._close(self)
1014 "Override EditorWindow method: never remove the colorizer"