Documentation/Source/eric5.Plugins.PluginTabnanny.html

changeset 3591
2f2a4a76dd22
parent 3558
7f2bc8910d28
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
90 </tr><tr> 90 </tr><tr>
91 <td><a href="#TabnannyPlugin.__projectShowMenu">__projectShowMenu</a></td> 91 <td><a href="#TabnannyPlugin.__projectShowMenu">__projectShowMenu</a></td>
92 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> 92 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td>
93 </tr><tr> 93 </tr><tr>
94 <td><a href="#TabnannyPlugin.__projectTabnanny">__projectTabnanny</a></td> 94 <td><a href="#TabnannyPlugin.__projectTabnanny">__projectTabnanny</a></td>
95 <td>Public slot used to check the project files for bad indentations.</td> 95 <td>Private slot used to check the project files for bad indentations.</td>
96 </tr><tr> 96 </tr><tr>
97 <td><a href="#TabnannyPlugin.__serviceError">__serviceError</a></td> 97 <td><a href="#TabnannyPlugin.__serviceError">__serviceError</a></td>
98 <td>Private slot handling service errors.</td> 98 <td>Private slot handling service errors.</td>
99 </tr><tr> 99 </tr><tr>
100 <td><a href="#TabnannyPlugin.activate">activate</a></td> 100 <td><a href="#TabnannyPlugin.activate">activate</a></td>
102 </tr><tr> 102 </tr><tr>
103 <td><a href="#TabnannyPlugin.deactivate">deactivate</a></td> 103 <td><a href="#TabnannyPlugin.deactivate">deactivate</a></td>
104 <td>Public method to deactivate this plugin.</td> 104 <td>Public method to deactivate this plugin.</td>
105 </tr><tr> 105 </tr><tr>
106 <td><a href="#TabnannyPlugin.indentCheck">indentCheck</a></td> 106 <td><a href="#TabnannyPlugin.indentCheck">indentCheck</a></td>
107 <td>Method to prepare a style check on one Python source file in another task.</td> 107 <td>Public method to prepare a style check on one Python source file.</td>
108 </tr><tr> 108 </tr><tr>
109 <td><a href="#TabnannyPlugin.serviceErrorPy2">serviceErrorPy2</a></td> 109 <td><a href="#TabnannyPlugin.serviceErrorPy2">serviceErrorPy2</a></td>
110 <td>Public method handling service errors for Python 2.</td> 110 <td>Public method handling service errors for Python 2.</td>
111 </tr><tr> 111 </tr><tr>
112 <td><a href="#TabnannyPlugin.serviceErrorPy3">serviceErrorPy3</a></td> 112 <td><a href="#TabnannyPlugin.serviceErrorPy3">serviceErrorPy3</a></td>
210 </dd> 210 </dd>
211 </dl><a NAME="TabnannyPlugin.__projectTabnanny" ID="TabnannyPlugin.__projectTabnanny"></a> 211 </dl><a NAME="TabnannyPlugin.__projectTabnanny" ID="TabnannyPlugin.__projectTabnanny"></a>
212 <h4>TabnannyPlugin.__projectTabnanny</h4> 212 <h4>TabnannyPlugin.__projectTabnanny</h4>
213 <b>__projectTabnanny</b>(<i></i>) 213 <b>__projectTabnanny</b>(<i></i>)
214 <p> 214 <p>
215 Public slot used to check the project files for bad indentations. 215 Private slot used to check the project files for bad indentations.
216 </p><a NAME="TabnannyPlugin.__serviceError" ID="TabnannyPlugin.__serviceError"></a> 216 </p><a NAME="TabnannyPlugin.__serviceError" ID="TabnannyPlugin.__serviceError"></a>
217 <h4>TabnannyPlugin.__serviceError</h4> 217 <h4>TabnannyPlugin.__serviceError</h4>
218 <b>__serviceError</b>(<i>fn, msg</i>) 218 <b>__serviceError</b>(<i>fn, msg</i>)
219 <p> 219 <p>
220 Private slot handling service errors. 220 Private slot handling service errors.
243 Public method to deactivate this plugin. 243 Public method to deactivate this plugin.
244 </p><a NAME="TabnannyPlugin.indentCheck" ID="TabnannyPlugin.indentCheck"></a> 244 </p><a NAME="TabnannyPlugin.indentCheck" ID="TabnannyPlugin.indentCheck"></a>
245 <h4>TabnannyPlugin.indentCheck</h4> 245 <h4>TabnannyPlugin.indentCheck</h4>
246 <b>indentCheck</b>(<i>lang, filename, source</i>) 246 <b>indentCheck</b>(<i>lang, filename, source</i>)
247 <p> 247 <p>
248 Method to prepare a style check on one Python source file in another 248 Public method to prepare a style check on one Python source file.
249 task.
250 </p><dl> 249 </p><dl>
251 <dt><i>lang</i></dt> 250 <dt><i>lang</i></dt>
252 <dd> 251 <dd>
253 language of the file or None to determine by internal 252 language of the file or None to determine by internal
254 algorithm (str or None) 253 algorithm (str or None)

eric ide

mercurial