| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
Minibuffer --+
|
TextMinibuffer --+
|
InPlaceCompletionMinibuffer
Base class for a simple autocompletion minibuffer.
This completion style is like Outlook's email address completion where it suggests the best completion ahead of the cursor, adjusting as you type. There is no dropdown list; everything is handled in the text ctrl.
This class doesn't implement the complete method, leaving its implementation to subclasses.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
Create a window that represents the minibuffer, and set self.win to that window.
|
Generate the completion list. The best guess should be returned as the first item in the list, with each subsequent entry being less probable. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:14 2008 | http://epydoc.sourceforge.net |