Difference between revisions of "OoConfig"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
  
 
[[image:Main menu.png|Screenshot 1]]
 
[[image:Main menu.png|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:
 
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:
  
 
[[image:Impress with context help.png|Screenshot 2]]
 
[[image:Impress with context help.png|Screenshot 2]]
 +
 +
 +
Items changed from the default item value are printed in bold text.

Revision as of 21:10, 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


Items changed from the default item value are printed in bold text.

Personal tools