src/eric7/Documentation/Source/eric7.Plugins.PluginSyntaxChecker.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10341
3fdffd9cc21d
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
90 <td><a href="#SyntaxCheckerPlugin.__projectBrowserSyntaxCheck">__projectBrowserSyntaxCheck</a></td> 90 <td><a href="#SyntaxCheckerPlugin.__projectBrowserSyntaxCheck">__projectBrowserSyntaxCheck</a></td>
91 <td>Private method to handle the syntax check context menu action of the project sources browser.</td> 91 <td>Private method to handle the syntax check context menu action of the project sources browser.</td>
92 </tr> 92 </tr>
93 <tr> 93 <tr>
94 <td><a href="#SyntaxCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> 94 <td><a href="#SyntaxCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td>
95 <td></td> 95 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td>
96 </tr> 96 </tr>
97 <tr> 97 <tr>
98 <td><a href="#SyntaxCheckerPlugin.__projectSyntaxCheck">__projectSyntaxCheck</a></td> 98 <td><a href="#SyntaxCheckerPlugin.__projectSyntaxCheck">__projectSyntaxCheck</a></td>
99 <td>Private slot used to check the project files for syntax errors.</td> 99 <td>Private slot used to check the project files for syntax errors.</td>
100 </tr> 100 </tr>
246 </p> 246 </p>
247 <a NAME="SyntaxCheckerPlugin.__projectShowMenu" ID="SyntaxCheckerPlugin.__projectShowMenu"></a> 247 <a NAME="SyntaxCheckerPlugin.__projectShowMenu" ID="SyntaxCheckerPlugin.__projectShowMenu"></a>
248 <h4>SyntaxCheckerPlugin.__projectShowMenu</h4> 248 <h4>SyntaxCheckerPlugin.__projectShowMenu</h4>
249 <b>__projectShowMenu</b>(<i>menuName, menu</i>) 249 <b>__projectShowMenu</b>(<i>menuName, menu</i>)
250 250
251 <p>
252 Private slot called, when the the project menu or a submenu is
253 about to be shown.
254 </p>
255 <dl>
256
257 <dt><i>menuName</i></dt>
258 <dd>
259 name of the menu to be shown (string)
260 </dd>
261 <dt><i>menu</i></dt>
262 <dd>
263 reference to the menu (QMenu)
264 </dd>
265 </dl>
251 <a NAME="SyntaxCheckerPlugin.__projectSyntaxCheck" ID="SyntaxCheckerPlugin.__projectSyntaxCheck"></a> 266 <a NAME="SyntaxCheckerPlugin.__projectSyntaxCheck" ID="SyntaxCheckerPlugin.__projectSyntaxCheck"></a>
252 <h4>SyntaxCheckerPlugin.__projectSyntaxCheck</h4> 267 <h4>SyntaxCheckerPlugin.__projectSyntaxCheck</h4>
253 <b>__projectSyntaxCheck</b>(<i></i>) 268 <b>__projectSyntaxCheck</b>(<i></i>)
254 269
255 <p> 270 <p>

eric ide

mercurial