Tried to follow MultiCaretAndSelectionDemo, but since I'm using a CodeArea, this doesn't seem to work.
Even with one selection :
Selection<String, String, String> selection;
selection = new SelectionImpl<>("selection",currentCodeArea,0,10);
Is it possible to select multiple ranges in CodeArea? Or am I doing something wrong?
Thanks!
Tried to follow MultiCaretAndSelectionDemo, but since I'm using a CodeArea, this doesn't seem to work.
Even with one selection :
Is it possible to select multiple ranges in CodeArea? Or am I doing something wrong?
Thanks!