site  contact  subhomenews

Geany scrolls past end of file

July 31, 2008 — BarryK
The version of Geany in 4.1alpha5 is 0.13 and it has a feature that annoys me so much, I reported it to the Geany bugzilla as a bug. It is the feature that Geany will scroll an entire window past the last line.

The author responded (and closed the bug):

You can easily disable by setting the hidden preference
"scroll_stop_at_last_line" to true.

For details, see the documentation at
http://geany.uvena.de/manual/index.html#hidden-preferences.

This is also mentioned in the FAQs,
http://geany.uvena.de/Documentation/FAQ#QQuestions8.


So, how do we disable this permanently? Unless the majority actually like this feature!

I also made a suggestion about navigating wrapped lines:
http://sourceforge.net/tracker/index.php?func=detail&aid=2030918&group_id=153444&atid=787794

Comments

What about Tea ?
Username: linuxcbon
What about Tea ? TEA http://tea.linux.kiev.ua/

Fix for geany 0.13
Username: PathFinder_Cate
"To fix version 0.13, try changing this line in document.c: SSM(sci, SCI_SETENDATLASTLINE, FALSE, 0); // allow scrolling past end of document to: SSM(sci, SCI_SETENDATLASTLINE, TRUE, 0); // allow scrolling past end of document if FALSE

Re: Geany scrolling end document
Username: BarryK
"Well, the PET package for Geany 0.13 has /root/.geany/geany.conf, so I have added: scroll_stop_at_last_line=true to it. According to the online Geany docs, that is a hidden setting, not settable in the Preferences, have to edit geany.conf directly.


Tags: puppy