Метод | Описание | |
---|---|---|
Attach ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : |
Attaches command controller to the view and projected buffer
|
|
FromTextView ( ITextView textView ) : |
Retrieves R command controller from text view
|
|
RMainController ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System | ||
Status ( System.Guid group, int id ) : CommandStatus |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes main controller and removes it from service manager.
|
Метод | Описание | |
---|---|---|
IsCompletionCommand ( System.Guid group, int id ) : bool |
Determines if command is one of the completion commands
|
public static Attach ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : |
||
textView | ITextView | |
textBuffer | ITextBuffer | |
shell | ICoreShell | |
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public static FromTextView ( ITextView textView ) : |
||
textView | ITextView | |
Результат |
public RMainController ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System | ||
textView | ITextView | |
textBuffer | ITextBuffer | |
shell | ICoreShell | |
Результат | System |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
Результат | CommandStatus |