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. |