Skip to content

"Find" feature is off by one #177

@sinistersnare

Description

@sinistersnare

Hi, in DrRacket, when I use ctrl-f to find something, the results found section is off by one.

screen shot 2017-12-04 at 2 15 57 am

There are indeed 7 matches, but it only cycles 0-1-2-3-4-5-6-0-....

AKA If you go to Selection 6 and go to the next, it wraps back to 0.

So a possible solution would be instead to make the 'denominator' 0-indexed too, or make the 'numerator' 1-indexed.

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