111 }, |
111 }, |
112 "DESCRIPTION": "Plug-in to select a color via a color selection dialog and insert it as a string at the current editor cursor position. Selected text is used to initialize the dialog and is replaced with the new color.\n", |
112 "DESCRIPTION": "Plug-in to select a color via a color selection dialog and insert it as a string at the current editor cursor position. Selected text is used to initialize the dialog and is replaced with the new color.\n", |
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 "_eric5project", |
|
120 ".ropeproject", |
118 ".ropeproject", |
121 "_ropeproject", |
|
122 ".hg", |
119 ".hg", |
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": "__IGNORE__", |
|
153 "makefile": "OTHERS" |
149 }, |
154 }, |
150 "FORMS": [ |
155 "FORMS": [ |
151 "ColorString/ColorSelectionDialog.ui" |
156 "ColorString/ColorSelectionDialog.ui" |
152 ], |
157 ], |
153 "HASH": "bf7dfc760db7f57239ae96b215ea79bb0df717d5", |
158 "HASH": "bf7dfc760db7f57239ae96b215ea79bb0df717d5", |
169 }, |
174 }, |
170 "MIXEDLANGUAGE": false, |
175 "MIXEDLANGUAGE": false, |
171 "OTHERS": [ |
176 "OTHERS": [ |
172 ".hgignore", |
177 ".hgignore", |
173 "ChangeLog", |
178 "ChangeLog", |
174 "ColorString.e4p", |
|
175 "ColorString/Documentation/LICENSE.GPL3", |
179 "ColorString/Documentation/LICENSE.GPL3", |
176 "ColorString/Documentation/source", |
180 "ColorString/Documentation/source", |
177 "PKGLIST", |
181 "PKGLIST", |
178 "PluginColorString.zip", |
182 "PluginColorString.zip", |
179 "ColorString.epj" |
183 "ColorString.epj" |
180 ], |
184 ], |
181 "OTHERTOOLSPARMS": {}, |
185 "OTHERTOOLSPARMS": {}, |
182 "PACKAGERSPARMS": {}, |
186 "PACKAGERSPARMS": {}, |
183 "PROGLANGUAGE": "Python3", |
187 "PROGLANGUAGE": "Python3", |
184 "PROJECTTYPE": "E6Plugin", |
188 "PROJECTTYPE": "E7Plugin", |
185 "PROJECTTYPESPECIFICDATA": {}, |
189 "PROJECTTYPESPECIFICDATA": {}, |
186 "PROTOCOLS": [], |
190 "PROTOCOLS": [], |
187 "RCCPARAMS": { |
191 "RCCPARAMS": { |
188 "CompressLevel": 0, |
192 "CompressLevel": 0, |
189 "CompressionDisable": false, |
193 "CompressionDisable": false, |