Lines Matching refs:config
26 from idlelib.config import idleConf, ConfigChanges
88 # Attach callbacks after loading config to avoid calling them.
175 """Apply config changes, then dismiss dialog."""
180 """Apply config changes and leave dialog open."""
187 """Dismiss config dialog.
202 """Create textview for config dialog help.
218 # Before a config is saved, some cleanup of current
219 # config must be done - remove the previous keybindings.
354 scroll_font.config(command=self.fontlist.yview)
355 self.fontlist.config(yscrollcommand=scroll_font.set)
364 self.font_sample.config(wrap=NONE, width=1, height=1)
474 idlelib/config-highlight.def are fixed as far as the dialog is
476 theme, stored in .idlerc/config-highlight.cfg.
524 Note: The font in highlight_sample is set through the config in
1075 the config file.
1098 # Remove theme from changes, config, and file.
1133 keysets. Built-in keysets in idlelib/config-keys.def are fixed
1135 base for a new custom keyset, stored in .idlerc/config-keys.cfg.
1521 deleted from the config file.
1529 # Remove key set from changes, config, and file.
1963 Label(self).grid(row=1, column=0) # Spacer. Replace with config?
2019 self.details_frame.config(text='')
2023 self.details_frame.config(text=newsel)
2057 from user config file.
2071 """Save configuration changes to the user config file.
2179 config if the values are changed.
2198 Delete the help list item from config.
2250 or a tuple with IdleConf config-type, section, and
2262 def make_callback(var, config):
2265 "Add config values to changes instance."
2266 changes.add_option(*config, var.get())
2382 vscrollbar.config(command=canvas.yview)
2397 canvas.config(scrollregion="0 0 %s %s" % size)