PluginProtobuf.epj

Mon, 11 Dec 2023 11:01:10 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 11 Dec 2023 11:01:10 +0100
changeset 34
41070d80eb1f
parent 28
ddee2e1e4198
permissions
-rw-r--r--

- Added context menu entries to show the directory path of an item in an external file manager.
- Added an entry to the background context menu to show the project directory in an external file manager.

0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 "header": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 "comment": "eric project file for project PluginProtobuf",
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
4 "copyright": "Copyright (C) 2023 Detlev Offenbach, detlev@die-offenbachs.de"
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 },
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 "project": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 "AUTHOR": "Detlev Offenbach",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
8 "CHECKERSPARMS": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
9 "Pep8Checker": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
10 "AnnotationsChecker": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
11 "AllowStarArgAny": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
12 "AllowUntypedDefs": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
13 "AllowUntypedNested": false,
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
14 "CheckFutureAnnotations": false,
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
15 "DispatchDecorators": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
16 "singledispatch",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
17 "singledispatchmethod"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
18 ],
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
19 "ExemptedTypingSymbols": [
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
20 ""
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
21 ],
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
22 "ForceFutureAnnotations": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
23 "MaximumComplexity": 3,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
24 "MaximumLength": 7,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
25 "MinimumCoverage": 75,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
26 "MypyInitReturn": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
27 "OverloadDecorators": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
28 "overload"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
29 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
30 "SuppressDummyArgs": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
31 "SuppressNoneReturning": true
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
32 },
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
33 "BlankLines": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
34 2,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
35 1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
36 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
37 "BuiltinsChecker": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
38 "bytes": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
39 "unicode"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
40 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
41 "chr": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
42 "unichr"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
43 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
44 "str": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
45 "unicode"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
46 ]
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
47 },
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
48 "CommentedCodeChecker": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
49 "Aggressive": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
50 "WhiteList": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
51 "pylint",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
52 "pyright",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
53 "noqa",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
54 "type:\\s*ignore",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
55 "fmt:\\s*(on|off)",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
56 "TODO",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
57 "FIXME",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
58 "WARNING",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
59 "NOTE",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
60 "TEST",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
61 "DOCU",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
62 "XXX",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
63 "- "
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
64 ]
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
65 },
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
66 "CopyrightAuthor": "",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
67 "CopyrightMinFileSize": 0,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
68 "DocstringType": "eric_black",
34
41070d80eb1f - Added context menu entries to show the directory path of an item in an external file manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 28
diff changeset
69 "EnabledCheckerCategories": "C, D, E, I, L, M, NO, N, Y, U, W",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
70 "ExcludeFiles": "*/ThirdParty/*, */coverage/*, */Ui_*.py, */Examples/*, */pycodestyle.py,*/pyflakes/checker.py,*/mccabe.py,*/eradicate.py,*/ast_unparse.py,*/piplicenses.py,*/pipdeptree.py",
34
41070d80eb1f - Added context menu entries to show the directory path of an item in an external file manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 28
diff changeset
71 "ExcludeMessages": "C101,E203,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,M852,N802,N803,N807,N808,N821,W293,W503,Y119,Y401,Y402",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
72 "FixCodes": "",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
73 "FixIssues": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
74 "FutureChecker": "",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
75 "HangClosing": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
76 "ImportsChecker": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
77 "ApplicationPackageNames": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
78 "ExtensionProtobuf",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
79 "eric7"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
80 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
81 "BanRelativeImports": "",
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
82 "BannedModules": []
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
83 },
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
84 "IncludeMessages": "",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
85 "LineComplexity": 25,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
86 "LineComplexityScore": 10,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
87 "MaxCodeComplexity": 10,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
88 "MaxDocLineLength": 88,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
89 "MaxLineLength": 88,
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
90 "NameOrderChecker": {
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
91 "ApplicationPackageNames": [
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
92 "ExtensionProtobuf",
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
93 "eric7"
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
94 ],
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
95 "CombinedAsImports": false,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
96 "SortCaseSensitive": false,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
97 "SortFromFirst": false,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
98 "SortIgnoringStyle": false,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
99 "SortOrder": "natural"
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
100 },
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
101 "NoFixCodes": "E501",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
102 "RepeatMessages": true,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
103 "SecurityChecker": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
104 "CheckTypedException": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
105 "HardcodedTmpDirectories": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
106 "/tmp",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
107 "/var/tmp",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
108 "/dev/shm",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
109 "~/tmp"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
110 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
111 "InsecureHashes": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
112 "md4",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
113 "md5",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
114 "sha",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
115 "sha1"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
116 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
117 "InsecureSslProtocolVersions": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
118 "PROTOCOL_SSLv2",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
119 "SSLv2_METHOD",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
120 "SSLv23_METHOD",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
121 "PROTOCOL_SSLv3",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
122 "PROTOCOL_TLSv1",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
123 "SSLv3_METHOD",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
124 "TLSv1_METHOD"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
125 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
126 "WeakKeySizeDsaHigh": "1024",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
127 "WeakKeySizeDsaMedium": "2048",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
128 "WeakKeySizeEcHigh": "160",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
129 "WeakKeySizeEcMedium": "224",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
130 "WeakKeySizeRsaHigh": "1024",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
131 "WeakKeySizeRsaMedium": "2048"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
132 },
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
133 "ShowIgnored": false,
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
134 "UnusedChecker": {
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
135 "IgnoreAbstract": true,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
136 "IgnoreDunderGlobals": true,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
137 "IgnoreDunderMethods": true,
28
ddee2e1e4198 Corrected some code style issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 27
diff changeset
138 "IgnoreEventHandlerMethods": true,
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
139 "IgnoreLambdas": false,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
140 "IgnoreNestedFunctions": false,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
141 "IgnoreOverload": true,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
142 "IgnoreOverride": true,
28
ddee2e1e4198 Corrected some code style issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 27
diff changeset
143 "IgnoreSlotMethods": true,
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
144 "IgnoreStubs": true,
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
145 "IgnoreVariadicNames": false
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
146 },
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
147 "ValidEncodings": "latin-1, utf-8"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
148 }
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
149 },
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
150 "DESCRIPTION": "This plugin adds support for the development of Protobuf related projects.",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
151 "DOCSTRING": "ericdoc",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
152 "DOCUMENTATIONPARMS": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
153 "ERIC4DOC": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
154 "cssFile": "%PYTHON%/eric7/CSSs/default.css",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
155 "ignoreDirectories": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
156 ".eric7project",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
157 ".ropeproject",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
158 ".jedi",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
159 ".hg"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
160 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
161 "ignoreFilePatterns": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
162 "Ui_*"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
163 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
164 "outputDirectory": "ExtensionProtobuf/Documentation/source",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
165 "qtHelpEnabled": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
166 "startDirectory": "",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
167 "useRecursion": true
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
168 }
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
169 },
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
170 "EMAIL": "detlev@die-offenbachs.de",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
171 "EMBEDDED_VENV": false,
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
172 "EOL": 1,
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
173 "FILETYPES": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
174 "*.e4p": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
175 "*.epj": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
176 "*.md": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
177 "*.py": "SOURCES",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
178 "*.py3": "SOURCES",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
179 "*.pyw": "SOURCES",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
180 "*.pyw3": "SOURCES",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
181 "*.qm": "TRANSLATIONS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
182 "*.rst": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
183 "*.ts": "TRANSLATIONS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
184 "*.txt": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
185 "*.ui": "FORMS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
186 "GNUmakefile": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
187 "Makefile": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
188 "README": "OTHERS",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
189 "README.*": "OTHERS",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
190 "Ui_*.py": "__IGNORE__",
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
191 "makefile": "OTHERS"
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
192 },
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
193 "FORMS": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
194 "ExtensionProtobuf/ConfigurationPage/ProtobufPage.ui"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
195 ],
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
196 "HASH": "2aa67bf985ce54fd697e4234b82b811023a3cf19",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
197 "IDLPARAMS": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
198 "DefinedNames": [],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
199 "IncludeDirs": [],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
200 "UndefinedNames": []
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
201 },
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
202 "INTERFACES": [],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
203 "LEXERASSOCS": {},
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
204 "LICENSE": "GNU General Public License v3 or later (GPLv3+)",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
205 "MAINSCRIPT": "PluginExtensionProtobuf.py",
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
206 "MAKEPARAMS": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
207 "MakeEnabled": false,
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
208 "MakeExecutable": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
209 "MakeFile": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
210 "MakeParameters": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
211 "MakeTarget": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
212 "MakeTestOnly": true
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
213 },
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
214 "MIXEDLANGUAGE": false,
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
215 "OTHERS": [
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
216 ".hgignore",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
217 "ExtensionProtobuf/Documentation/LICENSE.GPL3",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
218 "ExtensionProtobuf/Documentation/source",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
219 "ExtensionProtobuf/icons/gRPC48.svg",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
220 "ExtensionProtobuf/icons/protobuf.svg",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
221 "ExtensionProtobuf/icons/protobuf48.svg",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
222 "PKGLIST",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
223 "PluginExtensionProtobuf.zip",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
224 "PluginProtobuf.epj",
2
2b1359b8845f Added a changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1
diff changeset
225 "changelog.md",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
226 "pyproject.toml"
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
227 ],
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
228 "OTHERTOOLSPARMS": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
229 "Black": {
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
230 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.ipynb_checkpoints|\\.mypy_cache|\\.nox|\\.pytest_cache|\\.ruff_cache|\\.tox|\\.svn|\\.venv|\\.vscode|__pypackages__|_build|buck-out|build|dist|venv)/",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
231 "extend-exclude": "Ui_.*\\.py",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
232 "force-exclude": "",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
233 "line-length": 88,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
234 "skip-magic-trailing-comma": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
235 "skip-string-normalization": false,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
236 "source": "project",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
237 "target-version": [
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
238 "py312",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
239 "py311",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
240 "py310",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
241 "py39",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
242 "py38",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
243 "py37"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
244 ]
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
245 },
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
246 "isort": {
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
247 "combine_as_imports": true,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
248 "config_source": "project",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
249 "extend_skip_glob": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
250 "*/Ui_*.py"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
251 ],
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
252 "lines_between_types": 1,
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
253 "profile": "black",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
254 "sort_order": "natural",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
255 "supported_extensions": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
256 "pyi",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
257 "pxd",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
258 "pyx",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
259 "py",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
260 "pyw"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
261 ]
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
262 }
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
263 },
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
264 "PACKAGERSPARMS": {},
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
265 "PROGLANGUAGE": "Python3",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
266 "PROJECTTYPE": "E7Plugin",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
267 "PROJECTTYPESPECIFICDATA": {},
10
362689624e2d Moved the Protobuf class browser to this plugin.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2
diff changeset
268 "PROTOCOLS": [],
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
269 "RCCPARAMS": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
270 "CompressLevel": 0,
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
271 "CompressionDisable": false,
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
272 "CompressionThreshold": 70,
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
273 "PathPrefix": ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
274 },
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
275 "RESOURCES": [],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
276 "SOURCES": [
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
277 "ExtensionProtobuf/ConfigurationPage/ProtobufPage.py",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
278 "ExtensionProtobuf/ConfigurationPage/__init__.py",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
279 "ExtensionProtobuf/ProjectProtocolsBrowser.py",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
280 "ExtensionProtobuf/__init__.py",
10
362689624e2d Moved the Protobuf class browser to this plugin.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2
diff changeset
281 "ExtensionProtobuf/protoclbr.py",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
282 "PluginExtensionProtobuf.py",
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
283 "__init__.py"
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
284 ],
27
5e9a61e7d7d0 Added the context menu action "New protocol file..." to give a more concise way to create a new protocol file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10
diff changeset
285 "SOURCESDIR": "",
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
286 "SPELLEXCLUDES": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
287 "SPELLLANGUAGE": "en_US",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
288 "SPELLWORDS": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
289 "TESTING_FRAMEWORK": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
290 "TRANSLATIONEXCEPTIONS": [],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
291 "TRANSLATIONPATTERN": "ExtensionProtobuf/i18n/protobuf_%language%.ts",
1
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
292 "TRANSLATIONS": [
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
293 "ExtensionProtobuf/i18n/protobuf_de.qm",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
294 "ExtensionProtobuf/i18n/protobuf_de.ts",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
295 "ExtensionProtobuf/i18n/protobuf_empty.ts",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
296 "ExtensionProtobuf/i18n/protobuf_en.qm",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
297 "ExtensionProtobuf/i18n/protobuf_en.ts",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
298 "ExtensionProtobuf/i18n/protobuf_es.qm",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
299 "ExtensionProtobuf/i18n/protobuf_es.ts",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
300 "ExtensionProtobuf/i18n/protobuf_ru.qm",
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
301 "ExtensionProtobuf/i18n/protobuf_ru.ts"
7157a39d4a0f First incarnation of the Protobuf and gRPC support plugin, that was an integral part of eric7 previously.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
302 ],
0
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
303 "TRANSLATIONSBINPATH": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
304 "TRANSLATIONSOURCESTARTPATH": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
305 "UICPARAMS": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
306 "Package": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
307 "PackagesRoot": "",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
308 "RcSuffix": ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
309 },
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
310 "VCS": "Mercurial",
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
311 "VCSOPTIONS": {
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
312 "add": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
313 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
314 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
315 "checkout": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
316 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
317 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
318 "commit": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
319 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
320 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
321 "diff": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
322 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
323 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
324 "export": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
325 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
326 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
327 "global": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
328 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
329 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
330 "history": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
331 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
332 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
333 "log": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
334 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
335 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
336 "remove": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
337 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
338 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
339 "status": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
340 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
341 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
342 "tag": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
343 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
344 ],
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
345 "update": [
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
346 ""
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
347 ]
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
348 },
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
349 "VCSOTHERDATA": {},
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
350 "VERSION": "10.0.0"
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
351 }
f6cff7759b24 Project extension plugin for protobuf started.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
352 }

eric ide

mercurial