If you open up your sample application using the C# parser (or any one really). Now create a line of all spaces. Place the caret in the middle of the spaces and press Shift+Home. In your control, it will select from the caret to the end of the line and then the next Shift+Home will select to the start of the line).
This differs from Visual Studio, which will only ever select from the caret to the beginning of the line. Obviously, if there is text after the spaces, then your version would be correct and would match VS.
The same problem exists when just pressing the Home key.
I'm not sure if this is something that you would fix in the default install. If not, could you point me to the right direction of fixing it myself.
This differs from Visual Studio, which will only ever select from the caret to the beginning of the line. Obviously, if there is text after the spaces, then your version would be correct and would match VS.
The same problem exists when just pressing the Home key.
I'm not sure if this is something that you would fix in the default install. If not, could you point me to the right direction of fixing it myself.