--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssist.html Sat Mar 07 15:57:24 2015 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssist.html Sat Mar 07 19:52:36 2015 +0100 @@ -65,6 +65,9 @@ </tr><tr> <td><a href="#CodeAssist.getCompletions">getCompletions</a></td> <td>Public method to calculate the possible completions.</td> +</tr><tr> +<td><a href="#CodeAssist.reportChanged">reportChanged</a></td> +<td>Public slot to report some changed sources.</td> </tr> </table> <h3>Static Methods</h3> @@ -73,19 +76,11 @@ </table> <a NAME="CodeAssist.__init__" ID="CodeAssist.__init__"></a> <h4>CodeAssist (Constructor)</h4> -<b>CodeAssist</b>(<i>refactoring, editor, plugin, parent = None</i>) +<b>CodeAssist</b>(<i>plugin, parent = None</i>) <p> Constructor </p><dl> -<dt><i>refactoring</i></dt> -<dd> -reference to the rope refactoring object - (Refactoring) -</dd><dt><i>editor</i></dt> -<dd> -reference to the editor object, that called this method - QScintilla.Editor) -</dd><dt><i>plugin</i></dt> +<dt><i>plugin</i></dt> <dd> reference to the plugin object </dd><dt><i>parent</i></dt> @@ -94,11 +89,15 @@ </dd> </dl><a NAME="CodeAssist.getCallTips" ID="CodeAssist.getCallTips"></a> <h4>CodeAssist.getCallTips</h4> -<b>getCallTips</b>(<i>pos</i>) +<b>getCallTips</b>(<i>pos, editor</i>) <p> Public method to calculate calltips. </p><dl> -<dt><i>pos</i></dt> +<dt><i>editor</i></dt> +<dd> +reference to the editor object, that called this method + QScintilla.Editor) +</dd><dt><i>pos</i></dt> <dd> position in the text for the calltip (integer) </dd> @@ -109,14 +108,33 @@ </dd> </dl><a NAME="CodeAssist.getCompletions" ID="CodeAssist.getCompletions"></a> <h4>CodeAssist.getCompletions</h4> -<b>getCompletions</b>(<i></i>) +<b>getCompletions</b>(<i>editor</i>) <p> Public method to calculate the possible completions. </p><dl> +<dt><i>editor</i></dt> +<dd> +reference to the editor object, that called this method + QScintilla.Editor) +</dd> +</dl><dl> <dt>Returns:</dt> <dd> list of proposals (QStringList) </dd> +</dl><a NAME="CodeAssist.reportChanged" ID="CodeAssist.reportChanged"></a> +<h4>CodeAssist.reportChanged</h4> +<b>reportChanged</b>(<i>filename, oldSource</i>) +<p> + Public slot to report some changed sources. +</p><dl> +<dt><i>filename</i></dt> +<dd> +file name of the changed source (string) +</dd><dt><i>oldSource</i></dt> +<dd> +source code before the change (string) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />