Preferences/__init__.py

changeset 5914
e44c04a89dbc
parent 5909
21d90a3abc7c
child 5919
d0de2b378b24
equal deleted inserted replaced
5913:7ab2293917f8 5914:e44c04a89dbc
1468 # defaults for Code Documentation Viewer 1468 # defaults for Code Documentation Viewer
1469 docuViewerDefaults = { 1469 docuViewerDefaults = {
1470 "ShowInfoAsMarkdown": False, 1470 "ShowInfoAsMarkdown": False,
1471 "Provider": "disabled", 1471 "Provider": "disabled",
1472 } 1472 }
1473 # TODO: add to new configuration page to editor section
1474 1473
1475 1474
1476 def readToolGroups(prefClass=Prefs): 1475 def readToolGroups(prefClass=Prefs):
1477 """ 1476 """
1478 Module function to read the tool groups configuration. 1477 Module function to read the tool groups configuration.

eric ide

mercurial