- public interface IMarkRegionTarget
A mark region target to support marked regions as found in emacs.
- Since:
- 2.0
|
Method Summary |
void |
setMarkAtCursor(boolean set)
Sets or clears a mark at the current cursor position. |
void |
swapMarkAndCursor()
Swaps the mark and cursor position if the mark is in the visible region. |
setMarkAtCursor
public void setMarkAtCursor(boolean set)
- Sets or clears a mark at the current cursor position.
swapMarkAndCursor
public void swapMarkAndCursor()
- Swaps the mark and cursor position if the mark is in the visible region.