diff -r 8239cae3f947 -r f7ec7a3e7270 Documentation/Source/eric5.UI.UserInterface.html --- a/Documentation/Source/eric5.UI.UserInterface.html Sun Nov 17 12:24:45 2013 +0100 +++ b/Documentation/Source/eric5.UI.UserInterface.html Sun Nov 17 13:28:39 2013 +0100 @@ -170,7 +170,7 @@ E5MainWindow <h3>Class Attributes</h3> <table> -<tr><td>BottomSide</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr> +<tr><td>BottomSide</td></tr><tr><td>ErrorLogFileName</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr> </table> <h3>Class Methods</h3> <table> @@ -308,6 +308,9 @@ <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td> <td>Private method to get the geometry of a floating windows.</td> </tr><tr> +<td><a href="#UserInterface.__hasErrorLog">__hasErrorLog</a></td> +<td>Private method to check, if an error log file exists.</td> +</tr><tr> <td><a href="#UserInterface.__helpClosed">__helpClosed</a></td> <td>Private slot to handle the helpClosed signal of the help window.</td> </tr><tr> @@ -443,6 +446,9 @@ <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td> <td>Private slot to show the Eric documentation.</td> </tr><tr> +<td><a href="#UserInterface.__showErrorLog">__showErrorLog</a></td> +<td>Private slot to show the most recent error log message.</td> +</tr><tr> <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td> <td>Private slot to display a dialog show a list of external tools used by eric5.</td> </tr><tr> @@ -1112,7 +1118,12 @@ <dd> list giving the widget's geometry and its visibility </dd> -</dl><a NAME="UserInterface.__helpClosed" ID="UserInterface.__helpClosed"></a> +</dl><a NAME="UserInterface.__hasErrorLog" ID="UserInterface.__hasErrorLog"></a> +<h4>UserInterface.__hasErrorLog</h4> +<b>__hasErrorLog</b>(<i></i>) +<p> + Private method to check, if an error log file exists. +</p><a NAME="UserInterface.__helpClosed" ID="UserInterface.__helpClosed"></a> <h4>UserInterface.__helpClosed</h4> <b>__helpClosed</b>(<i></i>) <p> @@ -1419,6 +1430,11 @@ <b>__showEricDoc</b>(<i></i>) <p> Private slot to show the Eric documentation. +</p><a NAME="UserInterface.__showErrorLog" ID="UserInterface.__showErrorLog"></a> +<h4>UserInterface.__showErrorLog</h4> +<b>__showErrorLog</b>(<i></i>) +<p> + Private slot to show the most recent error log message. </p><a NAME="UserInterface.__showExternalTools" ID="UserInterface.__showExternalTools"></a> <h4>UserInterface.__showExternalTools</h4> <b>__showExternalTools</b>(<i></i>)