Skip to content

Configuration: Extensions

Dario Giovannetti edited this page Nov 16, 2014 · 4 revisions
[Extensions.copypaste]

enabled = on: Enable/disable the extension.

[Extensions.organism]

enabled = on: Enable/disable the extension.

[Extensions.organism_basicrules]

enabled = on: Enable/disable the extension.

[Extensions.organism_timer]

enabled = on: Enable/disable the extension.

old_alarms_delay = 250: When opening a database that has not been opened for a long time, a large number of alarms may need to be activated: this value is the number of milliseconds after which such alarms are started to be searched in order to ensure optimal responsiveness from the interface. This value should not need to be changed.

[Extensions.organism_alarms]

enabled = on: Enable/disable the extension.

The log of the alarms snoozed, dismissed or deleted for each database is kept imited to a certain number of actions. When a new action is done on an alarm, only the soft_limit most recent actions are kept, plus any exceeding actions that were done in the last time_limit minutes, but still discarding the oldest ones if the resulting number of actions to keep exceeds hard_limit. When closing a database, all the actions, except for the soft_limit most recent ones, are purged. The soft_limit is stored in the properties of each database, while time_limit and hard_limit are defined globally in the configuration file.

default_log_soft_limit = 20: This is the soft_limit that is saved in the properties of each database upon creation, and can be viewed and changed there.

log_time_limit = 15: When a new action is done on an alarm, the logged actions done in the last number of minutes defined here will be kept, unless their total number exceeds hard_limit.

log_hard_limit = 120: The number of actions on alarms saved in the log of an open database will never exceed this number.

old_alarms_threshold = 100: When opening a database that has not been opened for a long time, a large number of alarms may need to be activated: if a plugin like wxoldalarms is installed and enabled, this value is the threshold beyond which a dialog offering some options to filter the alarms will appear.

[Extensions.links]

enabled = on: Enable/disable the extension.

sync_text = yes: Determines whether to keep the text of links synchronized with their targets.

[Extensions.development]

enabled = on: Enable/disable the extension.