public interface AceCompletionProvider
Warning: this is an experimental feature of AceGWT. It is possible that the API will change in an incompatible way in future releases.
Modifier and Type | Method and Description |
---|---|
void |
getProposals(AceEditor editor,
AceEditorCursorPosition pos,
String prefix,
AceCompletionCallback callback)
Call to get code completion proposals, which are delivered
to a callback.
|
void getProposals(AceEditor editor, AceEditorCursorPosition pos, String prefix, AceCompletionCallback callback)
editor
- the AceEditor
pos
- the cursor positionprefix
- the word prefixcallback
- the AceCompletionCallback
to which the
proposals should be deliveredCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.