Documentation/Source/eric6.QScintilla.Shell.html

changeset 6037
9aec96a3a82a
parent 6029
0ce26b97e2c0
child 6335
56d3b6722b3c
equal deleted inserted replaced
6036:d65f5052fb10 6037:9aec96a3a82a
96 <td>Private method to handle the Cursor Right command.</td> 96 <td>Private method to handle the Cursor Right command.</td>
97 </tr><tr> 97 </tr><tr>
98 <td><a href="#Shell.__QScintillaCommand">__QScintillaCommand</a></td> 98 <td><a href="#Shell.__QScintillaCommand">__QScintillaCommand</a></td>
99 <td>Private method to send the command to QScintilla.</td> 99 <td>Private method to send the command to QScintilla.</td>
100 </tr><tr> 100 </tr><tr>
101 <td><a href="#Shell.__QScintillaCursorCommand">__QScintillaCursorCommand</a></td>
102 <td>Private method to handle the cursor commands.</td>
103 </tr><tr>
101 <td><a href="#Shell.__QScintillaDelete">__QScintillaDelete</a></td> 104 <td><a href="#Shell.__QScintillaDelete">__QScintillaDelete</a></td>
102 <td>Private method to handle the delete command.</td> 105 <td>Private method to handle the delete command.</td>
103 </tr><tr> 106 </tr><tr>
104 <td><a href="#Shell.__QScintillaDeleteBack">__QScintillaDeleteBack</a></td> 107 <td><a href="#Shell.__QScintillaDeleteBack">__QScintillaDeleteBack</a></td>
105 <td>Private method to handle the Backspace key.</td> 108 <td>Private method to handle the Backspace key.</td>
272 <td><a href="#Shell.__setMonospaced">__setMonospaced</a></td> 275 <td><a href="#Shell.__setMonospaced">__setMonospaced</a></td>
273 <td>Private method to set/reset a monospaced font.</td> 276 <td>Private method to set/reset a monospaced font.</td>
274 </tr><tr> 277 </tr><tr>
275 <td><a href="#Shell.__setTextDisplay">__setTextDisplay</a></td> 278 <td><a href="#Shell.__setTextDisplay">__setTextDisplay</a></td>
276 <td>Private method to configure the text display.</td> 279 <td>Private method to configure the text display.</td>
277 </tr><tr>
278 <td><a href="#Shell.__setupCursorKeys">__setupCursorKeys</a></td>
279 <td>Private method to setup the cursor up and down mode.</td>
280 </tr><tr> 280 </tr><tr>
281 <td><a href="#Shell.__showCompletions">__showCompletions</a></td> 281 <td><a href="#Shell.__showCompletions">__showCompletions</a></td>
282 <td>Private method to display the possible completions.</td> 282 <td>Private method to display the possible completions.</td>
283 </tr><tr> 283 </tr><tr>
284 <td><a href="#Shell.__showLanguageMenu">__showLanguageMenu</a></td> 284 <td><a href="#Shell.__showLanguageMenu">__showLanguageMenu</a></td>
473 </p><dl> 473 </p><dl>
474 <dt><i>cmd</i></dt> 474 <dt><i>cmd</i></dt>
475 <dd> 475 <dd>
476 QScintilla command 476 QScintilla command
477 </dd> 477 </dd>
478 </dl><a NAME="Shell.__QScintillaCursorCommand" ID="Shell.__QScintillaCursorCommand"></a>
479 <h4>Shell.__QScintillaCursorCommand</h4>
480 <b>__QScintillaCursorCommand</b>(<i>cmd</i>)
481 <p>
482 Private method to handle the cursor commands.
483 </p><dl>
484 <dt><i>cmd</i></dt>
485 <dd>
486 QScintilla command
487 </dd>
478 </dl><a NAME="Shell.__QScintillaDelete" ID="Shell.__QScintillaDelete"></a> 488 </dl><a NAME="Shell.__QScintillaDelete" ID="Shell.__QScintillaDelete"></a>
479 <h4>Shell.__QScintillaDelete</h4> 489 <h4>Shell.__QScintillaDelete</h4>
480 <b>__QScintillaDelete</b>(<i></i>) 490 <b>__QScintillaDelete</b>(<i></i>)
481 <p> 491 <p>
482 Private method to handle the delete command. 492 Private method to handle the delete command.
1031 </dl><a NAME="Shell.__setTextDisplay" ID="Shell.__setTextDisplay"></a> 1041 </dl><a NAME="Shell.__setTextDisplay" ID="Shell.__setTextDisplay"></a>
1032 <h4>Shell.__setTextDisplay</h4> 1042 <h4>Shell.__setTextDisplay</h4>
1033 <b>__setTextDisplay</b>(<i></i>) 1043 <b>__setTextDisplay</b>(<i></i>)
1034 <p> 1044 <p>
1035 Private method to configure the text display. 1045 Private method to configure the text display.
1036 </p><a NAME="Shell.__setupCursorKeys" ID="Shell.__setupCursorKeys"></a>
1037 <h4>Shell.__setupCursorKeys</h4>
1038 <b>__setupCursorKeys</b>(<i></i>)
1039 <p>
1040 Private method to setup the cursor up and down mode.
1041 </p><a NAME="Shell.__showCompletions" ID="Shell.__showCompletions"></a> 1046 </p><a NAME="Shell.__showCompletions" ID="Shell.__showCompletions"></a>
1042 <h4>Shell.__showCompletions</h4> 1047 <h4>Shell.__showCompletions</h4>
1043 <b>__showCompletions</b>(<i>completions, text</i>) 1048 <b>__showCompletions</b>(<i>completions, text</i>)
1044 <p> 1049 <p>
1045 Private method to display the possible completions. 1050 Private method to display the possible completions.

eric ide

mercurial