Skip to content

Word navigation #83

Open
Open
@dhardy

Description

@dhardy

Text-editors typically make Ctrl+Left jump to the previous start-of-word and Ctrl+Right jump to the next end-of-word (or sometimes start-of-next-word). To implement this, we can use split_word_bound_indices to find word boundaries, however, it returns all word boundaries (start and end).

At first attempt to improve on this, one can skip indices where the next (or previous) char is whitespace. This is an improvement, but not perfect since e.g. in a::b every position is considered a word boundary while the user would expect to skip over :: as a whole (and possibly on until the next word's start/end).

This may not be a problem you wish to solve, in which case, fair enough. But, any idea how it might be done?

BTW if you wish to test this in action, see KAS. The layout example has a passable editor (for small documents). The word-navigation code in question is around here (disregard the TODO comment if you see this before the next commit lands).

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

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy