Difference between revisions of "OoConfig"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial revision)
(No difference)

Revision as of 21:03, 15 October 2007

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