diff -r 147c43e684c0 -r e9b8797923da Documentation/Source/eric6.UI.UserInterface.html --- a/Documentation/Source/eric6.UI.UserInterface.html Sat Dec 03 18:20:38 2016 +0100 +++ b/Documentation/Source/eric6.UI.UserInterface.html Sun Dec 04 18:40:41 2016 +0100 @@ -297,6 +297,9 @@ <td><a href="#UserInterface.__deinstallPlugin">__deinstallPlugin</a></td> <td>Private slot to show a dialog to uninstall a plugin.</td> </tr><tr> +<td><a href="#UserInterface.__deleteCrashSession">__deleteCrashSession</a></td> +<td>Private slot to delete the crash session file.</td> +</tr><tr> <td><a href="#UserInterface.__designer">__designer</a></td> <td>Private slot to start the Qt-Designer executable.</td> </tr><tr> @@ -381,6 +384,9 @@ <td><a href="#UserInterface.__linguist4">__linguist4</a></td> <td>Private slot to start the Qt-Linguist 4 executable.</td> </tr><tr> +<td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td> +<td>Private slot to load a session from disk.</td> +</tr><tr> <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td> <td>Private slot to handle the change of the master password.</td> </tr><tr> @@ -429,6 +435,9 @@ <td><a href="#UserInterface.__quit">__quit</a></td> <td>Private method to quit the application.</td> </tr><tr> +<td><a href="#UserInterface.__readCrashSession">__readCrashSession</a></td> +<td>Private method to check for and read a crash session.</td> +</tr><tr> <td><a href="#UserInterface.__readSession">__readSession</a></td> <td>Private slot to read in the session file (.e5s or .e4s).</td> </tr><tr> @@ -450,6 +459,9 @@ <td><a href="#UserInterface.__saveCurrentViewProfile">__saveCurrentViewProfile</a></td> <td>Private slot to save the window geometries of the active profile.</td> </tr><tr> +<td><a href="#UserInterface.__saveSessionToFile">__saveSessionToFile</a></td> +<td>Private slot to save a session to disk.</td> +</tr><tr> <td><a href="#UserInterface.__setEditProfile">__setEditProfile</a></td> <td>Private slot to activate the edit view profile.</td> </tr><tr> @@ -651,6 +663,9 @@ <td><a href="#UserInterface.__whatsThis">__whatsThis</a></td> <td>Private slot called in to enter Whats This mode.</td> </tr><tr> +<td><a href="#UserInterface.__writeCrashSession">__writeCrashSession</a></td> +<td>Private slot to write a crash session file.</td> +</tr><tr> <td><a href="#UserInterface.__writeSession">__writeSession</a></td> <td>Private slot to write the session data to an XML file (.e5s).</td> </tr><tr> @@ -1106,6 +1121,11 @@ <b>__deinstallPlugin</b>(<i></i>) <p> Private slot to show a dialog to uninstall a plugin. +</p><a NAME="UserInterface.__deleteCrashSession" ID="UserInterface.__deleteCrashSession"></a> +<h4>UserInterface.__deleteCrashSession</h4> +<b>__deleteCrashSession</b>(<i></i>) +<p> + Private slot to delete the crash session file. </p><a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a> <h4>UserInterface.__designer</h4> <b>__designer</b>(<i>fn=None, version=0</i>) @@ -1304,7 +1324,12 @@ <dd> filename of the translation file to be opened </dd> -</dl><a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a> +</dl><a NAME="UserInterface.__loadSessionFromFile" ID="UserInterface.__loadSessionFromFile"></a> +<h4>UserInterface.__loadSessionFromFile</h4> +<b>__loadSessionFromFile</b>(<i></i>) +<p> + Private slot to load a session from disk. +</p><a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a> <h4>UserInterface.__masterPasswordChanged</h4> <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) <p> @@ -1420,12 +1445,42 @@ <b>__quit</b>(<i></i>) <p> Private method to quit the application. -</p><a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a> +</p><a NAME="UserInterface.__readCrashSession" ID="UserInterface.__readCrashSession"></a> +<h4>UserInterface.__readCrashSession</h4> +<b>__readCrashSession</b>(<i></i>) +<p> + Private method to check for and read a crash session. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a crash session file was found and read +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a> <h4>UserInterface.__readSession</h4> -<b>__readSession</b>(<i></i>) +<b>__readSession</b>(<i>filename=""</i>) <p> Private slot to read in the session file (.e5s or .e4s). -</p><a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a> +</p><dl> +<dt><i>filename</i> (str)</dt> +<dd> +name of a session file to read +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating success +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a> <h4>UserInterface.__readTasks</h4> <b>__readTasks</b>(<i></i>) <p> @@ -1461,7 +1516,12 @@ flag indicating that the current profile should be saved (boolean) </dd> -</dl><a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a> +</dl><a NAME="UserInterface.__saveSessionToFile" ID="UserInterface.__saveSessionToFile"></a> +<h4>UserInterface.__saveSessionToFile</h4> +<b>__saveSessionToFile</b>(<i></i>) +<p> + Private slot to save a session to disk. +</p><a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a> <h4>UserInterface.__setEditProfile</h4> <b>__setEditProfile</b>(<i>save=True</i>) <p> @@ -1936,12 +1996,35 @@ <b>__whatsThis</b>(<i></i>) <p> Private slot called in to enter Whats This mode. +</p><a NAME="UserInterface.__writeCrashSession" ID="UserInterface.__writeCrashSession"></a> +<h4>UserInterface.__writeCrashSession</h4> +<b>__writeCrashSession</b>(<i></i>) +<p> + Private slot to write a crash session file. </p><a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a> <h4>UserInterface.__writeSession</h4> -<b>__writeSession</b>(<i></i>) +<b>__writeSession</b>(<i>filename="", crashSession=False</i>) <p> Private slot to write the session data to an XML file (.e5s). -</p><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> +</p><dl> +<dt><i>filename</i> (str)</dt> +<dd> +name of a session file to write +</dd><dt><i>crashSession</i> (bool)</dt> +<dd> +flag indicating to write a crash session file +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating success +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> <h4>UserInterface.__writeTasks</h4> <b>__writeTasks</b>(<i></i>) <p>