Skip to content

Does CodeArea support multiple selection ranges? #906

@adxl

Description

@adxl

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions