OoConfig

From Apache OpenOffice Wiki
Revision as of 21:03, 15 October 2007 by Thorsten (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OoConfig is a Python extension that seeks to provide configuration editing capabilities similar in spirit to Mozilla's about:config facility.

You can checkout a work-in-progress version here: ooconfig.oxt

The extension parses the configuration schema files, dynamically extracting all toplevel configuration nodes: Screenshot 1

Clicking on one of these opens a new Calc sheet, listing the subnodes plus extracted help texts from the schema files. Editing the value column actually changes the configuration item for the running office instance: Screenshot 2

Personal tools