diff -r a70ebfad3d0e -r 44e15eda6506 eric6/Documentation/Source/eric6.Debugger.DebugUI.html --- a/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Tue Jan 05 15:14:40 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Tue Jan 05 18:28:31 2021 +0100 @@ -1554,7 +1554,7 @@ </dl> <a NAME="DebugUI.showNotification" ID="DebugUI.showNotification"></a> <h4>DebugUI.showNotification</h4> -<b>showNotification</b>(<i>notification</i>) +<b>showNotification</b>(<i>notification, kind=NotificationTypes.Information, timeout=None</i>) <p> Public method to show some notification message. @@ -1565,6 +1565,15 @@ <dd> message to be shown </dd> +<dt><i>kind</i> (NotificationTypes)</dt> +<dd> +kind of notification to be shown +</dd> +<dt><i>timeout</i> (int)</dt> +<dd> +timeout for the notification (None = use configured + default, 0 = indefinitely) +</dd> </dl> <a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a> <h4>DebugUI.shutdown</h4>