diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.ViewManager.ViewManager.html --- a/Documentation/Source/eric5.ViewManager.ViewManager.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Sun Oct 13 17:44:48 2013 +0200 @@ -140,11 +140,11 @@ </dd><dt>checkActions(Editor)</dt> <dd> emitted when some actions should be checked - for their status + for their status </dd><dt>cursorChanged(Editor)</dt> <dd> -emitted after the cursor position of the active - window has changed +emitted after the cursor position of the + active window has changed </dd><dt>editorChanged(str)</dt> <dd> emitted when the current editor has changed @@ -156,15 +156,16 @@ emitted just before an editor window gets closed </dd><dt>editorClosedEd(Editor)</dt> <dd> -emitted just before an editor window gets closed +emitted just before an editor window gets + closed </dd><dt>editorLanguageChanged(Editor)</dt> <dd> emitted to signal a change of an - editor's language + editor's language </dd><dt>editorLineChanged(str,int)</dt> <dd> -emitted to signal a change of an editor's - current line (line is given one based) +emitted to signal a change of an + editor's current line (line is given one based) </dd><dt>editorOpened(str)</dt> <dd> emitted after an editor window was opened @@ -176,13 +177,15 @@ emitted after an editor window was saved </dd><dt>editorTextChanged(Editor)</dt> <dd> -emitted to signal a change of an editor's text +emitted to signal a change of an + editor's text </dd><dt>lastEditorClosed()</dt> <dd> emitted after the last editor window was closed </dd><dt>previewStateChanged(bool)</dt> <dd> -emitted to signal a change in the preview state +emitted to signal a change in the + preview state </dd><dt>syntaxerrorToggled(Editor)</dt> <dd> emitted when a syntax error is toggled @@ -1231,7 +1234,8 @@ <h4>ViewManager.__editorConfigChanged</h4> <b>__editorConfigChanged</b>(<i></i>) <p> - Private slot to handle changes of an editor's configuration (e.g. language). + Private slot to handle changes of an editor's configuration (e.g. + language). </p><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> <h4>ViewManager.__editorOpened</h4> <b>__editorOpened</b>(<i></i>) @@ -1293,14 +1297,14 @@ <h4>ViewManager.__findNextWord</h4> <b>__findNextWord</b>(<i></i>) <p> - Private slot to find the next occurrence of the current word of the current - editor. + Private slot to find the next occurrence of the current word of the + current editor. </p><a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> <h4>ViewManager.__findPrevWord</h4> <b>__findPrevWord</b>(<i></i>) <p> - Private slot to find the previous occurrence of the current word of the current - editor. + Private slot to find the previous occurrence of the current word of + the current editor. </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> <h4>ViewManager.__goto</h4> <b>__goto</b>(<i></i>) @@ -1325,7 +1329,8 @@ <h4>ViewManager.__gotoPreviousMethodClass</h4> <b>__gotoPreviousMethodClass</b>(<i></i>) <p> - Private slot to go to the previous Python/Ruby method or class definition. + Private slot to go to the previous Python/Ruby method or class + definition. </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> <h4>ViewManager.__gotoSyntaxError</h4> <b>__gotoSyntaxError</b>(<i></i>) @@ -1335,7 +1340,8 @@ <h4>ViewManager.__initBookmarkActions</h4> <b>__initBookmarkActions</b>(<i></i>) <p> - Private method defining the user interface actions for the bookmarks commands. + Private method defining the user interface actions for the bookmarks + commands. </p><a NAME="ViewManager.__initContextMenuExporters" ID="ViewManager.__initContextMenuExporters"></a> <h4>ViewManager.__initContextMenuExporters</h4> <b>__initContextMenuExporters</b>(<i></i>) @@ -1350,7 +1356,8 @@ <h4>ViewManager.__initEditActions</h4> <b>__initEditActions</b>(<i></i>) <p> - Private method defining the user interface actions for the edit commands. + Private method defining the user interface actions for the edit + commands. </p><a NAME="ViewManager.__initFileActions" ID="ViewManager.__initFileActions"></a> <h4>ViewManager.__initFileActions</h4> <b>__initFileActions</b>(<i></i>) @@ -1360,12 +1367,14 @@ <h4>ViewManager.__initMacroActions</h4> <b>__initMacroActions</b>(<i></i>) <p> - Private method defining the user interface actions for the macro commands. + Private method defining the user interface actions for the macro + commands. </p><a NAME="ViewManager.__initSearchActions" ID="ViewManager.__initSearchActions"></a> <h4>ViewManager.__initSearchActions</h4> <b>__initSearchActions</b>(<i></i>) <p> - Private method defining the user interface actions for the search commands. + Private method defining the user interface actions for the search + commands. </p><a NAME="ViewManager.__initSpellingActions" ID="ViewManager.__initSpellingActions"></a> <h4>ViewManager.__initSpellingActions</h4> <b>__initSpellingActions</b>(<i></i>) @@ -1375,12 +1384,14 @@ <h4>ViewManager.__initViewActions</h4> <b>__initViewActions</b>(<i></i>) <p> - Private method defining the user interface actions for the view commands. + Private method defining the user interface actions for the view + commands. </p><a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> <h4>ViewManager.__lastEditPositionAvailable</h4> <b>__lastEditPositionAvailable</b>(<i></i>) <p> - Private slot to handle the lastEditPositionAvailable signal of an editor. + Private slot to handle the lastEditPositionAvailable signal of an + editor. </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> <h4>ViewManager.__lastEditorClosed</h4> <b>__lastEditorClosed</b>(<i></i>) @@ -1715,7 +1726,8 @@ <h4>ViewManager.__toggleAllChildren</h4> <b>__toggleAllChildren</b>(<i></i>) <p> - Private method to handle the toggle all folds (including children) action. + Private method to handle the toggle all folds (including children) + action. </p><a NAME="ViewManager.__toggleBookmark" ID="ViewManager.__toggleBookmark"></a> <h4>ViewManager.__toggleBookmark</h4> <b>__toggleBookmark</b>(<i></i>) @@ -1784,13 +1796,15 @@ editor window </dd><dt><i>setSb</i></dt> <dd> -flag indicating an update of the status bar is wanted (boolean) +flag indicating an update of the status bar is wanted + (boolean) </dd> </dl><a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a> <h4>ViewManager._getOpenFileFilter</h4> <b>_getOpenFileFilter</b>(<i></i>) <p> - Protected method to return the active filename filter for a file open dialog. + Protected method to return the active filename filter for a file open + dialog. </p><p> The appropriate filename filter is determined by file extension of the currently active editor. @@ -1803,7 +1817,8 @@ <h4>ViewManager._getOpenStartDir</h4> <b>_getOpenStartDir</b>(<i></i>) <p> - Protected method to return the starting directory for a file open dialog. + Protected method to return the starting directory for a file open + dialog. </p><p> The appropriate starting directory is calculated using the following search order, until a match is found:<br /> @@ -1819,7 +1834,8 @@ <h4>ViewManager._initWindowActions</h4> <b>_initWindowActions</b>(<i></i>) <p> - Protected method to define the user interface actions for window handling. + Protected method to define the user interface actions for window + handling. </p><dl> <dt>Raises <b>RuntimeError</b>:</dt> <dd> @@ -2139,11 +2155,13 @@ <h4>ViewManager.enableEditorsCheckFocusIn</h4> <b>enableEditorsCheckFocusIn</b>(<i>enabled</i>) <p> - Public method to set a flag enabling the editors to perform focus in checks. + Public method to set a flag enabling the editors to perform focus in + checks. </p><dl> <dt><i>enabled</i></dt> <dd> -flag indicating focus in checks should be performed (boolean) +flag indicating focus in checks should be performed + (boolean) </dd> </dl><a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a> <h4>ViewManager.eventFilter</h4> @@ -2225,8 +2243,8 @@ </dl><dl> <dt>Returns:</dt> <dd> -tuple of two values giving a flag indicating a new window creation and - a reference to the editor displaying this file +tuple of two values giving a flag indicating a new window + creation and a reference to the editor displaying this file </dd> </dl><a NAME="ViewManager.getMostRecent" ID="ViewManager.getMostRecent"></a> <h4>ViewManager.getMostRecent</h4> @@ -2287,7 +2305,8 @@ </p><dl> <dt>Returns:</dt> <dd> -list of references to all open editors (list of QScintilla.editor) +list of references to all open editors (list of + QScintilla.editor) </dd> </dl><a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a> <h4>ViewManager.getOpenEditorsCount</h4> @@ -2352,7 +2371,8 @@ </p><dl> <dt><i>toolbarManager</i></dt> <dd> -reference to a toolbar manager object (E5ToolBarManager) +reference to a toolbar manager object + (E5ToolBarManager) </dd> </dl><dl> <dt>Returns:</dt> @@ -2377,7 +2397,8 @@ </p><dl> <dt><i>toolbarManager</i></dt> <dd> -reference to a toolbar manager object (E5ToolBarManager) +reference to a toolbar manager object + (E5ToolBarManager) </dd> </dl><dl> <dt>Returns:</dt> @@ -2402,7 +2423,8 @@ </p><dl> <dt><i>toolbarManager</i></dt> <dd> -reference to a toolbar manager object (E5ToolBarManager) +reference to a toolbar manager object + (E5ToolBarManager) </dd> </dl><dl> <dt>Returns:</dt> @@ -2427,7 +2449,8 @@ </p><dl> <dt><i>toolbarManager</i></dt> <dd> -reference to a toolbar manager object (E5ToolBarManager) +reference to a toolbar manager object + (E5ToolBarManager) </dd> </dl><dl> <dt>Returns:</dt> @@ -2442,7 +2465,8 @@ </p><dl> <dt><i>toolbarManager</i></dt> <dd> -reference to a toolbar manager object (E5ToolBarManager) +reference to a toolbar manager object + (E5ToolBarManager) </dd> </dl><dl> <dt>Returns:</dt> @@ -2467,7 +2491,8 @@ </p><dl> <dt><i>toolbarManager</i></dt> <dd> -reference to a toolbar manager object (E5ToolBarManager) +reference to a toolbar manager object + (E5ToolBarManager) </dd> </dl><dl> <dt>Returns:</dt> @@ -2827,14 +2852,17 @@ <h4>ViewManager.setSbInfo</h4> <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>) <p> - Public method to transfer statusbar info from the user interface to viewmanager. + Public method to transfer statusbar info from the user interface to + viewmanager. </p><dl> <dt><i>sbLine</i></dt> <dd> -reference to the line number part of the statusbar (QLabel) +reference to the line number part of the statusbar + (QLabel) </dd><dt><i>sbPos</i></dt> <dd> -reference to the character position part of the statusbar (QLabel) +reference to the character position part of the statusbar + (QLabel) </dd><dt><i>sbWritable</i></dt> <dd> reference to the writability indicator part of @@ -2849,7 +2877,8 @@ statusbar (QLabel) </dd><dt><i>sbEol</i></dt> <dd> -reference to the eol indicator part of the statusbar (QLabel) +reference to the eol indicator part of the statusbar + (QLabel) </dd><dt><i>sbZoom</i></dt> <dd> reference to the zoom widget (E5ZoomWidget) @@ -2889,7 +2918,8 @@ <h4>ViewManager.showDebugSource</h4> <b>showDebugSource</b>(<i>fn, line</i>) <p> - Public method to open the given file and highlight the given line in it. + Public method to open the given file and highlight the given line in + it. </p><dl> <dt><i>fn</i></dt> <dd> @@ -2953,8 +2983,8 @@ </p><dl> <dt><i>current</i></dt> <dd> -flag indicating only the current editor should be unhighlighted - (boolean) +flag indicating only the current editor should be + unhighlighted (boolean) </dd> </dl><a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> <h4>ViewManager.zoomValueChanged</h4>