Searched refs:idleConf (Results 1 - 25 of 60) sorted by relevance

123

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DBindings.py12 from idlelib.configHandler import idleConf namespace
101 default_keydefs = idleConf.GetCurrentKeySet()
H A DParenMatch.py9 from idlelib.configHandler import idleConf namespace
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay',
49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
H A DconfigDialog.py16 from idlelib.configHandler import idleConf namespace
504 if idleConf.IsCoreBinding(event):
508 extName=idleConf.GetExtnNameForEvent(event)
572 sections=idleConf.GetSectionList('default',configType)
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
578 idleConf.defaultCfg[configType].Get(section,option))
611 currentBindings=idleConf.GetCurrentKeySet()
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
661 prevKeys=idleConf
[all...]
H A DColorDelegator.py7 from idlelib.configHandler import idleConf namespace
65 theme = idleConf.GetOption('main','Theme','name')
67 "COMMENT": idleConf.GetHighlight(theme, "comment"),
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
69 "BUILTIN": idleConf.GetHighlight(theme, "builtin"),
70 "STRING": idleConf.GetHighlight(theme, "string"),
71 "DEFINITION": idleConf.GetHighlight(theme, "definition"),
74 "BREAK": idleConf.GetHighlight(theme, "break"),
75 "ERROR": idleConf.GetHighlight(theme, "error"),
77 "hit": idleConf
[all...]
H A DCodeContext.py16 from idlelib.configHandler import idleConf namespace
28 context_depth = idleConf.GetOption("extensions", "CodeContext",
30 bgcolor = idleConf.GetOption("extensions", "CodeContext",
32 fgcolor = idleConf.GetOption("extensions", "CodeContext",
46 visible = idleConf.GetOption("extensions", "CodeContext",
87 idleConf.SetOption("extensions", "CodeContext", "visible",
89 idleConf.SaveUserCfgFiles()
H A DIdleHistory.py1 from idlelib.configHandler import idleConf namespace
11 self.cyclic = idleConf.GetOption("main", "History", "cyclic", 1, "bool")
H A DEditorWindow.py17 from idlelib.configHandler import idleConf namespace
152 currentTheme=idleConf.CurrentTheme()
171 self.recent_files_path = os.path.join(idleConf.GetUserCfgDir(),
175 self.width = idleConf.GetOption('main','EditorWindow','width', type='int')
181 'height': idleConf.GetOption('main', 'EditorWindow', 'height', type='int')}
255 if idleConf.GetOption('main', 'EditorWindow', 'font-bold', type='bool'):
257 text.config(font=(idleConf.GetOption('main', 'EditorWindow', 'font'),
258 idleConf.GetOption('main', 'EditorWindow',
274 usespaces = idleConf.GetOption('main', 'Indent', 'use-spaces', type='bool')
754 theme = idleConf
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DBindings.py12 from idlelib.configHandler import idleConf namespace
101 default_keydefs = idleConf.GetCurrentKeySet()
H A DParenMatch.py9 from idlelib.configHandler import idleConf namespace
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay',
49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
H A DconfigDialog.py16 from idlelib.configHandler import idleConf namespace
504 if idleConf.IsCoreBinding(event):
508 extName=idleConf.GetExtnNameForEvent(event)
572 sections=idleConf.GetSectionList('default',configType)
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
578 idleConf.defaultCfg[configType].Get(section,option))
611 currentBindings=idleConf.GetCurrentKeySet()
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
661 prevKeys=idleConf
[all...]
H A DColorDelegator.py7 from idlelib.configHandler import idleConf namespace
65 theme = idleConf.GetOption('main','Theme','name')
67 "COMMENT": idleConf.GetHighlight(theme, "comment"),
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
69 "BUILTIN": idleConf.GetHighlight(theme, "builtin"),
70 "STRING": idleConf.GetHighlight(theme, "string"),
71 "DEFINITION": idleConf.GetHighlight(theme, "definition"),
74 "BREAK": idleConf.GetHighlight(theme, "break"),
75 "ERROR": idleConf.GetHighlight(theme, "error"),
77 "hit": idleConf
[all...]
H A DCodeContext.py16 from idlelib.configHandler import idleConf namespace
28 context_depth = idleConf.GetOption("extensions", "CodeContext",
30 bgcolor = idleConf.GetOption("extensions", "CodeContext",
32 fgcolor = idleConf.GetOption("extensions", "CodeContext",
46 visible = idleConf.GetOption("extensions", "CodeContext",
87 idleConf.SetOption("extensions", "CodeContext", "visible",
89 idleConf.SaveUserCfgFiles()
H A DIdleHistory.py1 from idlelib.configHandler import idleConf namespace
11 self.cyclic = idleConf.GetOption("main", "History", "cyclic", 1, "bool")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DBindings.py12 from idlelib.configHandler import idleConf namespace
101 default_keydefs = idleConf.GetCurrentKeySet()
H A DParenMatch.py9 from idlelib.configHandler import idleConf namespace
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay',
49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
H A DconfigDialog.py16 from idlelib.configHandler import idleConf namespace
504 if idleConf.IsCoreBinding(event):
508 extName=idleConf.GetExtnNameForEvent(event)
572 sections=idleConf.GetSectionList('default',configType)
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
578 idleConf.defaultCfg[configType].Get(section,option))
611 currentBindings=idleConf.GetCurrentKeySet()
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
661 prevKeys=idleConf
[all...]
H A DColorDelegator.py7 from idlelib.configHandler import idleConf namespace
65 theme = idleConf.GetOption('main','Theme','name')
67 "COMMENT": idleConf.GetHighlight(theme, "comment"),
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
69 "BUILTIN": idleConf.GetHighlight(theme, "builtin"),
70 "STRING": idleConf.GetHighlight(theme, "string"),
71 "DEFINITION": idleConf.GetHighlight(theme, "definition"),
74 "BREAK": idleConf.GetHighlight(theme, "break"),
75 "ERROR": idleConf.GetHighlight(theme, "error"),
77 "hit": idleConf
[all...]
H A DCodeContext.py16 from idlelib.configHandler import idleConf namespace
28 context_depth = idleConf.GetOption("extensions", "CodeContext",
30 bgcolor = idleConf.GetOption("extensions", "CodeContext",
32 fgcolor = idleConf.GetOption("extensions", "CodeContext",
46 visible = idleConf.GetOption("extensions", "CodeContext",
87 idleConf.SetOption("extensions", "CodeContext", "visible",
89 idleConf.SaveUserCfgFiles()
H A DIdleHistory.py1 from idlelib.configHandler import idleConf namespace
11 self.cyclic = idleConf.GetOption("main", "History", "cyclic", 1, "bool")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DBindings.py12 from idlelib.configHandler import idleConf namespace
101 default_keydefs = idleConf.GetCurrentKeySet()
H A DParenMatch.py9 from idlelib.configHandler import idleConf namespace
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay',
49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
H A DconfigDialog.py16 from idlelib.configHandler import idleConf namespace
504 if idleConf.IsCoreBinding(event):
508 extName=idleConf.GetExtnNameForEvent(event)
572 sections=idleConf.GetSectionList('default',configType)
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
578 idleConf.defaultCfg[configType].Get(section,option))
611 currentBindings=idleConf.GetCurrentKeySet()
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
661 prevKeys=idleConf
[all...]
H A DColorDelegator.py7 from idlelib.configHandler import idleConf namespace
65 theme = idleConf.GetOption('main','Theme','name')
67 "COMMENT": idleConf.GetHighlight(theme, "comment"),
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
69 "BUILTIN": idleConf.GetHighlight(theme, "builtin"),
70 "STRING": idleConf.GetHighlight(theme, "string"),
71 "DEFINITION": idleConf.GetHighlight(theme, "definition"),
74 "BREAK": idleConf.GetHighlight(theme, "break"),
75 "ERROR": idleConf.GetHighlight(theme, "error"),
77 "hit": idleConf
[all...]
H A DCodeContext.py16 from idlelib.configHandler import idleConf namespace
28 context_depth = idleConf.GetOption("extensions", "CodeContext",
30 bgcolor = idleConf.GetOption("extensions", "CodeContext",
32 fgcolor = idleConf.GetOption("extensions", "CodeContext",
46 visible = idleConf.GetOption("extensions", "CodeContext",
87 idleConf.SetOption("extensions", "CodeContext", "visible",
89 idleConf.SaveUserCfgFiles()
H A DIdleHistory.py1 from idlelib.configHandler import idleConf namespace
11 self.cyclic = idleConf.GetOption("main", "History", "cyclic", 1, "bool")

Completed in 480 milliseconds

123