cshnik

Results 150 comments of cshnik

Fixed. No right-scanning text limit is required since algorithm uses Scintilla`s standard ``SCI_WORDENDPOSITION``-message.

Fixed. Cut and Copy work on next word if there's no selection.

> Works but need to improve Cut with no selection: if old caret position was greater than the end of the cut word, place the caret on the start of...

Unfortunately, I was unable to reproduce the issue. Please provide the video to address your exact case.

Addressed in #240, https://github.com/ProgerXP/Notepad2e/commit/2230b20a3b2c02efac611744a2dd787b212365f1.

It looks like current implementation of #241 is OK and real-time monitoring is no longer a problem.