C# Class Rhino.Tools.Shell.FlexibleCompletor

The completors provided with JLine are pretty uptight, they only complete on a line that it can fully recognize (only composed of completed strings).
The completors provided with JLine are pretty uptight, they only complete on a line that it can fully recognize (only composed of completed strings). This one completes whatever came before.
Inheritance: InvocationHandler
Datei anzeigen Open project: hazzik/Rhino.Net

Public Methods

Method Description
Complete ( string buffer, int cursor, IList candidates ) : int
Invoke ( object proxy, MethodInfo method, object args ) : object

Private Methods

Method Description
FlexibleCompletor ( Type completorClass, Scriptable global ) : System

Method Details

Complete() public method

public Complete ( string buffer, int cursor, IList candidates ) : int
buffer string
cursor int
candidates IList
return int

Invoke() public method

public Invoke ( object proxy, MethodInfo method, object args ) : object
proxy object
method System.Reflection.MethodInfo
args object
return object