--- a/src/eric7/Documentation/Source/eric7.UI.CodeDocumentationViewer.html Mon Apr 03 11:36:16 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.CodeDocumentationViewer.html Mon Apr 03 12:11:56 2023 +0200 @@ -106,6 +106,10 @@ <td>Public method to get a list of providers and their visible strings.</td> </tr> <tr> +<td><a href="#CodeDocumentationViewer.isEnabled">isEnabled</a></td> +<td>Public method to check, if the code documentation viewer is enabled.</td> +</tr> +<tr> <td><a href="#CodeDocumentationViewer.isSupportedLanguage">isSupportedLanguage</a></td> <td>Public method to check, if the given language is supported by the selected provider.</td> </tr> @@ -249,6 +253,25 @@ list of tuple of (str,str) </dd> </dl> +<a NAME="CodeDocumentationViewer.isEnabled" ID="CodeDocumentationViewer.isEnabled"></a> +<h4>CodeDocumentationViewer.isEnabled</h4> +<b>isEnabled</b>(<i></i>) + +<p> + Public method to check, if the code documentation viewer is enabled. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating the enabled state +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="CodeDocumentationViewer.isSupportedLanguage" ID="CodeDocumentationViewer.isSupportedLanguage"></a> <h4>CodeDocumentationViewer.isSupportedLanguage</h4> <b>isSupportedLanguage</b>(<i>language</i>)