diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.QScintilla.APIsManager.html --- a/Documentation/Source/eric5.QScintilla.APIsManager.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.QScintilla.APIsManager.html Fri Mar 11 16:51:57 2011 +0100 @@ -105,7 +105,7 @@ </table> <a NAME="APIs.__init__" ID="APIs.__init__"></a> <h4>APIs (Constructor)</h4> -<b>APIs</b>(<i>language, forPreparation = False, parent = None</i>) +<b>APIs</b>(<i>language, forPreparation=False, parent=None</i>) <p> Constructor </p><dl> @@ -177,7 +177,7 @@ </dd> </dl><a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a> <h4>APIs.prepareAPIs</h4> -<b>prepareAPIs</b>(<i>ondemand = False, rawList = None</i>) +<b>prepareAPIs</b>(<i>ondemand=False, rawList=None</i>) <p> Public method to prepare the APIs if necessary. </p><dl> @@ -223,7 +223,7 @@ </table> <a NAME="APIsManager.__init__" ID="APIsManager.__init__"></a> <h4>APIsManager (Constructor)</h4> -<b>APIsManager</b>(<i>parent = None</i>) +<b>APIsManager</b>(<i>parent=None</i>) <p> Constructor </p><dl> @@ -233,11 +233,11 @@ </dd> </dl><a NAME="APIsManager.getAPIs" ID="APIsManager.getAPIs"></a> <h4>APIsManager.getAPIs</h4> -<b>getAPIs</b>(<i>language, forPreparation = False</i>) +<b>getAPIs</b>(<i>language, forPreparation=False</i>) <p> Public method to get an apis object for autocompletion/calltips. </p><p> - This method creates and loads an APIs object dynamically upon request. + This method creates and loads an APIs object dynamically upon request. This saves memory for languages, that might not be needed at the moment. </p><dl> <dt><i>language</i></dt>