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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9643
10839ab864e0
child 10191
dc47d7d2ff34
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
145 <td><a href="#Shell.__QScintillaDeleteWordRight">__QScintillaDeleteWordRight</a></td> 145 <td><a href="#Shell.__QScintillaDeleteWordRight">__QScintillaDeleteWordRight</a></td>
146 <td>Private method to handle the Delete Word Right command.</td> 146 <td>Private method to handle the Delete Word Right command.</td>
147 </tr> 147 </tr>
148 <tr> 148 <tr>
149 <td><a href="#Shell.__QScintillaHistoryDown">__QScintillaHistoryDown</a></td> 149 <td><a href="#Shell.__QScintillaHistoryDown">__QScintillaHistoryDown</a></td>
150 <td>Private method to handle the history down command.</td> 150 <td></td>
151 </tr> 151 </tr>
152 <tr> 152 <tr>
153 <td><a href="#Shell.__QScintillaHistoryUp">__QScintillaHistoryUp</a></td> 153 <td><a href="#Shell.__QScintillaHistoryUp">__QScintillaHistoryUp</a></td>
154 <td>Private method to handle the history up command.</td> 154 <td></td>
155 </tr> 155 </tr>
156 <tr> 156 <tr>
157 <td><a href="#Shell.__QScintillaLeftCommand">__QScintillaLeftCommand</a></td> 157 <td><a href="#Shell.__QScintillaLeftCommand">__QScintillaLeftCommand</a></td>
158 <td>Private method to handle a QScintilla command working to the left.</td> 158 <td>Private method to handle a QScintilla command working to the left.</td>
159 </tr> 159 </tr>
161 <td><a href="#Shell.__QScintillaLeftDeleteCommand">__QScintillaLeftDeleteCommand</a></td> 161 <td><a href="#Shell.__QScintillaLeftDeleteCommand">__QScintillaLeftDeleteCommand</a></td>
162 <td>Private method to handle a QScintilla delete command working to the left.</td> 162 <td>Private method to handle a QScintilla delete command working to the left.</td>
163 </tr> 163 </tr>
164 <tr> 164 <tr>
165 <td><a href="#Shell.__QScintillaLineDown">__QScintillaLineDown</a></td> 165 <td><a href="#Shell.__QScintillaLineDown">__QScintillaLineDown</a></td>
166 <td>Private method to handle the cursor down command.</td> 166 <td></td>
167 </tr> 167 </tr>
168 <tr> 168 <tr>
169 <td><a href="#Shell.__QScintillaLineEnd">__QScintillaLineEnd</a></td> 169 <td><a href="#Shell.__QScintillaLineEnd">__QScintillaLineEnd</a></td>
170 <td>Private method to handle the End key.</td> 170 <td>Private method to handle the End key.</td>
171 </tr> 171 </tr>
172 <tr> 172 <tr>
173 <td><a href="#Shell.__QScintillaLineUp">__QScintillaLineUp</a></td> 173 <td><a href="#Shell.__QScintillaLineUp">__QScintillaLineUp</a></td>
174 <td>Private method to handle the cursor up command.</td> 174 <td></td>
175 </tr> 175 </tr>
176 <tr> 176 <tr>
177 <td><a href="#Shell.__QScintillaNewline">__QScintillaNewline</a></td> 177 <td><a href="#Shell.__QScintillaNewline">__QScintillaNewline</a></td>
178 <td>Private method to handle the Return key.</td> 178 <td>Private method to handle the Return key.</td>
179 </tr> 179 </tr>
712 </p> 712 </p>
713 <a NAME="Shell.__QScintillaHistoryDown" ID="Shell.__QScintillaHistoryDown"></a> 713 <a NAME="Shell.__QScintillaHistoryDown" ID="Shell.__QScintillaHistoryDown"></a>
714 <h4>Shell.__QScintillaHistoryDown</h4> 714 <h4>Shell.__QScintillaHistoryDown</h4>
715 <b>__QScintillaHistoryDown</b>(<i>cmd</i>) 715 <b>__QScintillaHistoryDown</b>(<i>cmd</i>)
716 716
717 <p>
718 Private method to handle the history down command.
719 </p>
720 <dl>
721
722 <dt><i>cmd</i></dt>
723 <dd>
724 QScintilla command
725 </dd>
726 </dl>
727 <a NAME="Shell.__QScintillaHistoryUp" ID="Shell.__QScintillaHistoryUp"></a> 717 <a NAME="Shell.__QScintillaHistoryUp" ID="Shell.__QScintillaHistoryUp"></a>
728 <h4>Shell.__QScintillaHistoryUp</h4> 718 <h4>Shell.__QScintillaHistoryUp</h4>
729 <b>__QScintillaHistoryUp</b>(<i>cmd</i>) 719 <b>__QScintillaHistoryUp</b>(<i>cmd</i>)
730 720
731 <p>
732 Private method to handle the history up command.
733 </p>
734 <dl>
735
736 <dt><i>cmd</i></dt>
737 <dd>
738 QScintilla command
739 </dd>
740 </dl>
741 <a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a> 721 <a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a>
742 <h4>Shell.__QScintillaLeftCommand</h4> 722 <h4>Shell.__QScintillaLeftCommand</h4>
743 <b>__QScintillaLeftCommand</b>(<i>method, allLinesAllowed=False</i>) 723 <b>__QScintillaLeftCommand</b>(<i>method, allLinesAllowed=False</i>)
744 724
745 <p> 725 <p>
774 </dl> 754 </dl>
775 <a NAME="Shell.__QScintillaLineDown" ID="Shell.__QScintillaLineDown"></a> 755 <a NAME="Shell.__QScintillaLineDown" ID="Shell.__QScintillaLineDown"></a>
776 <h4>Shell.__QScintillaLineDown</h4> 756 <h4>Shell.__QScintillaLineDown</h4>
777 <b>__QScintillaLineDown</b>(<i>cmd</i>) 757 <b>__QScintillaLineDown</b>(<i>cmd</i>)
778 758
779 <p>
780 Private method to handle the cursor down command.
781 </p>
782 <dl>
783
784 <dt><i>cmd</i></dt>
785 <dd>
786 QScintilla command
787 </dd>
788 </dl>
789 <a NAME="Shell.__QScintillaLineEnd" ID="Shell.__QScintillaLineEnd"></a> 759 <a NAME="Shell.__QScintillaLineEnd" ID="Shell.__QScintillaLineEnd"></a>
790 <h4>Shell.__QScintillaLineEnd</h4> 760 <h4>Shell.__QScintillaLineEnd</h4>
791 <b>__QScintillaLineEnd</b>(<i>cmd</i>) 761 <b>__QScintillaLineEnd</b>(<i>cmd</i>)
792 762
793 <p> 763 <p>
802 </dl> 772 </dl>
803 <a NAME="Shell.__QScintillaLineUp" ID="Shell.__QScintillaLineUp"></a> 773 <a NAME="Shell.__QScintillaLineUp" ID="Shell.__QScintillaLineUp"></a>
804 <h4>Shell.__QScintillaLineUp</h4> 774 <h4>Shell.__QScintillaLineUp</h4>
805 <b>__QScintillaLineUp</b>(<i>cmd</i>) 775 <b>__QScintillaLineUp</b>(<i>cmd</i>)
806 776
807 <p>
808 Private method to handle the cursor up command.
809 </p>
810 <dl>
811
812 <dt><i>cmd</i></dt>
813 <dd>
814 QScintilla command
815 </dd>
816 </dl>
817 <a NAME="Shell.__QScintillaNewline" ID="Shell.__QScintillaNewline"></a> 777 <a NAME="Shell.__QScintillaNewline" ID="Shell.__QScintillaNewline"></a>
818 <h4>Shell.__QScintillaNewline</h4> 778 <h4>Shell.__QScintillaNewline</h4>
819 <b>__QScintillaNewline</b>(<i>cmd</i>) 779 <b>__QScintillaNewline</b>(<i>cmd</i>)
820 780
821 <p> 781 <p>
1385 <p> 1345 <p>
1386 Private method to search for the next occurrence. 1346 Private method to search for the next occurrence.
1387 </p> 1347 </p>
1388 <a NAME="Shell.__setAutoCompletion" ID="Shell.__setAutoCompletion"></a> 1348 <a NAME="Shell.__setAutoCompletion" ID="Shell.__setAutoCompletion"></a>
1389 <h4>Shell.__setAutoCompletion</h4> 1349 <h4>Shell.__setAutoCompletion</h4>
1390 <b>__setAutoCompletion</b>(<i>language="Python"</i>) 1350 <b>__setAutoCompletion</b>(<i></i>)
1391 1351
1392 <p> 1352 <p>
1393 Private method to configure the autocompletion function. 1353 Private method to configure the autocompletion function.
1394 </p> 1354 </p>
1395 <dl>
1396
1397 <dt><i>language</i></dt>
1398 <dd>
1399 of the autocompletion set to set (string)
1400 </dd>
1401 </dl>
1402 <a NAME="Shell.__setCallTips" ID="Shell.__setCallTips"></a> 1355 <a NAME="Shell.__setCallTips" ID="Shell.__setCallTips"></a>
1403 <h4>Shell.__setCallTips</h4> 1356 <h4>Shell.__setCallTips</h4>
1404 <b>__setCallTips</b>(<i>language="Python"</i>) 1357 <b>__setCallTips</b>(<i></i>)
1405 1358
1406 <p> 1359 <p>
1407 Private method to configure the calltips function. 1360 Private method to configure the calltips function.
1408 </p> 1361 </p>
1409 <dl>
1410
1411 <dt><i>language</i></dt>
1412 <dd>
1413 of the calltips set to set (string)
1414 </dd>
1415 </dl>
1416 <a NAME="Shell.__setHistoryIndex" ID="Shell.__setHistoryIndex"></a> 1362 <a NAME="Shell.__setHistoryIndex" ID="Shell.__setHistoryIndex"></a>
1417 <h4>Shell.__setHistoryIndex</h4> 1363 <h4>Shell.__setHistoryIndex</h4>
1418 <b>__setHistoryIndex</b>(<i>index=None</i>) 1364 <b>__setHistoryIndex</b>(<i>index=None</i>)
1419 1365
1420 <p> 1366 <p>

eric ide

mercurial