See detail below. The problem is on double click selecting, the end of line instead of the end of visible line should be treated as a break. Some what related to bug #318449. (I report them separately since they are not exactly the same....) An option for triple click for whether selection the newline should also be added once this bug is fixed. Reproducible: Always Steps to Reproduce: 1. echo 'a' 2. echo 'b ' 3. double click the "a" printed 4. double click the space after the "b" printed 5. double click the end of the printed "a" line 6. double click the end of the printed "b" line Actual Results: 3: "a" selected (as expected) 4: all spaces after "b" as well as the newline are selected 5: the newline after "a" is selected (as expected) 6: all spaces after "b" as well as the newline are selected Expected Results: 4: all spaces after "b" are selected (but not the newline) 6: the newline at the end of the "b" printed line is selected
Yes, the spaces after the b are 'ignored'
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
Yes, this is still an issue.