RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html

changeset 118
d242ba11a04c
parent 101
5098ad8960ed
child 119
a03f2be1997b
equal deleted inserted replaced
117:7269e54fd316 118:d242ba11a04c
340 <dd> 340 <dd>
341 tuple of None and activation status (boolean) 341 tuple of None and activation status (boolean)
342 </dd> 342 </dd>
343 </dl><a NAME="RefactoringRopePlugin.codeAssist" ID="RefactoringRopePlugin.codeAssist"></a> 343 </dl><a NAME="RefactoringRopePlugin.codeAssist" ID="RefactoringRopePlugin.codeAssist"></a>
344 <h4>RefactoringRopePlugin.codeAssist</h4> 344 <h4>RefactoringRopePlugin.codeAssist</h4>
345 <b>codeAssist</b>(<i>editor, context = False</i>) 345 <b>codeAssist</b>(<i>editor, context=False</i>)
346 <p> 346 <p>
347 Public method to determine the autocompletion proposals. 347 Public method to determine the autocompletion proposals.
348 </p><dl> 348 </p><dl>
349 <dt><i>editor</i></dt> 349 <dt><i>editor</i></dt>
350 <dd> 350 <dd>
388 Public method to retrieve the various refactoring settings. 388 Public method to retrieve the various refactoring settings.
389 </p><dl> 389 </p><dl>
390 <dt><i>key</i></dt> 390 <dt><i>key</i></dt>
391 <dd> 391 <dd>
392 the key of the value to get 392 the key of the value to get
393 </dd><dt><i>prefClass</i></dt>
394 <dd>
395 preferences class used as the storage area
396 </dd> 393 </dd>
397 </dl><dl> 394 </dl><dl>
398 <dt>Returns:</dt> 395 <dt>Returns:</dt>
399 <dd> 396 <dd>
400 the requested refactoring setting 397 the requested refactoring setting
409 <dd> 406 <dd>
410 the key of the setting to be set (string) 407 the key of the setting to be set (string)
411 </dd><dt><i>value</i></dt> 408 </dd><dt><i>value</i></dt>
412 <dd> 409 <dd>
413 the value to be set 410 the value to be set
414 </dd><dt><i>prefClass</i></dt>
415 <dd>
416 preferences class used as the storage area
417 </dd> 411 </dd>
418 </dl> 412 </dl>
419 <div align="right"><a href="#top">Up</a></div> 413 <div align="right"><a href="#top">Up</a></div>
420 <hr /><hr /> 414 <hr /><hr />
421 <a NAME="createAutoCompletionPage" ID="createAutoCompletionPage"></a> 415 <a NAME="createAutoCompletionPage" ID="createAutoCompletionPage"></a>

eric ide

mercurial