Sat, 03 May 2025 18:07:34 +0200
Regenerated the source code documentation.
--- a/src/eric7/APIs/Python3/eric7.api Sat May 03 18:06:28 2025 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Sat May 03 18:07:34 2025 +0200 @@ -8743,6 +8743,7 @@ eric7.QScintilla.Editor.Editor.unindentLineOrSelection?4() eric7.QScintilla.Editor.Editor.unregisterMouseHoverHelpFunction?4(func) eric7.QScintilla.Editor.Editor.updateMarkerMap?4() +eric7.QScintilla.Editor.Editor.updateReadOnly?4(bForce=True) eric7.QScintilla.Editor.Editor.viewportEvent?4(evt) eric7.QScintilla.Editor.Editor.wheelEvent?4(evt) eric7.QScintilla.Editor.Editor.writeFile?4(fn, backup=True)
--- a/src/eric7/Documentation/Help/source.qhp Sat May 03 18:06:28 2025 +0200 +++ b/src/eric7/Documentation/Help/source.qhp Sat May 03 18:07:34 2025 +0200 @@ -4881,7 +4881,6 @@ <keyword name="Editor.__toggleTypingAids" id="Editor.__toggleTypingAids" ref="eric7.QScintilla.Editor.html#Editor.__toggleTypingAids" /> <keyword name="Editor.__uncommentLine" id="Editor.__uncommentLine" ref="eric7.QScintilla.Editor.html#Editor.__uncommentLine" /> <keyword name="Editor.__uncommentSelection" id="Editor.__uncommentSelection" ref="eric7.QScintilla.Editor.html#Editor.__uncommentSelection" /> - <keyword name="Editor.__updateReadOnly" id="Editor.__updateReadOnly" ref="eric7.QScintilla.Editor.html#Editor.__updateReadOnly" /> <keyword name="Editor.addCallTipHook" id="Editor.addCallTipHook" ref="eric7.QScintilla.Editor.html#Editor.addCallTipHook" /> <keyword name="Editor.addClone" id="Editor.addClone" ref="eric7.QScintilla.Editor.html#Editor.addClone" /> <keyword name="Editor.addCompletionListHook" id="Editor.addCompletionListHook" ref="eric7.QScintilla.Editor.html#Editor.addCompletionListHook" /> @@ -5099,6 +5098,7 @@ <keyword name="Editor.unindentLineOrSelection" id="Editor.unindentLineOrSelection" ref="eric7.QScintilla.Editor.html#Editor.unindentLineOrSelection" /> <keyword name="Editor.unregisterMouseHoverHelpFunction" id="Editor.unregisterMouseHoverHelpFunction" ref="eric7.QScintilla.Editor.html#Editor.unregisterMouseHoverHelpFunction" /> <keyword name="Editor.updateMarkerMap" id="Editor.updateMarkerMap" ref="eric7.QScintilla.Editor.html#Editor.updateMarkerMap" /> + <keyword name="Editor.updateReadOnly" id="Editor.updateReadOnly" ref="eric7.QScintilla.Editor.html#Editor.updateReadOnly" /> <keyword name="Editor.viewportEvent" id="Editor.viewportEvent" ref="eric7.QScintilla.Editor.html#Editor.viewportEvent" /> <keyword name="Editor.wheelEvent" id="Editor.wheelEvent" ref="eric7.QScintilla.Editor.html#Editor.wheelEvent" /> <keyword name="Editor.writeFile" id="Editor.writeFile" ref="eric7.QScintilla.Editor.html#Editor.writeFile" />
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EricServerPage.html Sat May 03 18:06:28 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EricServerPage.html Sat May 03 18:07:34 2025 +0200 @@ -60,7 +60,7 @@ </tr> <tr> <td><a href="#EricServerPage.save">save</a></td> -<td>Public slot to save the Cooperation configuration.</td> +<td>Public slot to save the eric-ide server related configuration.</td> </tr> </table> @@ -81,7 +81,7 @@ <h4>EricServerPage.save</h4> <b>save</b>(<i></i>) <p> - Public slot to save the Cooperation configuration. + Public slot to save the eric-ide server related configuration. </p> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Sat May 03 18:06:28 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Sat May 03 18:07:34 2025 +0200 @@ -994,10 +994,6 @@ <td>Private slot to uncomment the current selection.</td> </tr> <tr> -<td><a href="#Editor.__updateReadOnly">__updateReadOnly</a></td> -<td>Private method to update the readOnly information for this editor.</td> -</tr> -<tr> <td><a href="#Editor.addCallTipHook">addCallTipHook</a></td> <td>Public method to set a calltip provider.</td> </tr> @@ -1866,6 +1862,10 @@ <td>Public method to initiate an update of the marker map.</td> </tr> <tr> +<td><a href="#Editor.updateReadOnly">updateReadOnly</a></td> +<td>Public method to update the readOnly information for this editor.</td> +</tr> +<tr> <td><a href="#Editor.viewportEvent">viewportEvent</a></td> <td>Protected method handling event of the viewport.</td> </tr> @@ -4542,27 +4542,6 @@ Private slot to uncomment the current selection. </p> -<a NAME="Editor.__updateReadOnly" ID="Editor.__updateReadOnly"></a> -<h4>Editor.__updateReadOnly</h4> -<b>__updateReadOnly</b>(<i>bForce=True</i>) -<p> - Private method to update the readOnly information for this editor. -</p> -<p> - If bForce is True, then updates everything regardless if - the attributes have actually changed, such as during - initialization time. A signal is emitted after the - caption change. -</p> - -<dl> - -<dt><i>bForce</i> (bool)</dt> -<dd> -True to force change, False to only update and emit - signal if there was an attribute change. -</dd> -</dl> <a NAME="Editor.addCallTipHook" ID="Editor.addCallTipHook"></a> <h4>Editor.addCallTipHook</h4> <b>addCallTipHook</b>(<i>key, func</i>) @@ -7872,6 +7851,27 @@ Public method to initiate an update of the marker map. </p> +<a NAME="Editor.updateReadOnly" ID="Editor.updateReadOnly"></a> +<h4>Editor.updateReadOnly</h4> +<b>updateReadOnly</b>(<i>bForce=True</i>) +<p> + Public method to update the readOnly information for this editor. +</p> +<p> + If bForce is True, then updates everything regardless if + the attributes have actually changed, such as during + initialization time. A signal is emitted after the + caption change. +</p> + +<dl> + +<dt><i>bForce</i> (bool)</dt> +<dd> +True to force change, False to only update and emit + signal if there was an attribute change. +</dd> +</dl> <a NAME="Editor.viewportEvent" ID="Editor.viewportEvent"></a> <h4>Editor.viewportEvent</h4> <b>viewportEvent</b>(<i>evt</i>)