hi,
i am using geany 0.13 on ubuntu hardy heron, and i would like to prevent geany from scrolling past the end of the file. however the key "scroll_stop_at_last_line" is not in geany.conf (changing said key is, i understand, the prescribed way of fixing the problem). moreover, adding the key with the value of true doesn't have the desired effect. does anyone know what is going on?
thanks! noah
Geany 0.13 is fairly old and does not support that hidden pref. You can get the most recent release version (0.14) on Hardy Heron using apt-get or synaptic package manager.
Adding 'scroll_stop_at_last_line=true' to your ~/.geany/geany.conf and restarting Geany is enough to get that config option working.
http://www.geany.org/manual/0.14/index.html#hidden-preferences
Noah Ready-Campbell wrote:
hi,
i am using geany 0.13 on ubuntu hardy heron, and i would like to prevent geany from scrolling past the end of the file. however the key "|scroll_stop_at_last_line" is not in geany.conf (changing said key is, i understand, the prescribed way of fixing the problem). moreover, adding the key with the value of true doesn't have the desired effect. does anyone know what is going on?
thanks! noah |
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
apt-get and synaptic think that 0.13 is the newest version. i tried downloading and compiling 0.14, but running the configure program results in this error:
checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.6.0) were not met:
No package 'gtk+-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
i tried installing gtk2 via synaptic, and everything that ought to be installed is, according to synaptic. i tried installing the lastest gtk2 from their site, but it says i have a whole bunch of dependencies (cairo, pango, and gtlib, i think), but synaptic says again that those are up to date (i suppose i might have to install them manually too).
anyway! i think the easiest thing might be to just find some binaries that i can install. anyone know of where some might be?
thank you!! noah
On Mon, Sep 22, 2008 at 5:44 PM, Jason Oster <parasytic@gmat il.com> wrote:
Geany 0.13 is fairly old and does not support that hidden pref. You can get the most recent release version (0.14) on Hardy Heron using apt-get or synaptic package manager.
Adding 'scroll_stop_at_last_line=true' to your ~/.geany/geany.conf and restarting Geany is enough to get that config option working.
http://www.geany.org/manual/0.14/index.html#hidden-preferences
Noah Ready-Campbell wrote:
hi,
i am using geany 0.13 on ubuntu hardy heron, and i would like to prevent geany from scrolling past the end of the file. however the key "|scroll_stop_at_last_line" is not in geany.conf (changing said key is, i understand, the prescribed way of fixing the problem). moreover, adding the key with the value of true doesn't have the desired effect. does anyone know what is going on?
thanks! noah |
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
I think your apt sources are out of date, if it's saying that 0.13 is then newest... You can get all of the build dependencies using:
sudo apt-get build-dep geany
On Sep 22, 2008, at 3:29 PM, Noah Ready-Campbell wrote:
apt-get and synaptic think that 0.13 is the newest version. i tried downloading and compiling 0.14, but running the configure program results in this error:
checking for GTK... configure: error: Package requirements (gtk+-2.0
= 2.6.0) were not met:
No package 'gtk+-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
i tried installing gtk2 via synaptic, and everything that ought to be installed is, according to synaptic. i tried installing the lastest gtk2 from their site, but it says i have a whole bunch of dependencies (cairo, pango, and gtlib, i think), but synaptic says again that those are up to date (i suppose i might have to install them manually too).
anyway! i think the easiest thing might be to just find some binaries that i can install. anyone know of where some might be?
thank you!! noah
On Mon, Sep 22, 2008 at 5:44 PM, Jason Oster <parasytic@gmat il.com> wrote: Geany 0.13 is fairly old and does not support that hidden pref. You can get the most recent release version (0.14) on Hardy Heron using apt- get or synaptic package manager.
Adding 'scroll_stop_at_last_line=true' to your ~/.geany/geany.conf and restarting Geany is enough to get that config option working.
http://www.geany.org/manual/0.14/index.html#hidden-preferences
Noah Ready-Campbell wrote:
hi,
i am using geany 0.13 on ubuntu hardy heron, and i would like to
prevent
geany from scrolling past the end of the file. however the key "|scroll_stop_at_last_line" is not in geany.conf (changing said
key is,
i understand, the prescribed way of fixing the problem). moreover, adding the key with the value of true doesn't have the desired
effect.
does anyone know what is going on?
thanks! noah |
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
alright, i'm all set (i'm brand new to linux, clearly, haha). thank you very much! and thanks to everyone who's worked on geany -- i've been using it for two days, and it is now my text editor of choice.
noah
On Mon, Sep 22, 2008 at 6:59 PM, Jason Oster parasytic@gmail.com wrote:
I think your apt sources are out of date, if it's saying that 0.13 is then newest... You can get all of the build dependencies using:
sudo apt-get build-dep geany
On Sep 22, 2008, at 3:29 PM, Noah Ready-Campbell wrote:
apt-get and synaptic think that 0.13 is the newest version. i tried downloading and compiling 0.14, but running the configure program results in this error:
checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.6.0) were not met:
No package 'gtk+-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
i tried installing gtk2 via synaptic, and everything that ought to be installed is, according to synaptic. i tried installing the lastest gtk2 from their site, but it says i have a whole bunch of dependencies (cairo, pango, and gtlib, i think), but synaptic says again that those are up to date (i suppose i might have to install them manually too).
anyway! i think the easiest thing might be to just find some binaries that i can install. anyone know of where some might be?
thank you!! noah
On Mon, Sep 22, 2008 at 5:44 PM, Jason Oster <parasytic@gmat il.com>wrote:
Geany 0.13 is fairly old and does not support that hidden pref. You can get the most recent release version (0.14) on Hardy Heron using apt-get or synaptic package manager.
Adding 'scroll_stop_at_last_line=true' to your ~/.geany/geany.conf and restarting Geany is enough to get that config option working.
http://www.geany.org/manual/0.14/index.html#hidden-preferences
Noah Ready-Campbell wrote:
hi,
i am using geany 0.13 on ubuntu hardy heron, and i would like to prevent geany from scrolling past the end of the file. however the key "|scroll_stop_at_last_line" is not in geany.conf (changing said key is, i understand, the prescribed way of fixing the problem). moreover, adding the key with the value of true doesn't have the desired effect. does anyone know what is going on?
thanks! noah |
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Mon, 22 Sep 2008 18:29:50 -0400, "Noah Ready-Campbell" noah.readcamp@gmail.com wrote:
apt-get and synaptic think that 0.13 is the newest version. i tried downloading and compiling 0.14, but running the configure program results in this error:
checking for GTK... configure: error: Package requirements (gtk+-2.0
= 2.6.0) were not met:
No package 'gtk+-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
i tried installing gtk2 via synaptic, and everything that ought to be installed is, according to synaptic. i tried installing the lastest gtk2 from their site, but it says i have a whole bunch of dependencies (cairo, pango, and gtlib, i think), but synaptic says again that those are up to date (i suppose i might have to install them manually too).
anyway! i think the easiest thing might be to just find some binaries that i can install. anyone know of where some might be?
Try http://www.getdeb.net/app/Geany
Regards, Enrico
Jason's tip ended up working for me, but I'll be sure to bookmark that site for the future.
Thank you! Noah
On Tue, Sep 23, 2008 at 3:20 PM, Enrico Tröger enrico.troeger@uvena.dewrote:
On Mon, 22 Sep 2008 18:29:50 -0400, "Noah Ready-Campbell" noah.readcamp@gmail.com wrote:
apt-get and synaptic think that 0.13 is the newest version. i tried downloading and compiling 0.14, but running the configure program results in this error:
checking for GTK... configure: error: Package requirements (gtk+-2.0
= 2.6.0) were not met:
No package 'gtk+-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
i tried installing gtk2 via synaptic, and everything that ought to be installed is, according to synaptic. i tried installing the lastest gtk2 from their site, but it says i have a whole bunch of dependencies (cairo, pango, and gtlib, i think), but synaptic says again that those are up to date (i suppose i might have to install them manually too).
anyway! i think the easiest thing might be to just find some binaries that i can install. anyone know of where some might be?
Try http://www.getdeb.net/app/Geany
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.asc
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany