Fri, 19 Aug 2011 17:37:32 +0200
Updated source docu.
--- a/Documentation/Help/source.qhp Fri Aug 19 17:36:45 2011 +0200 +++ b/Documentation/Help/source.qhp Fri Aug 19 17:37:32 2011 +0200 @@ -10664,7 +10664,8 @@ <keyword name="CompleterPython.__inTripleDoubleQuotedString" id="CompleterPython.__inTripleDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleDoubleQuotedString" /> <keyword name="CompleterPython.__inTripleSingleQuotedString" id="CompleterPython.__inTripleSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleSingleQuotedString" /> <keyword name="CompleterPython.__isClassMethod" id="CompleterPython.__isClassMethod" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethod" /> - <keyword name="CompleterPython.__isClassmethodDef" id="CompleterPython.__isClassmethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassmethodDef" /> + <keyword name="CompleterPython.__isClassMethodDef" id="CompleterPython.__isClassMethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethodDef" /> + <keyword name="CompleterPython.__isStaticMethodDef" id="CompleterPython.__isStaticMethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isStaticMethodDef" /> <keyword name="CompleterPython.charAdded" id="CompleterPython.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.charAdded" /> <keyword name="CompleterPython.readSettings" id="CompleterPython.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.readSettings" /> <keyword name="CompleterRuby (Module)" id="CompleterRuby (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html" />
--- a/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html Fri Aug 19 17:36:45 2011 +0200 +++ b/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html Fri Aug 19 17:37:32 2011 +0200 @@ -90,8 +90,11 @@ <td><a href="#CompleterPython.__isClassMethod">__isClassMethod</a></td> <td>Private method to check, if the user is defining a class method.</td> </tr><tr> -<td><a href="#CompleterPython.__isClassmethodDef">__isClassmethodDef</a></td> -<td>Private method to check, if the user is defing a classmethod (@classmethod) method.</td> +<td><a href="#CompleterPython.__isClassMethodDef">__isClassMethodDef</a></td> +<td>Private method to check, if the user is defing a class method (@classmethod).</td> +</tr><tr> +<td><a href="#CompleterPython.__isStaticMethodDef">__isStaticMethodDef</a></td> +<td>Private method to check, if the user is defing a static method (@staticmethod) method.</td> </tr><tr> <td><a href="#CompleterPython.charAdded">charAdded</a></td> <td>Public slot called to handle the user entering a character.</td> @@ -220,16 +223,27 @@ <dd> flag indicating the definition of a class method (boolean) </dd> -</dl><a NAME="CompleterPython.__isClassmethodDef" ID="CompleterPython.__isClassmethodDef"></a> -<h4>CompleterPython.__isClassmethodDef</h4> -<b>__isClassmethodDef</b>(<i></i>) +</dl><a NAME="CompleterPython.__isClassMethodDef" ID="CompleterPython.__isClassMethodDef"></a> +<h4>CompleterPython.__isClassMethodDef</h4> +<b>__isClassMethodDef</b>(<i></i>) <p> - Private method to check, if the user is defing a classmethod - (@classmethod) method. + Private method to check, if the user is defing a class method + (@classmethod). </p><dl> <dt>Returns:</dt> <dd> -flag indicating the definition of a classmethod method (boolean) +flag indicating the definition of a class method (boolean) +</dd> +</dl><a NAME="CompleterPython.__isStaticMethodDef" ID="CompleterPython.__isStaticMethodDef"></a> +<h4>CompleterPython.__isStaticMethodDef</h4> +<b>__isStaticMethodDef</b>(<i></i>) +<p> + Private method to check, if the user is defing a static method + (@staticmethod) method. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the definition of a static method (boolean) </dd> </dl><a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a> <h4>CompleterPython.charAdded</h4>