PluginToolGenerateHash.epj

branch
eric7
changeset 54
b43a0eccfc61
parent 51
b5a1a986b800
child 61
6fc29f5292d3
equal deleted inserted replaced
53:a64adc8090ef 54:b43a0eccfc61
111 }, 111 },
112 "DESCRIPTION": "Plug-in to generate a hash for a selectable file or directory. The hash string will be inserted at the cursor position of the current editor. The menu will be disabled, if no editor is open.", 112 "DESCRIPTION": "Plug-in to generate a hash for a selectable file or directory. The hash string will be inserted at the cursor position of the current editor. The menu will be disabled, if no editor is open.",
113 "DOCSTRING": "", 113 "DOCSTRING": "",
114 "DOCUMENTATIONPARMS": { 114 "DOCUMENTATIONPARMS": {
115 "ERIC4DOC": { 115 "ERIC4DOC": {
116 "cssFile": "%PYTHON%/eric6/CSSs/default.css", 116 "cssFile": "%PYTHON%/eric7/CSSs/default.css",
117 "ignoreDirectories": [ 117 "ignoreDirectories": [
118 ".eric5project",
119 ".hg", 118 ".hg",
120 ".ropeproject", 119 ".ropeproject",
121 "_eric5project",
122 "_ropeproject",
123 ".eric6project", 120 ".eric6project",
124 "_eric6project" 121 ".eric7project"
125 ], 122 ],
126 "ignoreFilePatterns": [ 123 "ignoreFilePatterns": [
127 "Ui_*.py" 124 "Ui_*.py"
128 ], 125 ],
129 "noempty": true, 126 "noempty": true,
133 } 130 }
134 }, 131 },
135 "EMAIL": "detlev@die-offenbachs.de", 132 "EMAIL": "detlev@die-offenbachs.de",
136 "EOL": 1, 133 "EOL": 1,
137 "FILETYPES": { 134 "FILETYPES": {
135 "*.epj": "OTHERS",
138 "*.idl": "INTERFACES", 136 "*.idl": "INTERFACES",
137 "*.md": "OTHERS",
138 "*.proto": "PROTOCOLS",
139 "*.py": "SOURCES", 139 "*.py": "SOURCES",
140 "*.py3": "SOURCES", 140 "*.py3": "SOURCES",
141 "*.pyw": "SOURCES", 141 "*.pyw": "SOURCES",
142 "*.pyw3": "SOURCES", 142 "*.pyw3": "SOURCES",
143 "*.qm": "TRANSLATIONS", 143 "*.qm": "TRANSLATIONS",
144 "*.qrc": "RESOURCES", 144 "*.rst": "OTHERS",
145 "*.ts": "TRANSLATIONS", 145 "*.ts": "TRANSLATIONS",
146 "*.txt": "OTHERS",
146 "*.ui": "FORMS", 147 "*.ui": "FORMS",
147 "*.ui.h": "FORMS", 148 "GNUmakefile": "OTHERS",
148 "Ui_*.py": "__IGNORE__" 149 "Makefile": "OTHERS",
150 "README": "OTHERS",
151 "README.*": "OTHERS",
152 "Ui_*.py": "SOURCES",
153 "makefile": "OTHERS"
149 }, 154 },
150 "FORMS": [], 155 "FORMS": [],
151 "HASH": "e12a2faac47650641bab7c4e2ba3e72e34c1a040", 156 "HASH": "e12a2faac47650641bab7c4e2ba3e72e34c1a040",
152 "IDLPARAMS": { 157 "IDLPARAMS": {
153 "DefinedNames": [], 158 "DefinedNames": [],
168 "MIXEDLANGUAGE": false, 173 "MIXEDLANGUAGE": false,
169 "OTHERS": [ 174 "OTHERS": [
170 ".hgignore", 175 ".hgignore",
171 "ChangeLog", 176 "ChangeLog",
172 "PKGLIST", 177 "PKGLIST",
173 "PluginToolGenerateHash.e4p",
174 "PluginToolGenerateHash.zip", 178 "PluginToolGenerateHash.zip",
175 "ToolGenerateHash/Documentation/LICENSE.GPL3", 179 "ToolGenerateHash/Documentation/LICENSE.GPL3",
176 "ToolGenerateHash/Documentation/source", 180 "ToolGenerateHash/Documentation/source",
177 "PluginToolGenerateHash.epj" 181 "PluginToolGenerateHash.epj"
178 ], 182 ],
179 "OTHERTOOLSPARMS": {}, 183 "OTHERTOOLSPARMS": {},
180 "PACKAGERSPARMS": {}, 184 "PACKAGERSPARMS": {},
181 "PROGLANGUAGE": "Python3", 185 "PROGLANGUAGE": "Python3",
182 "PROJECTTYPE": "E6Plugin", 186 "PROJECTTYPE": "E7Plugin",
183 "PROJECTTYPESPECIFICDATA": {}, 187 "PROJECTTYPESPECIFICDATA": {},
184 "PROTOCOLS": [], 188 "PROTOCOLS": [],
185 "RCCPARAMS": { 189 "RCCPARAMS": {
186 "CompressLevel": 0, 190 "CompressLevel": 0,
187 "CompressionDisable": false, 191 "CompressionDisable": false,
253 "update": [ 257 "update": [
254 "" 258 ""
255 ] 259 ]
256 }, 260 },
257 "VCSOTHERDATA": {}, 261 "VCSOTHERDATA": {},
258 "VERSION": "2.x" 262 "VERSION": ""
259 } 263 }
260 } 264 }

eric ide

mercurial