If you triple click on a line, it will highlight the line, but also the newline character, so when pasting, it would paste as:
``` this is a line of text
```
instead of
``` this is a line of text ```
Would it be possible/desired to add an option to change this behaviour, so it only copies the text and not the newline? One example of when this can be annoying is copying commands from a file, having an extra newline isn't needed.
AFAICT this is part of the Scintilla editing widget so it would only be possible if Scintilla provided a method of controlling it.
If "somebody" found out how and made a pull request with an option probably it would be accepted.
github-comments@lists.geany.org