HomeSort by relevance Sort by last modified time
    Searched refs:indentwidth (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
115 self.indentwidth = indentwidth
490 extra = self.indentwidth
EditorWindow.py 234 text.bind("<<change-indentwidth>>",self.change_indentwidth_event)
267 # indentwidth is not a multiple of tabwidth,
284 # indentwidth is the number of screen characters per indent level.
286 self.indentwidth = self.tabwidth
822 "Update the indentwidth if changed and not using tabs in this window"
825 self.indentwidth = idleConf.GetOption('main', 'Indent','num-spaces',
    [all...]
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
PyShell.py 868 ## self.config(usetabs=1, indentwidth=8, context_use_ps1=1)
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
871 self.indentwidth = 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
115 self.indentwidth = indentwidth
490 extra = self.indentwidth
EditorWindow.py 234 text.bind("<<change-indentwidth>>",self.change_indentwidth_event)
267 # indentwidth is not a multiple of tabwidth,
284 # indentwidth is the number of screen characters per indent level.
286 self.indentwidth = self.tabwidth
822 "Update the indentwidth if changed and not using tabs in this window"
825 self.indentwidth = idleConf.GetOption('main', 'Indent','num-spaces',
    [all...]
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
PyShell.py 868 ## self.config(usetabs=1, indentwidth=8, context_use_ps1=1)
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
871 self.indentwidth = 8
    [all...]

Completed in 92 milliseconds