Skip to content

Rework how paragraph breaks are handled #26

@mjakeman

Description

@mjakeman

There's a very noticeable bug with the current implementation of paragraph breaks where the cursor cannot be placed on the final index of a paragraph using the mouse or up/down navigation. It can however be done using home/end.

This is due to Pango's internal handling of paragraphs, but isn't something we can easily work around. It might be an idea to use an invisible paragraph break character (I'm sure there's something in unicode) and drop our special casing altogether.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions