From fadc9bee32581b7890ab1b896ecd6392d22c48a6 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 9 Dec 2020 23:40:08 -0500 Subject: Update settings documentation. --- python/settings.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'python') diff --git a/python/settings.py b/python/settings.py index 8bb87f80..e7f41ef5 100644 --- a/python/settings.py +++ b/python/settings.py @@ -49,14 +49,14 @@ class Settings(object): backing store. The backing store can be different for each level. When querying setting values, the values returned or modified \ are in order of preference (i.e. ``SettingsAutoScope``). It is possible to override the scope by specifying the desired ``SettingsScope``. - ================= ========================== ============== ================================ =============================== - Setting Level Settings Scope Preference Backing Store ('default') Backing Store (Other) - ================= ========================== ============== ================================ =============================== - Default SettingsDefaultScope Lowest Settings Schema Settings Schema - User SettingsUserScope - /settings.json - Project SettingsProjectScope - - Resource SettingsResourceScope Highest BinaryView (Storage in BNDB) SettingsResource (Customizable) - ================= ========================== ============== ================================ =============================== + ================= ========================== ============== ============================================== + Setting Level Settings Scope Preference Storage + ================= ========================== ============== ============================================== + Default SettingsDefaultScope Lowest Settings Schema + User SettingsUserScope - /settings.json + Project SettingsProjectScope - /.binaryninja/settings.json + Resource SettingsResourceScope Highest BinaryView (Storage in BNDB) + ================= ========================== ============== ============================================== Individual settings are identified by a key, which is a string in the form of **'.'**. Groups provide a simple way \ to categorize settings. Additionally, sub-categories can be expressed directly in the name part of the key with a similar dot notation. -- cgit v1.3.1