nvda
UI Automation in Windows Console: limit blank lines in review and initial word movement support
#9647
Merged

Commits
  • Restrict the number of blank lines shown in console UIA's object review.
    codeofdusk committed 7 years ago
  • UIA console: only apply our custom move logic when not moving the caret.
    codeofdusk committed 7 years ago
  • Add basic word movement support.
    codeofdusk committed 7 years ago
  • ConsoleUIATextInfo: support expantion by word.
    codeofdusk committed 7 years ago
  • consoleUIATextInfo._countCharsToEnd(reverse=True) is now consoleUIATextInfo._getCurrentOffset. The reverse option has been removed.
    codeofdusk committed 7 years ago
  • Cleanup.
    codeofdusk committed 7 years ago
  • Improve cursor placement after word movement.
    codeofdusk committed 7 years ago
  • Review actions (without changes to expand)
    codeofdusk committed 7 years ago
  • Re-implement expand.
    codeofdusk committed 7 years ago
  • Review actions.
    codeofdusk committed 7 years ago
  • Merge branch 'master' into cmduia2-textinfos
    codeofdusk committed 7 years ago
  • Review actions.
    codeofdusk committed 7 years ago
  • Review actions.
    codeofdusk committed 7 years ago
  • Merge branch 'master' into cmduia2-textinfos
    codeofdusk committed 7 years ago
  • Fix forward movement across lines.
    codeofdusk committed 7 years ago
  • UIAWinConsole support: Improve logic of moving previous word to no longer jump over the last word on the previous line.
    michaelDCurran committed 7 years ago
  • Merge remote-tracking branch 'origin/pr9647_fixMovePreviousWord' into cmduia2-textinfos
    codeofdusk committed 7 years ago
  • Style.
    codeofdusk committed 7 years ago
Loading