Description of the Issue
Search Function scrolls vertically but not horizontally to display ALL of a match.
Steps to Reproduce the Issue
- Have a long document
- Ensure some lines are longer than screen / window
- Start searching for a common term
Expected Behavior
The match is highlighted (Green) and you can see the whole match on the screen
IMO the FIND function should default to fully left scrolled every time the FIND NEXT button is hit (if the NEXT match after that one is not already on screen). Only if the next match is off the visible window should the screen be shifted to place it in the viewing area.
Actual Behavior
If just 1 pixel of the match is visible on the screen then the line is not scrolled horizontally to display it.
Horizontal scrolling is done if the match is completely off the screen.

Description of the Issue
Search Function scrolls vertically but not horizontally to display ALL of a match.
Steps to Reproduce the Issue
Expected Behavior
The match is highlighted (Green) and you can see the whole match on the screen
IMO the FIND function should default to fully left scrolled every time the FIND NEXT button is hit (if the NEXT match after that one is not already on screen). Only if the next match is off the visible window should the screen be shifted to place it in the viewing area.
Actual Behavior
If just 1 pixel of the match is visible on the screen then the line is not scrolled horizontally to display it.
Horizontal scrolling is done if the match is completely off the screen.