Customization
Store list file
The Store list is actually an RDF file named
xulconsolestore.rdf, located in your Mozilla profile directory.
If you remove this file from its location, the Store monitor won't be able to work. Therefore, copy the original xulconsolestore.rdf from the xulconsole chrome directory (chrome/xulconsole/content/profile) to your Mozilla profile directory.
Evaluation result header
After XUL code evaluation, the result is displayed in the Output panel if no error occurs (execution time beeing indicated in the statusbar) or in the Errors panel if an exception in thrown. In this case, the result starts with a header defined in the Preferences panel:
Output header String.
This string can be anything you want and can include a JavaScript code fragment to be evaluated before beeing inserted in the header.
To delimit a JavaScript code fragment you must enclose it in backtick characters (ISO-8859/1 character set number 96), used in Unix shells to invoke command substitution (in later releases this character could be customizable).
In the default configuration, the Output header String contains such a code fragment which simply calls the __GETDATE__ function to stamp the result.
Use the context menu to navigate in the documentation pages