diff -r 08ca9b336a43 -r 36839e2c6945 src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSearchPage.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSearchPage.html Tue Jul 25 13:14:27 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSearchPage.html Tue Jul 25 16:41:52 2023 +0200 @@ -66,6 +66,10 @@ <td><a href="#EditorSearchPage.save">save</a></td> <td>Public slot to save the Editor Search configuration.</td> </tr> +<tr> +<td><a href="#EditorSearchPage.setMode">setMode</a></td> +<td>Public method to perform mode dependent setups.</td> +</tr> </table> <h3>Static Methods</h3> @@ -87,6 +91,20 @@ <p> Public slot to save the Editor Search configuration. </p> +<a NAME="EditorSearchPage.setMode" ID="EditorSearchPage.setMode"></a> +<h4>EditorSearchPage.setMode</h4> +<b>setMode</b>(<i>displayMode</i>) + +<p> + Public method to perform mode dependent setups. +</p> +<dl> + +<dt><i>displayMode</i> (ConfigurationMode)</dt> +<dd> +mode of the configuration dialog +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />