--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Thu May 25 19:52:31 2023 +0200 @@ -552,7 +552,7 @@ </tr> <tr> <td><a href="#Editor.__marginClicked">__marginClicked</a></td> -<td>Private slot to handle the marginClicked signal.</td> +<td></td> </tr> <tr> <td><a href="#Editor.__marginNumber">__marginNumber</a></td> @@ -1360,7 +1360,7 @@ </tr> <tr> <td><a href="#Editor.highlight">highlight</a></td> -<td>Public method to highlight [or de-highlight] a particular line.</td> +<td></td> </tr> <tr> <td><a href="#Editor.highlightSearchSelection">highlightSearchSelection</a></td> @@ -2331,7 +2331,7 @@ </p> <a NAME="Editor.__createChangeMarkerPixmap" ID="Editor.__createChangeMarkerPixmap"></a> <h4>Editor.__createChangeMarkerPixmap</h4> -<b>__createChangeMarkerPixmap</b>(<i>key, size=16, width=4</i>) +<b>__createChangeMarkerPixmap</b>(<i>key, size=16</i>) <p> Private method to create a pixmap for the change markers. @@ -2346,10 +2346,6 @@ <dd> size of the pixmap (integer) </dd> -<dt><i>width</i></dt> -<dd> -width of the marker line (integer) -</dd> </dl> <dl> <dt>Return:</dt> @@ -3142,24 +3138,6 @@ <h4>Editor.__marginClicked</h4> <b>__marginClicked</b>(<i>margin, line, modifiers</i>) -<p> - Private slot to handle the marginClicked signal. -</p> -<dl> - -<dt><i>margin</i></dt> -<dd> -id of the clicked margin (integer) -</dd> -<dt><i>line</i></dt> -<dd> -line number of the click (integer) -</dd> -<dt><i>modifiers</i></dt> -<dd> -keyboard modifiers (Qt.KeyboardModifiers) -</dd> -</dl> <a NAME="Editor.__marginNumber" ID="Editor.__marginNumber"></a> <h4>Editor.__marginNumber</h4> <b>__marginNumber</b>(<i>xPos</i>) @@ -4580,7 +4558,7 @@ </p> <a NAME="Editor.close" ID="Editor.close"></a> <h4>Editor.close</h4> -<b>close</b>(<i>alsoDelete=False</i>) +<b>close</b>(<i></i>) <p> Public method called when the window gets closed. @@ -4591,13 +4569,6 @@ method. </p> <dl> - -<dt><i>alsoDelete</i></dt> -<dd> -ignored -</dd> -</dl> -<dl> <dt>Return:</dt> <dd> flag indicating a successful close of the editor (boolean) @@ -5862,25 +5833,6 @@ <h4>Editor.highlight</h4> <b>highlight</b>(<i>line=None, error=False, syntaxError=False</i>) -<p> - Public method to highlight [or de-highlight] a particular line. -</p> -<dl> - -<dt><i>line</i></dt> -<dd> -line number to highlight (integer) -</dd> -<dt><i>error</i></dt> -<dd> -flag indicating whether the error highlight should be - used (boolean) -</dd> -<dt><i>syntaxError</i></dt> -<dd> -flag indicating a syntax error (boolean) -</dd> -</dl> <a NAME="Editor.highlightSearchSelection" ID="Editor.highlightSearchSelection"></a> <h4>Editor.highlightSearchSelection</h4> <b>highlightSearchSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>) @@ -6658,7 +6610,7 @@ </dl> <a NAME="Editor.saveFileAs" ID="Editor.saveFileAs"></a> <h4>Editor.saveFileAs</h4> -<b>saveFileAs</b>(<i>path=None, toProject=False</i>) +<b>saveFileAs</b>(<i>path=None</i>) <p> Public slot to save a file with a new name. @@ -6669,11 +6621,6 @@ <dd> directory to save the file in (string) </dd> -<dt><i>toProject</i></dt> -<dd> -flag indicating a save to project operation - (boolean) -</dd> </dl> <dl> <dt>Return:</dt>