diff -r d242ba11a04c -r a03f2be1997b RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html Sun Mar 22 17:33:44 2015 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html Sun Mar 22 18:58:31 2015 +0100 @@ -141,6 +141,9 @@ <td><a href="#RefactoringRopePlugin.deactivate">deactivate</a></td> <td>Public method to deactivate this plugin.</td> </tr><tr> +<td><a href="#RefactoringRopePlugin.getCompletionsList">getCompletionsList</a></td> +<td>Public method to get a list of possible completions.</td> +</tr><tr> <td><a href="#RefactoringRopePlugin.getPreferences">getPreferences</a></td> <td>Public method to retrieve the various refactoring settings.</td> </tr><tr> @@ -381,7 +384,26 @@ <b>deactivate</b>(<i></i>) <p> Public method to deactivate this plugin. -</p><a NAME="RefactoringRopePlugin.getPreferences" ID="RefactoringRopePlugin.getPreferences"></a> +</p><a NAME="RefactoringRopePlugin.getCompletionsList" ID="RefactoringRopePlugin.getCompletionsList"></a> +<h4>RefactoringRopePlugin.getCompletionsList</h4> +<b>getCompletionsList</b>(<i>editor, context</i>) +<p> + Public method to get a list of possible completions. +</p><dl> +<dt><i>editor</i></dt> +<dd> +reference to the editor object, that called this method + (QScintilla.Editor) +</dd><dt><i>context</i></dt> +<dd> +flag indicating to autocomplete a context (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +list of possible completions (list of strings) +</dd> +</dl><a NAME="RefactoringRopePlugin.getPreferences" ID="RefactoringRopePlugin.getPreferences"></a> <h4>RefactoringRopePlugin.getPreferences</h4> <b>getPreferences</b>(<i>key</i>) <p>