Skip navigation links
A C D E F G I K L O R S T V W 

R

redisplay() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Call this to force the editor contents to be redisplayed.
removeAllExistingCompleters() - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Removes all existing completers from the langtools

This can be used to disable all completers including local completers, which can be very useful when completers are used on very large files (as the local completer tokenizes every word to put in the selected list).

NOTE: This method may be removed, and replaced with another solution.
removeAllMarkers() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Remove all the displayed markers.
removeCommand(AceCommand) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Remove a command from the editor.
removeCommandByName(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Remove commands, that may not be required, from the editor
removeMarker(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Removes the marker with the specified ID.
removeSelectionListener(AceSelectionListener) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Unregister listener for selection change events.
A C D E F G I K L O R S T V W 
Skip navigation links