Bug
Write a .cs script with an error:
|XvoidX Foo() {
^
\___ Cursor is |. Wait until flycheck-popup-tip shows up indicating an error
and press C-space then C-e to highlight line
The end result is that the cursor moves to the end of the line (due to C-e), but doesn't mark. Disabling flycheck-popup-tip fixes this problem.
Edit
- Moving the cursor to the left, leaving one space char "fixes" the issue.
- Marking via
C-space twice at the original position (in the diagram) "fixes" the issue.
- Moving the cursor to the EOL (
C-e) "fixes" the issue.
Bug
Write a
.csscript with an error:The end result is that the cursor moves to the end of the line (due to
C-e), but doesn't mark. Disablingflycheck-popup-tipfixes this problem.Edit
C-spacetwice at the original position (in the diagram) "fixes" the issue.C-e) "fixes" the issue.