[Github-comments] [geany] Bug with edit_gotolineendvisual=End + show_line_endings=true (#712)

vossenjp notifications at xxxxx
Sat Oct 24 04:42:59 UTC 2015


This has been driving me nuts for a while but I finally figured it out.  If you have:
* keybindings.conf
	* edit_gotolinestart=<Alt>Home
	* edit_gotolineend=<Alt>End
	* edit_gotolinestartvisual=Home
	* **edit_gotolineendvisual=End**
* geany.conf
	* show_line_endings=true

Then hitting `end` on the wrapped part of a long line does a _line-down_ and not an _end_.  If you **set show_line_endings=true** then `end` works as expected and desired.

I'm running Geany 1.25 from the "geany-dev" PPA on Linut Mint 17 but I'm pretty sure this bug has been present thing the whole "gotoline*visual" thing was fixed.

Steps to reproduce:
1. Set config as above
2. Create a file with long lines
3. Go to the first line of a wrapped line, hit `home` and `end` and they should stay on that line as expected
4. Go to the second (last?) line of a wrapped line, `home` should work but `end` should go to the next line instead of the end of this line
5. Set **show_line_endings=false**
6. `end` should not work as expected per the keymap.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/712
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151023/13b413df/attachment.html>


More information about the Github-comments mailing list