Skip to content
  • mae's avatar
    Fix find scope expanding · d633ec20
    mae authored
    We now use two cursors, with the first one being positioned at the
    character before the find scope starts. This makes it possible
    to extend the scope when typing at the beginning or the end of
    it. This is more what the user expects. The effect is noticable
    with find&replace of words at the beginning or end of the scope.
    d633ec20