nvda
61428bc1 - Re-Introduce Table SayAll commands (#14070)

Commit
3 years ago
Re-Introduce Table SayAll commands (#14070) Fixes #13469. Fixes #13927. Summary of the issue: Previous PR #13956 broke sayAll functionality in BookWorm (#13927) and therefore was reverted. This PR undoes reverting, in other words it reintroduces table sayAll commands. It also contains a minor change that fixes sayAll in BookWorm. Description of user facing changes Reintroduces table sayAll commands. Description of development approach In my original PR #13956 I did a minor refactoring of SayAll classes, in order to avoid code reduplication and have a nice class inheritance. In order to achieve this I slightly rearranged calls to textInfo. This didn't affect functionality anywhere except for page turn detector in BookWorm. Reverting to the original order of TextInfo calls at the cost of slightly less elegant code.
Author
Parents
Loading