nvda
winConsoleUIA: Greatly speed up move by word
#10522
Merged

Commits
  • winConsoleUIATextInfo: greatly speed up moving by word by calculating current offset within a line by counting utf16 characters in the text rather than calling move with unit character over and over again.
    michaelDCurran committed 6 years ago
  • Fix linting issues.
    michaelDCurran committed 6 years ago
  • WinConsoleUIA: slightly refactor move by word to avoid unnecessary math.
    michaelDCurran committed 6 years ago
Loading