Skip to content

Move caret position in StyleTextArea by line number #286

@firm1

Description

@firm1

Hello,

I don't know if it's handle correctly, but i can't move caret position with line number like parameter.

I would like use something like textarea.positionCaret(int row), but the only param avalaible is number of characters.

I found and tried this solution without success:

textarea.selectRange()
textarea.position(row, col)
textarea.positionCaret()

Somebody can tell me how i can do for solve my problem ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions