aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/livepp/global_preferences.json
blob: 764c032bac573ba6e8def63c0e46443596b7e4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
    "HotReload": {
        "clearLog": false,
        "deletePatchFiles": true,
        "hotReloadShortcutModifiers": 3,
        "hotReloadShortcutVirtualKeyCode": 122,
        "loadIncompleteCompilands ": false,
        "loadIncompleteModules": false,
        "timeout": 3000
    },
    "HotRestart": {
        "hotRestartShortcutModifiers": 3,
        "hotRestartShortcutVirtualKeyCode": 82,
        "timeout": 10000
    },
    "IDE": {
        "keepBreakpointsEnabled": false,
        "showModalDialog": false,
        "toggleOptimizationsShortcutModifiers": 3,
        "toggleOptimizationsShortcutVirtualKeyCode": 79
    },
    "Licensing": {
        "enableLicenseExpirationWarning": true,
        "licenseExpirationWarningDays": 14
    },
    "Logging": {
        "colorError": -65536,
        "colorInfo": -1,
        "colorPanic": -11141121,
        "colorPlatform": -88543,
        "colorSuccess": -16711936,
        "colorTimeAndDate": -6250336,
        "colorWarning": -256,
        "enableWordWrap": false,
        "font": "Courier New,10,-1,2,400,0,0,0,0,0,0,0,0,0,0,1",
        "printTimestamps": true,
        "verbosity": 0
    },
    "Network": {
        "hostOrIP": "127.0.0.1",
        "port": 12216,
        "timeout": 2000
    },
    "Notifications": {
        "areEnabled": true,
        "focusType": 0,
        "playSoundOnError": false,
        "playSoundOnSuccess": false,
        "soundOnError": "",
        "soundOnSuccess": ""
    },
    "UI": {
        "initialState": 0,
        "language": 65535,
        "showAnimatedIcon": true,
        "showColorizedIcon": true,
        "showErrorOnVersionMismatch": true,
        "showTaskBarProgress": true,
        "style": 1
    }
}