--- a/src/eric7/Documentation/Source/eric7.Preferences.__init__.html Sun Jan 14 13:02:05 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.__init__.html Tue Jan 16 14:18:52 2024 +0100 @@ -24,6 +24,7 @@ <h3>Global Attributes</h3> <table> <tr><td>QWebEngineSettings</td></tr> +<tr><td>_Migrations</td></tr> </table> <h3>Classes</h3> @@ -258,7 +259,7 @@ </tr> <tr> <td><a href="#initPreferences">initPreferences</a></td> -<td>Module function to initialize the central configuration store.</td> +<td>Function to initialize the central configuration store.</td> </tr> <tr> <td><a href="#initRecentSettings">initRecentSettings</a></td> @@ -2070,11 +2071,19 @@ <hr /> <a NAME="initPreferences" ID="initPreferences"></a> <h2>initPreferences</h2> -<b>initPreferences</b>(<i></i>) +<b>initPreferences</b>(<i>withMigration=False</i>) <p> - Module function to initialize the central configuration store. + Function to initialize the central configuration store. </p> +<dl> + +<dt><i>withMigration</i> (bool (optional))</dt> +<dd> +flag indicating to migrate old keys to new ones + (defaults to False) +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />