diff -r 3d868439dddc -r c04c703d1ca4 Documentation/Source/eric6.QScintilla.APIsManager.html --- a/Documentation/Source/eric6.QScintilla.APIsManager.html Fri Feb 27 19:43:04 2015 +0100 +++ b/Documentation/Source/eric6.QScintilla.APIsManager.html Fri Feb 27 19:44:08 2015 +0100 @@ -102,6 +102,9 @@ <td><a href="#APIs.installedAPIFiles">installedAPIFiles</a></td> <td>Public method to get a list of installed API files.</td> </tr><tr> +<td><a href="#APIs.isEmpty">isEmpty</a></td> +<td>Public method to check, if the object has API files configured.</td> +</tr><tr> <td><a href="#APIs.prepareAPIs">prepareAPIs</a></td> <td>Public method to prepare the APIs if necessary.</td> </tr><tr> @@ -186,6 +189,16 @@ <dd> list of installed API files (list of strings) </dd> +</dl><a NAME="APIs.isEmpty" ID="APIs.isEmpty"></a> +<h4>APIs.isEmpty</h4> +<b>isEmpty</b>(<i></i>) +<p> + Public method to check, if the object has API files configured. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating no API files have been configured (boolean) +</dd> </dl><a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a> <h4>APIs.prepareAPIs</h4> <b>prepareAPIs</b>(<i>ondemand=False, rawList=None</i>)