Skip to content

Configuration file

Florian Stallmann edited this page Mar 24, 2020 · 5 revisions

This is an overview of the configuration possibilities in the config.txt file. If the key does not exist, you can simply create it on your own by adding a line key = value, e.g. ppt_hide_format_tab = True.

Key Possible values & Default Explanation
async_startup True, False Asynchronous start-up: Load of UI is delayed, thereby reducing PowerPoint start time. [BETA]
log_level CRITICAL, ERROR, WARNING, INFO, DEBUG Minimum level for logging.
log_write_file True, False Write to log file bkt-debug.log and bkt-debug-py.log on/off.
log_show_msgbox True, False Show log entries as message box.
show_exception True, False Show critical errors as message box.
local_fav_path ~\Documents\BKT-Favoriten\ Path for storing BKT favorites, e.g. Custom Formats, QuickEdit, ChartLib.
local_cache_path {INSTALLDIR}\resources\cache\ Path for storing cache files.
local_settings_path {INSTALLDIR}\resources\settings\ Path for storing settings database files.
task_panes True, False Task Panes (Sidebar) on/off. [BETA]
use_keymouse_hooks True, False Use mouse and keyboard events, e.g. for Contextdialogs.
ppt_use_contextdialogs True, False PowerPoint-Contextdialogs on/off.
ppt_hide_format_tab True, False Show/Hide PowerPoint format tab to avoid switching to this tab when new shape is created.
ppt_activate_tab_on_new_shape True, False Switch to first BKT tab when new shape is created to avoid switching to format tab. [BETA]
excel_ignore_warnings True, False Do not show undo warning in when using BKT features in Excel.
enable_legacy_syntax True, False Aktiviere veraltete Syntax mit Annotations, bspw. für Feature dev_christoph sowie Testmodule.

The following variables are used in the overview but cannot be used in the config.txt file:

~
The user directory; typically C:\Users\USERNAME
{INSTALLDIR}
The BKT installation directory; typically ~\AppData\Local\BKT-Toolbox
Clone this wiki locally