--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Jan 01 14:45:10 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Jan 01 15:25:48 2024 +0100 @@ -368,7 +368,7 @@ </tr> <tr> <td><a href="#Editor.__convertTabs">__convertTabs</a></td> -<td>Private slot to convert tabulators to spaces.</td> +<td>Private slot to automatically convert tabulators to spaces upon loading.</td> </tr> <tr> <td><a href="#Editor.__createChangeMarkerPixmap">__createChangeMarkerPixmap</a></td> @@ -1183,6 +1183,10 @@ <td>Public method to expand the current fold including its children.</td> </tr> <tr> +<td><a href="#Editor.expandTabs">expandTabs</a></td> +<td>Public slot to expand tabulators to spaces.</td> +</tr> +<tr> <td><a href="#Editor.exportFile">exportFile</a></td> <td>Public method to export the file.</td> </tr> @@ -2412,7 +2416,7 @@ <b>__convertTabs</b>(<i></i>) <p> - Private slot to convert tabulators to spaces. + Private slot to automatically convert tabulators to spaces upon loading. </p> <a NAME="Editor.__createChangeMarkerPixmap" ID="Editor.__createChangeMarkerPixmap"></a> <h4>Editor.__createChangeMarkerPixmap</h4> @@ -5201,6 +5205,13 @@ number of line to be expanded </dd> </dl> +<a NAME="Editor.expandTabs" ID="Editor.expandTabs"></a> +<h4>Editor.expandTabs</h4> +<b>expandTabs</b>(<i></i>) + +<p> + Public slot to expand tabulators to spaces. +</p> <a NAME="Editor.exportFile" ID="Editor.exportFile"></a> <h4>Editor.exportFile</h4> <b>exportFile</b>(<i>exporterFormat</i>)