Searched defs:EditorWindow (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DFileList.py9 from idlelib.EditorWindow import EditorWindow namespace
15 self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
36 return self.EditorWindow(self, filename, key)
44 return self.EditorWindow(self, filename)
57 print "Don't know this EditorWindow object. (close)"
70 print "Don't know this EditorWindow object. (rename)"
109 from idlelib.EditorWindow import fixwordbreaks
H A DOutputWindow.py2 from idlelib.EditorWindow import EditorWindow namespace
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
H A DEditorWindow.py80 near - a Toplevel widget (e.g. EditorWindow or PyShell)
112 class EditorWindow(object): class in inherits:object
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
165 #configDialog.py so it can access all EditorWindow instances
175 self.width = idleConf.GetOption('main','EditorWindow','width', type='int')
181 'height': idleConf.GetOption('main', 'EditorWindow', 'heigh
[all...]
H A DPyShell.py28 from idlelib.EditorWindow import EditorWindow, fixwordbreaks namespace
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 variable in class:PyShellFileList
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
979 "Extend EditorWindow
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DFileList.py9 from idlelib.EditorWindow import EditorWindow namespace
15 self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
36 return self.EditorWindow(self, filename, key)
44 return self.EditorWindow(self, filename)
57 print "Don't know this EditorWindow object. (close)"
70 print "Don't know this EditorWindow object. (rename)"
109 from idlelib.EditorWindow import fixwordbreaks
H A DOutputWindow.py2 from idlelib.EditorWindow import EditorWindow namespace
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
H A DEditorWindow.py80 near - a Toplevel widget (e.g. EditorWindow or PyShell)
112 class EditorWindow(object): class in inherits:object
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
165 #configDialog.py so it can access all EditorWindow instances
175 self.width = idleConf.GetOption('main','EditorWindow','width', type='int')
181 'height': idleConf.GetOption('main', 'EditorWindow', 'heigh
[all...]
H A DPyShell.py28 from idlelib.EditorWindow import EditorWindow, fixwordbreaks namespace
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 variable in class:PyShellFileList
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
979 "Extend EditorWindow
[all...]

Completed in 120 milliseconds