Uses of Class
cn.mapway.document.ui.client.component.ace.AceEditorCursorPosition
Packages that use AceEditorCursorPosition
-
Uses of AceEditorCursorPosition in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceEditorCursorPositionModifier and TypeMethodDescriptionstatic AceEditorCursorPositionAceEditorCursorPosition.create(int row, int column) Static creation method.AceEditor.getCursorPosition()Get the current cursor position.AceEditor.getPositionFromIndex(int index) Gets a document position from a supplied zero-based index.AceSelection.getSelectionAnchor()Give starting position of selection (opposite to position where cursor is located).AceSelection.getSelectionLead()Give position of leading end of selection (where cursor is located).Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceEditorCursorPositionModifier and TypeMethodDescriptionintAceEditor.getIndexFromPosition(AceEditorCursorPosition position) Gets the given document position as a zero-based index.voidAceCompletionProvider.getProposals(AceEditor editor, AceEditorCursorPosition pos, String prefix, AceCompletionCallback callback) Call to get code completion proposals, which are delivered to a callback.