diff -r aa1a01274673 -r af58c1d47e5e eric6/Documentation/Source/eric6.UI.UserInterface.html --- a/eric6/Documentation/Source/eric6.UI.UserInterface.html Mon Feb 01 16:04:34 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html Mon Feb 01 16:06:23 2021 +0100 @@ -567,11 +567,11 @@ </tr> <tr> <td><a href="#UserInterface.__readSession">__readSession</a></td> -<td>Private slot to read in the session file (.e5s or .e4s).</td> +<td>Private slot to read in the session file (.esj or .e5s).</td> </tr> <tr> <td><a href="#UserInterface.__readTasks">__readTasks</a></td> -<td>Private slot to read in the tasks file (.e6t).</td> +<td>Private slot to read in the tasks file (.etj or .e6t).</td> </tr> <tr> <td><a href="#UserInterface.__reloadAPIs">__reloadAPIs</a></td> @@ -871,11 +871,11 @@ </tr> <tr> <td><a href="#UserInterface.__writeSession">__writeSession</a></td> -<td>Private slot to write the session data to an XML file (.e5s).</td> +<td>Private slot to write the session data to a JSON file (.esj).</td> </tr> <tr> <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> -<td>Private slot to write the tasks data to an XML file (.e6t).</td> +<td>Private slot to write the tasks data to a JSON file (.etj).</td> </tr> <tr> <td><a href="#UserInterface.activateCodeDocumentationViewer">activateCodeDocumentationViewer</a></td> @@ -2015,7 +2015,7 @@ <b>__readSession</b>(<i>filename=""</i>) <p> - Private slot to read in the session file (.e5s or .e4s). + Private slot to read in the session file (.esj or .e5s). </p> <dl> @@ -2041,7 +2041,7 @@ <b>__readTasks</b>(<i></i>) <p> - Private slot to read in the tasks file (.e6t). + Private slot to read in the tasks file (.etj or .e6t). </p> <a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a> <h4>UserInterface.__reloadAPIs</h4> @@ -2815,7 +2815,7 @@ <b>__writeSession</b>(<i>filename="", crashSession=False</i>) <p> - Private slot to write the session data to an XML file (.e5s). + Private slot to write the session data to a JSON file (.esj). </p> <dl> @@ -2845,7 +2845,7 @@ <b>__writeTasks</b>(<i></i>) <p> - Private slot to write the tasks data to an XML file (.e6t). + Private slot to write the tasks data to a JSON file (.etj). </p> <a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a> <h4>UserInterface.activateCodeDocumentationViewer</h4> @@ -3396,8 +3396,8 @@ '--' option are considered debug arguments to the program for the debugger. All files named before the '--' option are opened in a text editor, unless the argument ends in - .e4p, then it is opened as a project file. If it ends in - .e4m or .e5m, it is opened as a multiproject. + .epj or .e4p, then it is opened as a project file. If it + ends in .emj, .e4m or .e5m, it is opened as a multi project. </dd> </dl> <a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a>