- initializeCommandLine(AceCommandLine) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Bind command line and editor.
- insertAtCursor(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Insert given text at the cursor.
- invokeAceCallback(JavaScriptObject) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceEditorCallback
-
Callback method.
- invokeWithCompletions(AceCompletion[]) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCompletionCallback
-
Submit code completion proposals.
- isBackwards() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Check if selection leading position is located before anchor position
- isEmpty() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Check if selection is empty.
- isMultiLine() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Check if selection contains several lines.
- isPassEvent() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
In case this parameter is true keyboard event will be passed to
original listener.
- isReadOnly() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
Describe does this command change editor document or not.