OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditorWindow
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py
9
from idlelib.
EditorWindow
import
EditorWindow
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
OutputWindow.py
2
from idlelib.
EditorWindow
import
EditorWindow
7
class OutputWindow(
EditorWindow
):
16
EditorWindow
.__init__(self, *args)
19
# Customize
EditorWindow
macosxSupport.py
96
from idlelib.
EditorWindow
import prepstr, get_accelerator
PyShell.py
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
:
[
all
...]
EditorWindow.py
80
near - a Toplevel widget (e.g.
EditorWindow
or PyShell)
112
class
EditorWindow
(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
', 'height', type='int')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py
9
from idlelib.
EditorWindow
import
EditorWindow
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
OutputWindow.py
2
from idlelib.
EditorWindow
import
EditorWindow
7
class OutputWindow(
EditorWindow
):
16
EditorWindow
.__init__(self, *args)
19
# Customize
EditorWindow
macosxSupport.py
96
from idlelib.
EditorWindow
import prepstr, get_accelerator
PyShell.py
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
:
[
all
...]
EditorWindow.py
80
near - a Toplevel widget (e.g.
EditorWindow
or PyShell)
112
class
EditorWindow
(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
', 'height', type='int')
[
all
...]
Completed in 359 milliseconds