How do I disable “cursor beyond end of line”?

前端 未结 2 564
北海茫月
北海茫月 2021-01-17 08:45

How do I deactivate Delphi\'s \"Cursor beyond end of line\" feature? When I click in the empty space to the right of a line, or when I navigate to a line with the arrow keys

相关标签:
2条回答
  • 2021-01-17 09:35

    When possible you can set a macro on one of the mouse buttons to hit the combo "left-click" and "End" when clicked. Not the ideal situation but it does the trick.

    0 讨论(0)
  • 2021-01-17 09:39

    AFAIK, you cannot. The code editor has always had that behavior built-in. You can tell it to not go past End-Of-File, but not End-Of-Line.

    0 讨论(0)
提交回复
热议问题