Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 1169
36a3bb21e6e6
parent 1150
859253d366c5
child 1196
77da430b4080
equal deleted inserted replaced
1167:8beb6bacd874 1169:36a3bb21e6e6
309 <td>Private method to handle the goto action.</td> 309 <td>Private method to handle the goto action.</td>
310 </tr><tr> 310 </tr><tr>
311 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> 311 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td>
312 <td>Private method to handle the goto brace action.</td> 312 <td>Private method to handle the goto brace action.</td>
313 </tr><tr> 313 </tr><tr>
314 <td><a href="#ViewManager.__gotoLastEditPosition">__gotoLastEditPosition</a></td>
315 <td>Private method to move the cursor to the last edit position.</td>
316 </tr><tr>
317 <td><a href="#ViewManager.__gotoNextMethodClass">__gotoNextMethodClass</a></td>
318 <td>Private slot to go to the next Python/Ruby method or class definition.</td>
319 </tr><tr>
320 <td><a href="#ViewManager.__gotoPreviousMethodClass">__gotoPreviousMethodClass</a></td>
321 <td>Private slot to go to the previous Python/Ruby method or class definition.</td>
322 </tr><tr>
314 <td><a href="#ViewManager.__gotoSyntaxError">__gotoSyntaxError</a></td> 323 <td><a href="#ViewManager.__gotoSyntaxError">__gotoSyntaxError</a></td>
315 <td>Private method to handle the goto syntax error action.</td> 324 <td>Private method to handle the goto syntax error action.</td>
316 </tr><tr> 325 </tr><tr>
317 <td><a href="#ViewManager.__initBookmarkActions">__initBookmarkActions</a></td> 326 <td><a href="#ViewManager.__initBookmarkActions">__initBookmarkActions</a></td>
318 <td>Private method defining the user interface actions for the bookmarks commands.</td> 327 <td>Private method defining the user interface actions for the bookmarks commands.</td>
335 <td><a href="#ViewManager.__initSpellingActions">__initSpellingActions</a></td> 344 <td><a href="#ViewManager.__initSpellingActions">__initSpellingActions</a></td>
336 <td>Private method to initialize the spell checking actions.</td> 345 <td>Private method to initialize the spell checking actions.</td>
337 </tr><tr> 346 </tr><tr>
338 <td><a href="#ViewManager.__initViewActions">__initViewActions</a></td> 347 <td><a href="#ViewManager.__initViewActions">__initViewActions</a></td>
339 <td>Private method defining the user interface actions for the view commands.</td> 348 <td>Private method defining the user interface actions for the view commands.</td>
349 </tr><tr>
350 <td><a href="#ViewManager.__lastEditPositionAvailable">__lastEditPositionAvailable</a></td>
351 <td>Private slot to handle the lastEditPositionAvailable signal of an editor.</td>
340 </tr><tr> 352 </tr><tr>
341 <td><a href="#ViewManager.__lastEditorClosed">__lastEditorClosed</a></td> 353 <td><a href="#ViewManager.__lastEditorClosed">__lastEditorClosed</a></td>
342 <td>Private slot to handle the lastEditorClosed signal.</td> 354 <td>Private slot to handle the lastEditorClosed signal.</td>
343 </tr><tr> 355 </tr><tr>
344 <td><a href="#ViewManager.__loadRecent">__loadRecent</a></td> 356 <td><a href="#ViewManager.__loadRecent">__loadRecent</a></td>
1107 </p><a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a> 1119 </p><a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a>
1108 <h4>ViewManager.__gotoBrace</h4> 1120 <h4>ViewManager.__gotoBrace</h4>
1109 <b>__gotoBrace</b>(<i></i>) 1121 <b>__gotoBrace</b>(<i></i>)
1110 <p> 1122 <p>
1111 Private method to handle the goto brace action. 1123 Private method to handle the goto brace action.
1124 </p><a NAME="ViewManager.__gotoLastEditPosition" ID="ViewManager.__gotoLastEditPosition"></a>
1125 <h4>ViewManager.__gotoLastEditPosition</h4>
1126 <b>__gotoLastEditPosition</b>(<i></i>)
1127 <p>
1128 Private method to move the cursor to the last edit position.
1129 </p><a NAME="ViewManager.__gotoNextMethodClass" ID="ViewManager.__gotoNextMethodClass"></a>
1130 <h4>ViewManager.__gotoNextMethodClass</h4>
1131 <b>__gotoNextMethodClass</b>(<i></i>)
1132 <p>
1133 Private slot to go to the next Python/Ruby method or class definition.
1134 </p><a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a>
1135 <h4>ViewManager.__gotoPreviousMethodClass</h4>
1136 <b>__gotoPreviousMethodClass</b>(<i></i>)
1137 <p>
1138 Private slot to go to the previous Python/Ruby method or class definition.
1112 </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> 1139 </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a>
1113 <h4>ViewManager.__gotoSyntaxError</h4> 1140 <h4>ViewManager.__gotoSyntaxError</h4>
1114 <b>__gotoSyntaxError</b>(<i></i>) 1141 <b>__gotoSyntaxError</b>(<i></i>)
1115 <p> 1142 <p>
1116 Private method to handle the goto syntax error action. 1143 Private method to handle the goto syntax error action.
1152 </p><a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a> 1179 </p><a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a>
1153 <h4>ViewManager.__initViewActions</h4> 1180 <h4>ViewManager.__initViewActions</h4>
1154 <b>__initViewActions</b>(<i></i>) 1181 <b>__initViewActions</b>(<i></i>)
1155 <p> 1182 <p>
1156 Private method defining the user interface actions for the view commands. 1183 Private method defining the user interface actions for the view commands.
1184 </p><a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a>
1185 <h4>ViewManager.__lastEditPositionAvailable</h4>
1186 <b>__lastEditPositionAvailable</b>(<i></i>)
1187 <p>
1188 Private slot to handle the lastEditPositionAvailable signal of an editor.
1157 </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> 1189 </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a>
1158 <h4>ViewManager.__lastEditorClosed</h4> 1190 <h4>ViewManager.__lastEditorClosed</h4>
1159 <b>__lastEditorClosed</b>(<i></i>) 1191 <b>__lastEditorClosed</b>(<i></i>)
1160 <p> 1192 <p>
1161 Private slot to handle the lastEditorClosed signal. 1193 Private slot to handle the lastEditorClosed signal.

eric ide

mercurial