Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 88
3701923bccf2
parent 58
37f0444c3479
child 128
13e96bd0f5a5
equal deleted inserted replaced
87:4cc5c8d1184d 88:3701923bccf2
186 <td>Private method to handle the clear all bookmarks action.</td> 186 <td>Private method to handle the clear all bookmarks action.</td>
187 </tr><tr> 187 </tr><tr>
188 <td><a href="#ViewManager.__clearAllSyntaxErrors">__clearAllSyntaxErrors</a></td> 188 <td><a href="#ViewManager.__clearAllSyntaxErrors">__clearAllSyntaxErrors</a></td>
189 <td>Private method to handle the clear all syntax errors action.</td> 189 <td>Private method to handle the clear all syntax errors action.</td>
190 </tr><tr> 190 </tr><tr>
191 <td><a href="#ViewManager.__clearAllWarnings">__clearAllWarnings</a></td>
192 <td>Private method to handle the clear all warnings action.</td>
193 </tr><tr>
191 <td><a href="#ViewManager.__clearBookmarked">__clearBookmarked</a></td> 194 <td><a href="#ViewManager.__clearBookmarked">__clearBookmarked</a></td>
192 <td>Private method to clear the bookmarked files menu.</td> 195 <td>Private method to clear the bookmarked files menu.</td>
193 </tr><tr> 196 </tr><tr>
194 <td><a href="#ViewManager.__clearRecent">__clearRecent</a></td> 197 <td><a href="#ViewManager.__clearRecent">__clearRecent</a></td>
195 <td>Private method to clear the recent files menu.</td> 198 <td>Private method to clear the recent files menu.</td>
366 <td>Private method to handle the next task action.</td> 369 <td>Private method to handle the next task action.</td>
367 </tr><tr> 370 </tr><tr>
368 <td><a href="#ViewManager.__nextUncovered">__nextUncovered</a></td> 371 <td><a href="#ViewManager.__nextUncovered">__nextUncovered</a></td>
369 <td>Private method to handle the next uncovered action.</td> 372 <td>Private method to handle the next uncovered action.</td>
370 </tr><tr> 373 </tr><tr>
374 <td><a href="#ViewManager.__nextWarning">__nextWarning</a></td>
375 <td>Private method to handle the next warning action.</td>
376 </tr><tr>
371 <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td> 377 <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td>
372 <td>Private method to open a file from the list of rencently opened files.</td> 378 <td>Private method to open a file from the list of rencently opened files.</td>
373 </tr><tr> 379 </tr><tr>
374 <td><a href="#ViewManager.__previousBookmark">__previousBookmark</a></td> 380 <td><a href="#ViewManager.__previousBookmark">__previousBookmark</a></td>
375 <td>Private method to handle the previous bookmark action.</td> 381 <td>Private method to handle the previous bookmark action.</td>
377 <td><a href="#ViewManager.__previousTask">__previousTask</a></td> 383 <td><a href="#ViewManager.__previousTask">__previousTask</a></td>
378 <td>Private method to handle the previous task action.</td> 384 <td>Private method to handle the previous task action.</td>
379 </tr><tr> 385 </tr><tr>
380 <td><a href="#ViewManager.__previousUncovered">__previousUncovered</a></td> 386 <td><a href="#ViewManager.__previousUncovered">__previousUncovered</a></td>
381 <td>Private method to handle the previous uncovered action.</td> 387 <td>Private method to handle the previous uncovered action.</td>
388 </tr><tr>
389 <td><a href="#ViewManager.__previousWarning">__previousWarning</a></td>
390 <td>Private method to handle the previous warning action.</td>
382 </tr><tr> 391 </tr><tr>
383 <td><a href="#ViewManager.__quickSearch">__quickSearch</a></td> 392 <td><a href="#ViewManager.__quickSearch">__quickSearch</a></td>
384 <td>Private slot to handle the incremental quick search.</td> 393 <td>Private slot to handle the incremental quick search.</td>
385 </tr><tr> 394 </tr><tr>
386 <td><a href="#ViewManager.__quickSearchEnter">__quickSearchEnter</a></td> 395 <td><a href="#ViewManager.__quickSearchEnter">__quickSearchEnter</a></td>
820 </p><a NAME="ViewManager.__clearAllSyntaxErrors" ID="ViewManager.__clearAllSyntaxErrors"></a> 829 </p><a NAME="ViewManager.__clearAllSyntaxErrors" ID="ViewManager.__clearAllSyntaxErrors"></a>
821 <h4>ViewManager.__clearAllSyntaxErrors</h4> 830 <h4>ViewManager.__clearAllSyntaxErrors</h4>
822 <b>__clearAllSyntaxErrors</b>(<i></i>) 831 <b>__clearAllSyntaxErrors</b>(<i></i>)
823 <p> 832 <p>
824 Private method to handle the clear all syntax errors action. 833 Private method to handle the clear all syntax errors action.
834 </p><a NAME="ViewManager.__clearAllWarnings" ID="ViewManager.__clearAllWarnings"></a>
835 <h4>ViewManager.__clearAllWarnings</h4>
836 <b>__clearAllWarnings</b>(<i></i>)
837 <p>
838 Private method to handle the clear all warnings action.
825 </p><a NAME="ViewManager.__clearBookmarked" ID="ViewManager.__clearBookmarked"></a> 839 </p><a NAME="ViewManager.__clearBookmarked" ID="ViewManager.__clearBookmarked"></a>
826 <h4>ViewManager.__clearBookmarked</h4> 840 <h4>ViewManager.__clearBookmarked</h4>
827 <b>__clearBookmarked</b>(<i></i>) 841 <b>__clearBookmarked</b>(<i></i>)
828 <p> 842 <p>
829 Private method to clear the bookmarked files menu. 843 Private method to clear the bookmarked files menu.
1161 </p><a NAME="ViewManager.__nextUncovered" ID="ViewManager.__nextUncovered"></a> 1175 </p><a NAME="ViewManager.__nextUncovered" ID="ViewManager.__nextUncovered"></a>
1162 <h4>ViewManager.__nextUncovered</h4> 1176 <h4>ViewManager.__nextUncovered</h4>
1163 <b>__nextUncovered</b>(<i></i>) 1177 <b>__nextUncovered</b>(<i></i>)
1164 <p> 1178 <p>
1165 Private method to handle the next uncovered action. 1179 Private method to handle the next uncovered action.
1180 </p><a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a>
1181 <h4>ViewManager.__nextWarning</h4>
1182 <b>__nextWarning</b>(<i></i>)
1183 <p>
1184 Private method to handle the next warning action.
1166 </p><a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a> 1185 </p><a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a>
1167 <h4>ViewManager.__openSourceFile</h4> 1186 <h4>ViewManager.__openSourceFile</h4>
1168 <b>__openSourceFile</b>(<i>act</i>) 1187 <b>__openSourceFile</b>(<i>act</i>)
1169 <p> 1188 <p>
1170 Private method to open a file from the list of rencently opened files. 1189 Private method to open a file from the list of rencently opened files.
1186 </p><a NAME="ViewManager.__previousUncovered" ID="ViewManager.__previousUncovered"></a> 1205 </p><a NAME="ViewManager.__previousUncovered" ID="ViewManager.__previousUncovered"></a>
1187 <h4>ViewManager.__previousUncovered</h4> 1206 <h4>ViewManager.__previousUncovered</h4>
1188 <b>__previousUncovered</b>(<i></i>) 1207 <b>__previousUncovered</b>(<i></i>)
1189 <p> 1208 <p>
1190 Private method to handle the previous uncovered action. 1209 Private method to handle the previous uncovered action.
1210 </p><a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a>
1211 <h4>ViewManager.__previousWarning</h4>
1212 <b>__previousWarning</b>(<i></i>)
1213 <p>
1214 Private method to handle the previous warning action.
1191 </p><a NAME="ViewManager.__quickSearch" ID="ViewManager.__quickSearch"></a> 1215 </p><a NAME="ViewManager.__quickSearch" ID="ViewManager.__quickSearch"></a>
1192 <h4>ViewManager.__quickSearch</h4> 1216 <h4>ViewManager.__quickSearch</h4>
1193 <b>__quickSearch</b>(<i></i>) 1217 <b>__quickSearch</b>(<i></i>)
1194 <p> 1218 <p>
1195 Private slot to handle the incremental quick search. 1219 Private slot to handle the incremental quick search.

eric ide

mercurial