No longer treat spaces as separate words when using text review commands in Scintilla based editors (#10008)
* No longer thread spaces as a separate words when using text review commands in Scintilla based editors. Fix for https://github.com/nvaccess/nvda/issues/8295
* Make space a constant
* Add spaces in the commend to make linter work
* Additional changes for linter
* Last changes for linter