83 <td>Private method to handle the Extend Selection Left command.</td> |
83 <td>Private method to handle the Extend Selection Left command.</td> |
84 </tr><tr> |
84 </tr><tr> |
85 <td><a href="#Shell.__QScintillaCharRight">__QScintillaCharRight</a></td> |
85 <td><a href="#Shell.__QScintillaCharRight">__QScintillaCharRight</a></td> |
86 <td>Private method to handle the Cursor Right command.</td> |
86 <td>Private method to handle the Cursor Right command.</td> |
87 </tr><tr> |
87 </tr><tr> |
|
88 <td><a href="#Shell.__QScintillaCommand">__QScintillaCommand</a></td> |
|
89 <td>Private method to send the command to QScintilla.</td> |
|
90 </tr><tr> |
88 <td><a href="#Shell.__QScintillaDelete">__QScintillaDelete</a></td> |
91 <td><a href="#Shell.__QScintillaDelete">__QScintillaDelete</a></td> |
89 <td>Private method to handle the delete command.</td> |
92 <td>Private method to handle the delete command.</td> |
90 </tr><tr> |
93 </tr><tr> |
91 <td><a href="#Shell.__QScintillaDeleteBack">__QScintillaDeleteBack</a></td> |
94 <td><a href="#Shell.__QScintillaDeleteBack">__QScintillaDeleteBack</a></td> |
92 <td>Private method to handle the Backspace key.</td> |
95 <td>Private method to handle the Backspace key.</td> |
101 <td>Private method to handle the Delete Word Left command.</td> |
104 <td>Private method to handle the Delete Word Left command.</td> |
102 </tr><tr> |
105 </tr><tr> |
103 <td><a href="#Shell.__QScintillaDeleteWordRight">__QScintillaDeleteWordRight</a></td> |
106 <td><a href="#Shell.__QScintillaDeleteWordRight">__QScintillaDeleteWordRight</a></td> |
104 <td>Private method to handle the Delete Word Right command.</td> |
107 <td>Private method to handle the Delete Word Right command.</td> |
105 </tr><tr> |
108 </tr><tr> |
|
109 <td><a href="#Shell.__QScintillaHistoryDown">__QScintillaHistoryDown</a></td> |
|
110 <td>Private method to handle the Ctrl+Down key.</td> |
|
111 </tr><tr> |
|
112 <td><a href="#Shell.__QScintillaHistoryUp">__QScintillaHistoryUp</a></td> |
|
113 <td>Private method to handle the Ctrl+Up key.</td> |
|
114 </tr><tr> |
106 <td><a href="#Shell.__QScintillaLeftCommand">__QScintillaLeftCommand</a></td> |
115 <td><a href="#Shell.__QScintillaLeftCommand">__QScintillaLeftCommand</a></td> |
107 <td>Private method to handle a QScintilla command working to the left.</td> |
116 <td>Private method to handle a QScintilla command working to the left.</td> |
108 </tr><tr> |
117 </tr><tr> |
109 <td><a href="#Shell.__QScintillaLeftDeleteCommand">__QScintillaLeftDeleteCommand</a></td> |
118 <td><a href="#Shell.__QScintillaLeftDeleteCommand">__QScintillaLeftDeleteCommand</a></td> |
110 <td>Private method to handle a QScintilla delete command working to the left.</td> |
119 <td>Private method to handle a QScintilla delete command working to the left.</td> |
111 </tr><tr> |
120 </tr><tr> |
112 <td><a href="#Shell.__QScintillaLineDown">__QScintillaLineDown</a></td> |
|
113 <td>Private method to handle the Down key.</td> |
|
114 </tr><tr> |
|
115 <td><a href="#Shell.__QScintillaLineEnd">__QScintillaLineEnd</a></td> |
121 <td><a href="#Shell.__QScintillaLineEnd">__QScintillaLineEnd</a></td> |
116 <td>Private method to handle the End key.</td> |
122 <td>Private method to handle the End key.</td> |
117 </tr><tr> |
|
118 <td><a href="#Shell.__QScintillaLineUp">__QScintillaLineUp</a></td> |
|
119 <td>Private method to handle the Up key.</td> |
|
120 </tr><tr> |
123 </tr><tr> |
121 <td><a href="#Shell.__QScintillaNewline">__QScintillaNewline</a></td> |
124 <td><a href="#Shell.__QScintillaNewline">__QScintillaNewline</a></td> |
122 <td>Private method to handle the Return key.</td> |
125 <td>Private method to handle the Return key.</td> |
123 </tr><tr> |
126 </tr><tr> |
124 <td><a href="#Shell.__QScintillaRightCommand">__QScintillaRightCommand</a></td> |
127 <td><a href="#Shell.__QScintillaRightCommand">__QScintillaRightCommand</a></td> |
415 </p><a NAME="Shell.__QScintillaCharRight" ID="Shell.__QScintillaCharRight"></a> |
418 </p><a NAME="Shell.__QScintillaCharRight" ID="Shell.__QScintillaCharRight"></a> |
416 <h4>Shell.__QScintillaCharRight</h4> |
419 <h4>Shell.__QScintillaCharRight</h4> |
417 <b>__QScintillaCharRight</b>(<i></i>) |
420 <b>__QScintillaCharRight</b>(<i></i>) |
418 <p> |
421 <p> |
419 Private method to handle the Cursor Right command. |
422 Private method to handle the Cursor Right command. |
420 </p><a NAME="Shell.__QScintillaDelete" ID="Shell.__QScintillaDelete"></a> |
423 </p><a NAME="Shell.__QScintillaCommand" ID="Shell.__QScintillaCommand"></a> |
|
424 <h4>Shell.__QScintillaCommand</h4> |
|
425 <b>__QScintillaCommand</b>(<i>cmd</i>) |
|
426 <p> |
|
427 Private method to send the command to QScintilla. |
|
428 </p><dl> |
|
429 <dt><i>cmd</i></dt> |
|
430 <dd> |
|
431 QScintilla command |
|
432 </dd> |
|
433 </dl><a NAME="Shell.__QScintillaDelete" ID="Shell.__QScintillaDelete"></a> |
421 <h4>Shell.__QScintillaDelete</h4> |
434 <h4>Shell.__QScintillaDelete</h4> |
422 <b>__QScintillaDelete</b>(<i></i>) |
435 <b>__QScintillaDelete</b>(<i></i>) |
423 <p> |
436 <p> |
424 Private method to handle the delete command. |
437 Private method to handle the delete command. |
425 </p><a NAME="Shell.__QScintillaDeleteBack" ID="Shell.__QScintillaDeleteBack"></a> |
438 </p><a NAME="Shell.__QScintillaDeleteBack" ID="Shell.__QScintillaDeleteBack"></a> |
445 </p><a NAME="Shell.__QScintillaDeleteWordRight" ID="Shell.__QScintillaDeleteWordRight"></a> |
458 </p><a NAME="Shell.__QScintillaDeleteWordRight" ID="Shell.__QScintillaDeleteWordRight"></a> |
446 <h4>Shell.__QScintillaDeleteWordRight</h4> |
459 <h4>Shell.__QScintillaDeleteWordRight</h4> |
447 <b>__QScintillaDeleteWordRight</b>(<i></i>) |
460 <b>__QScintillaDeleteWordRight</b>(<i></i>) |
448 <p> |
461 <p> |
449 Private method to handle the Delete Word Right command. |
462 Private method to handle the Delete Word Right command. |
450 </p><a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a> |
463 </p><a NAME="Shell.__QScintillaHistoryDown" ID="Shell.__QScintillaHistoryDown"></a> |
|
464 <h4>Shell.__QScintillaHistoryDown</h4> |
|
465 <b>__QScintillaHistoryDown</b>(<i>cmd</i>) |
|
466 <p> |
|
467 Private method to handle the Ctrl+Down key. |
|
468 </p><dl> |
|
469 <dt><i>cmd</i></dt> |
|
470 <dd> |
|
471 QScintilla command |
|
472 </dd> |
|
473 </dl><a NAME="Shell.__QScintillaHistoryUp" ID="Shell.__QScintillaHistoryUp"></a> |
|
474 <h4>Shell.__QScintillaHistoryUp</h4> |
|
475 <b>__QScintillaHistoryUp</b>(<i>cmd</i>) |
|
476 <p> |
|
477 Private method to handle the Ctrl+Up key. |
|
478 </p><dl> |
|
479 <dt><i>cmd</i></dt> |
|
480 <dd> |
|
481 QScintilla command |
|
482 </dd> |
|
483 </dl><a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a> |
451 <h4>Shell.__QScintillaLeftCommand</h4> |
484 <h4>Shell.__QScintillaLeftCommand</h4> |
452 <b>__QScintillaLeftCommand</b>(<i>method, allLinesAllowed=False</i>) |
485 <b>__QScintillaLeftCommand</b>(<i>method, allLinesAllowed=False</i>) |
453 <p> |
486 <p> |
454 Private method to handle a QScintilla command working to the left. |
487 Private method to handle a QScintilla command working to the left. |
455 </p><dl> |
488 </p><dl> |
470 </p><dl> |
503 </p><dl> |
471 <dt><i>method</i></dt> |
504 <dt><i>method</i></dt> |
472 <dd> |
505 <dd> |
473 shell method to execute |
506 shell method to execute |
474 </dd> |
507 </dd> |
475 </dl><a NAME="Shell.__QScintillaLineDown" ID="Shell.__QScintillaLineDown"></a> |
|
476 <h4>Shell.__QScintillaLineDown</h4> |
|
477 <b>__QScintillaLineDown</b>(<i>cmd</i>) |
|
478 <p> |
|
479 Private method to handle the Down key. |
|
480 </p><dl> |
|
481 <dt><i>cmd</i></dt> |
|
482 <dd> |
|
483 QScintilla command |
|
484 </dd> |
|
485 </dl><a NAME="Shell.__QScintillaLineEnd" ID="Shell.__QScintillaLineEnd"></a> |
508 </dl><a NAME="Shell.__QScintillaLineEnd" ID="Shell.__QScintillaLineEnd"></a> |
486 <h4>Shell.__QScintillaLineEnd</h4> |
509 <h4>Shell.__QScintillaLineEnd</h4> |
487 <b>__QScintillaLineEnd</b>(<i>cmd</i>) |
510 <b>__QScintillaLineEnd</b>(<i>cmd</i>) |
488 <p> |
511 <p> |
489 Private method to handle the End key. |
512 Private method to handle the End key. |
490 </p><dl> |
|
491 <dt><i>cmd</i></dt> |
|
492 <dd> |
|
493 QScintilla command |
|
494 </dd> |
|
495 </dl><a NAME="Shell.__QScintillaLineUp" ID="Shell.__QScintillaLineUp"></a> |
|
496 <h4>Shell.__QScintillaLineUp</h4> |
|
497 <b>__QScintillaLineUp</b>(<i>cmd</i>) |
|
498 <p> |
|
499 Private method to handle the Up key. |
|
500 </p><dl> |
513 </p><dl> |
501 <dt><i>cmd</i></dt> |
514 <dt><i>cmd</i></dt> |
502 <dd> |
515 <dd> |
503 QScintilla command |
516 QScintilla command |
504 </dd> |
517 </dd> |