forked from 18thCentury/CodeSys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 1.23 KB
/
config.json
File metadata and controls
32 lines (32 loc) · 1.23 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
[
{
"Name": "Export",
"Desc": "Export codesys folder and files",
"Icon": "ExtractTo.ico",
"Path": "C:\\Users\\13ANH\\OneDrive\\13ANH\\PycharmProjects\\CodeSys\\export.py"
},
{
"Name": "Load",
"Desc": "Load files from last exported",
"Icon": "Add.ico",
"Path": "C:\\Users\\13ANH\\OneDrive\\13ANH\\PycharmProjects\\CodeSys\\load.py"
},
{
"Name": "Module_Detect",
"Desc": "module detection",
"Icon": "View.ico",
"Path": "C:\\Users\\13ANH\\OneDrive\\13ANH\\PycharmProjects\\CodeSys\\advanced\\module_detection.py"
},
{
"Name": "Burn&Login",
"Desc": "burn after save as",
"Icon": "Wizard.ico",
"Path":"C:\\Users\\13ANH\\OneDrive\\13ANH\\PycharmProjects\\CodeSys\\advanced\\Burn&Login.py"
},
{
"Name": "Overwrite",
"Desc": "rewrite selected file",
"Icon": "Protect.ico",
"Path":"C:\\Users\\13ANH\\OneDrive\\13ANH\\PycharmProjects\\CodeSys\\advanced\\overwrite.py"
}
]