-
Notifications
You must be signed in to change notification settings - Fork 0
prefs
Davide Ficano edited this page Apr 5, 2013
·
1 revision
ViewSourceWith stores settings inside an XML file but some special values are stored using standard Mozilla prefs.
Since version 0.4.1 preference names have the prefix extensions.dafizilla.viewsourcewith.
Older versions use the prefix dafi.viewsource.
Example: extensions.dafizilla.viewsourcewith. useProfilePath
Preference leaf name |
Description | Type | Default Value |
openBkgImage | Allow to open background images from context menu Since version 0.4.1 |
boolean | false |
useWinProcess | Allow to enable Win32 component for handling filename containing non-latin characters Since version 0.4.1 (Under Firefox 4.x this preference is meaningless) |
boolean | true |
Preference leaf name |
Description | Type | Default Value |
toolbaricon.added | Store information about toolbar icon added at installation time | boolean | false |
useProfilePath | Determine if file settings must be stored into profile path. The path is detected every time application runs, it is useful for portable version of applications. |
boolean | false |
configPath | The full path where XML config file is saved | string | profile directory path |