Descriptive Problem Summary:
If you double-click on text inside the code editor and then press SHIFT-End to attempt to select everything after the caret position, the position actually jumps.
Double-clicking works:
Pressing SHIFT-End to select the rest results in this:
ID:2145249
Sep 8 2016, 3:10 pm
|
|||||||||||||
Resolved
| |||||||||||||
This isn't a show tabs issue.
If I double-click the 'N' in 'ONE', then press Shift-End: If I double-click the 'W' in 'TWO', then press Shift-End: If I double-click the 'R' in 'THREE', then press Shift-End: It appears double-clicking moves the visible cursor, but the cursor position as used by Shift-End remains where you double-clicked. |
So, since there is exactly 4 >> characters and its offsetting by exactly 4 characters in the select, I have to ask:
does it happen when view tabs is disabled? because i suspect it doesn't, and the core issue is some parts of the code taking those >> characters into account, and some that are not, leading to an incorrect offset