src/eric7/Documentation/Source/eric7.QScintilla.Shell.html

branch
eric7
changeset 10623
56eb5eb8d0ee
parent 10479
856476537696
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10622:eb5303a42b4b 10623:56eb5eb8d0ee
369 <tr> 369 <tr>
370 <td><a href="#Shell.__showHelp">__showHelp</a></td> 370 <td><a href="#Shell.__showHelp">__showHelp</a></td>
371 <td>Private slot to show the list of supported special commands (i.e.</td> 371 <td>Private slot to show the list of supported special commands (i.e.</td>
372 </tr> 372 </tr>
373 <tr> 373 <tr>
374 <td><a href="#Shell.__showSource">__showSource</a></td>
375 <td>Private method to open an editor for an exception line.</td>
376 </tr>
377 <tr>
374 <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td> 378 <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td>
375 <td>Private slot to prepare the start submenu.</td> 379 <td>Private slot to prepare the start submenu.</td>
376 </tr> 380 </tr>
377 <tr> 381 <tr>
378 <td><a href="#Shell.__showVenvName">__showVenvName</a></td> 382 <td><a href="#Shell.__showVenvName">__showVenvName</a></td>
1484 <h4>Shell.__showHelp</h4> 1488 <h4>Shell.__showHelp</h4>
1485 <b>__showHelp</b>(<i></i>) 1489 <b>__showHelp</b>(<i></i>)
1486 <p> 1490 <p>
1487 Private slot to show the list of supported special commands (i.e. those 1491 Private slot to show the list of supported special commands (i.e. those
1488 starting with a '%' character. 1492 starting with a '%' character.
1493 </p>
1494
1495 <a NAME="Shell.__showSource" ID="Shell.__showSource"></a>
1496 <h4>Shell.__showSource</h4>
1497 <b>__showSource</b>(<i></i>)
1498 <p>
1499 Private method to open an editor for an exception line.
1500 </p>
1501 <p>
1502 Note: The exception line looks like 'File: /path/of/file.py, Line: 111'.
1489 </p> 1503 </p>
1490 1504
1491 <a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a> 1505 <a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a>
1492 <h4>Shell.__showStartMenu</h4> 1506 <h4>Shell.__showStartMenu</h4>
1493 <b>__showStartMenu</b>(<i></i>) 1507 <b>__showStartMenu</b>(<i></i>)

eric ide

mercurial