Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AceCommandDescription.ExecAction.exec(AceEditor editor) |
void |
AceCompletionProvider.getProposals(AceEditor editor,
AceEditorCursorPosition pos,
java.lang.String prefix,
AceCompletionCallback callback)
Call to get code completion proposals, which are delivered
to a callback.
|
com.google.gwt.core.client.JavaScriptObject |
AceCommandDescription.toJavaScript(AceEditor editor)
Create javascript object from Ace command description.
|