Hi
I've noticed an inconsistency with other applications (Visual Studio, notepad, Word) when using WordWrap option in SyntaxEditor.
Steps to reproduce:
- Open SyntaxEditor sample application
- Set WordWrap option to any value (say 'Word')
- Put cursor to any line that was wrapped in SynaxEditor.
- Press 'End' key
SyntaxEditor control moves cursor to the next line which is not what user expects and is not the case with other applications like Visual Studio, notepad, Word.
+ There is also an issue with 'Home' key in this scenario, if wrapped text starts with space character. Pressing Home key for the first time will move cursor after the space character. Pressing Home key again will move cursor before the space character. And so on.
[Modified at 01/28/2010 04:54 AM]
I've noticed an inconsistency with other applications (Visual Studio, notepad, Word) when using WordWrap option in SyntaxEditor.
Steps to reproduce:
- Open SyntaxEditor sample application
- Set WordWrap option to any value (say 'Word')
- Put cursor to any line that was wrapped in SynaxEditor.
- Press 'End' key
SyntaxEditor control moves cursor to the next line which is not what user expects and is not the case with other applications like Visual Studio, notepad, Word.
+ There is also an issue with 'Home' key in this scenario, if wrapped text starts with space character. Pressing Home key for the first time will move cursor after the space character. Pressing Home key again will move cursor before the space character. And so on.
[Modified at 01/28/2010 04:54 AM]