Documentation/Source/eric5.Plugins.PluginSyntaxChecker.html

changeset 832
eb5ff61f927b
parent 440
69ace3e2dcf6
child 945
8cd4d08fa9f6
child 1278
fb0460fd00b9
equal deleted inserted replaced
831:f046b97785db 832:eb5ff61f927b
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Plugins.PluginSyntaxChecker</h1> 23 <h1>eric5.Plugins.PluginSyntaxChecker</h1>
24 <p> 24 <p>
25 Module implementing the Tabnanny plugin. 25 Module implementing the Syntax Checker plugin.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> 29 <tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr>
30 </table> 30 </table>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#SyntaxCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> 81 <td><a href="#SyntaxCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td>
82 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> 82 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#SyntaxCheckerPlugin.__projectSyntaxCheck">__projectSyntaxCheck</a></td> 84 <td><a href="#SyntaxCheckerPlugin.__projectSyntaxCheck">__projectSyntaxCheck</a></td>
85 <td>Public slot used to check the project files for bad indentations.</td> 85 <td>Public slot used to check the project files for syntax errors.</td>
86 </tr><tr> 86 </tr><tr>
87 <td><a href="#SyntaxCheckerPlugin.activate">activate</a></td> 87 <td><a href="#SyntaxCheckerPlugin.activate">activate</a></td>
88 <td>Public method to activate this plugin.</td> 88 <td>Public method to activate this plugin.</td>
89 </tr><tr> 89 </tr><tr>
90 <td><a href="#SyntaxCheckerPlugin.deactivate">deactivate</a></td> 90 <td><a href="#SyntaxCheckerPlugin.deactivate">deactivate</a></td>
184 </dd> 184 </dd>
185 </dl><a NAME="SyntaxCheckerPlugin.__projectSyntaxCheck" ID="SyntaxCheckerPlugin.__projectSyntaxCheck"></a> 185 </dl><a NAME="SyntaxCheckerPlugin.__projectSyntaxCheck" ID="SyntaxCheckerPlugin.__projectSyntaxCheck"></a>
186 <h4>SyntaxCheckerPlugin.__projectSyntaxCheck</h4> 186 <h4>SyntaxCheckerPlugin.__projectSyntaxCheck</h4>
187 <b>__projectSyntaxCheck</b>(<i></i>) 187 <b>__projectSyntaxCheck</b>(<i></i>)
188 <p> 188 <p>
189 Public slot used to check the project files for bad indentations. 189 Public slot used to check the project files for syntax errors.
190 </p><a NAME="SyntaxCheckerPlugin.activate" ID="SyntaxCheckerPlugin.activate"></a> 190 </p><a NAME="SyntaxCheckerPlugin.activate" ID="SyntaxCheckerPlugin.activate"></a>
191 <h4>SyntaxCheckerPlugin.activate</h4> 191 <h4>SyntaxCheckerPlugin.activate</h4>
192 <b>activate</b>(<i></i>) 192 <b>activate</b>(<i></i>)
193 <p> 193 <p>
194 Public method to activate this plugin. 194 Public method to activate this plugin.

eric ide

mercurial