-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkspaces.json
More file actions
50 lines (50 loc) · 1.51 KB
/
workspaces.json
File metadata and controls
50 lines (50 loc) · 1.51 KB
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
{
"version": 1,
"workspaces": {
"a": {
"version": 1,
"geometry": "AdnQywADAAAAAABkAAAARQAABRMAAAODAAAAZAAAAGQAAAUTAAADgwAAAAAAAAAACgAAAABkAAAAZAAABRMAAAOD",
"window_state": "AAAA/wAAAAD9AAAAAAAABLAAAAL/AAAABAAAAAQAAAAIAAAACPwAAAAA",
"open_files": [],
"active_file": null,
"table": {
"column_widths": [],
"h_scroll": 0,
"v_scroll": 0,
"current_index": null
},
"view_settings": {
"freeze_first_column_enabled": true,
"crosshair_enabled": true,
"crosshair_hover_enabled": false,
"crosshair_thickness": 5
},
"timestamp": "2025-08-24T19:03:25.945013Z"
},
"test": {
"version": 1,
"geometry": "AdnQywADAAAAAABkAAAARQAABRMAAAODAAAAZAAAAGQAAAUTAAADgwAAAAAAAAAACgAAAABkAAAAZAAABRMAAAOD",
"window_state": "AAAA/wAAAAD9AAAAAAAABLAAAAL/AAAABAAAAAQAAAAIAAAACPwAAAAA",
"open_files": [
"F:\\ProjectsNew\\Diablo2TextEditor\\CubeMainNotWorking.txt"
],
"active_file": "F:\\ProjectsNew\\Diablo2TextEditor\\CubeMainNotWorking.txt",
"table": {
"column_widths": { "repeat": 100, "count": 106 },
"h_scroll": 0,
"v_scroll": 0,
"current_index": {
"row": 2,
"col": 5
}
},
"view_settings": {
"freeze_first_column_enabled": false,
"crosshair_enabled": true,
"crosshair_hover_enabled": false,
"crosshair_thickness": 5
},
"timestamp": "2025-08-24T19:35:01.758986Z"
}
}
}