Skip to content

Configuration: Plugins

Dario Giovannetti edited this page Nov 16, 2014 · 5 revisions
[Plugins.wxcopypaste]

enabled = on: Enable/disable the plugin.

[Plugins.wxtrayicon]

enabled = on: Enable/disable the plugin.

[Plugins.wxtexthistory]

enabled = on: Enable/disable the plugin.

max_undos = 1000: The maximum number of text action to be saved for the undo engine of an item text editor.

min_update_interval = 3: The interval in seconds at which the undo engine checks for changes in the text.

[Plugins.wxdbsearch]

enabled = on: Enable/disable the plugin.

[Plugins.wxscheduler]

enabled = on: Enable/disable the plugin.

[Plugins.wxscheduler.TreeIcons]

symbol = @: The symbol to be used at the left of items in the database tree to show that they have scheduled events set. If leaving the value blank, the icon will be disabled.

color = #0F52BA: The color to be used for the symbol icon described above. It must be a string in the #000000 format.

[Plugins.wxscheduler_basicrules]

enabled = on: Enable/disable the plugin.

[Plugins.wxalarmslog]

enabled = on: Enable/disable the plugin.

[Plugins.notify]

enabled = on: Enable/disable the plugin.

[Plugins.wxoldalarms]

enabled = on: Enable/disable the plugin.

[Plugins.wxtasklist]

enabled = on: Enable/disable the plugin.

debug_mode = off: If set to on, the application will not be protected against exceptions that could happen during the computation of tasks.

refresh_delay = 25: The miminum interval in milliseconds at which the list will be refreshed. You should not need to change this value; setting it too high or too low will degrade the performance.

maximum_items = 300: The maximum number of results to show in the list, beyond which a warning will be shown.

first_weekday = 0: The conventional first day of the week, from 0 Monday to 6 Sunday.

show_navigator = yes: Whether to show the navigator. This value is updated upon application exit with the current status.

navigator_buttons = previous,next,reset,set,apply: A comma-separated string representing the buttons to show in the navigator, and their order. The search range filters will always be displayed after them.

active_alarms = auto: If set to in_range, only the active alarms in the search range will be shown in the list. If set to all, all the active alarms will always be shown regardless of the search range. If set to auto, the list will behave as in_range when the search range does not include the current time, and as all when the search range does include the current time.

show_gaps = no: If set to yes, the list will show entries displaying any unallocated time between the normal tasks. This value is updated upon application exit with the current status.

show_overlappings = no: If set to yes, the list will show entries highlighting any time intervals that are shared by two or more tasks. This value is updated upon application exit with the current status.

autoscroll = on: If set to yes, the list is sorted by status ascending, and it has not been scrolled manually, it will scroll to the first ongoing item in the list at the next refresh or when changing the search filter. This value is updated upon application exit with the current status.

autoscroll_padding = 0: If set to a positive integer, when using autoscroll the list will scroll so that the first ongoing item is preceeded by this number of past items.

snooze_times = 5 60 1440: A space-separated list of integers representing the alarm snooze times, in minutes, that will be shown as predefined values in the snooze menu.

[Plugins.wxtasklist.ColumnWidths]

These are the initial widths, in pixels, of the columns in the list. They are updated upon application exit with the current values.

database = 100
heading = 300
start = 160
duration = 100
end = 160
state = 80
alarm = 160
[Plugins.wxtasklist.Formats]

database = short: The format of the database column: if full, the full file path is shown; any other value will show only the file name.

start = %H:%M %a %d %b %Y: The format of the start column: it must be a strftime-compatible string.

duration = expanded: The format of the duration column: if compact, a short representation of the time interval is used; any other value will show a longer representation.

end = start: The format of the end column: if start, the same format as the start column will be used; otherwise it must be a strftime-compatible string.

alarm = start: The format of the alarm column: if start, the same format as the start column will be used; otherwise it must be a strftime-compatible string.

[Plugins.wxtasklist.Colors]

past = auto: The color of past tasks: if set to system, the normal text color is used; if set to auto, a less contrasting color than the normal text color will be used; otherwise it must be a color in the format #000000.

ongoing = #0F52BA: The color of ongoing tasks: if set to system, the normal text color is used; otherwise it must be a color in the format #000000.

future = system: The color of future tasks: if set to system, the normal text color is used; otherwise it must be a color in the format #000000.

active = #FF7E00: The color of tasks with active alarms: if set to system, the normal text color is used; otherwise it must be a color in the format #000000.

gap = #228B22: The color of gap items: it must be a color in the format #000000.

overlapping = #ED1C24: The color of overlapping items: it must be a color in the format #000000.

[Plugins.wxtasklist.DefaultFilter]

The options in this section are used by the navigator to store its current filter. They will be updated automatically upon application exit.

[Plugins.wxalarms]

enabled = on: Enable/disable the plugin.

initial_geometry = 400x140: The initial geometry of the alarms window.

limit = 100: The maximum number of alarms to display, above which a warning will be shown.

[Plugins.wxlinks]

enabled = on: Enable/disable the plugin.

[Plugins.wxlinks.TreeIcons]

symbol = ~: The symbol to be used at the left of items in the database tree to show that they are links or link targets. If leaving the value blank, the icon will be disabled.

color_valid = #FF7E00: The color to be used for the symbol icon described above in case of a valid link. It must be a string in the #000000 format.

color_broken = #ED1C24: The color to be used for the symbol icon described above in case of a broken link. It must be a string in the #000000 format.

color_target = #0F52BA: The color to be used for the symbol icon described above in case of a link target. It must be a string in the #000000 format.

color_valid_and_target = #FF7E00: The color to be used for the symbol icon described above in case of a valid link that is in turn also a link target. It must be a string in the #000000 format.

color_broken_and_target = #ED1C24: The color to be used for the symbol icon described above in case of a broken link that is in turn also a link target. It must be a string in the #000000 format.

[Plugins.wxdevelopment]

enabled = on: Enable/disable the plugin.

simulator_delay = 1000: The delay between each simulator action.

[Plugins.wxdevelopment.TestFiles]

These are the files that will be automatically created by the simulator.

db0 = ~/outspline_test_1.osl
db1 = ~/outspline_test_2.osl
db2 = ~/outspline_test_3.osl