advice2020 created an issue (geany/geany#4618) I apologize if this already exists.
### CURRENT BEHAVIOR Currently if you -Click on a line number in the Line Number Margin or -Use select line(s) keybinding (SHIFT+ALT+L) it not only selects that entire line but also moves caret to the beginning of the next line. In some cases this behavior can be useful. For example if you cut/copy that line to your clipboard and then paste it into a different location it adds an empty line after it (as if user hits ENTER key) However this can also be a non-desired behavior as well. For example if user performs cut/copy of that line and pastes into a location where they do not want that extra space ------------------------------------------------------------------------------------------------- ### SUGGESTION Add a new setting into `Preferences` to keep caret in the same line being selected and not into the next line. Could be put in the `Editor` section or if this is too specific then maybe can be put in the `Various` section at the bottom of `Preferences` window. If anyone knows if this already exists, please let me know. Thank you to anyone who reads this -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4618 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
