I'm using Geany 0.14 on a new Debian Lenny install. And I can't seem to disable the highlighting of the current line. This was possible in the version of Geany that shipped with Debian Etch (possibly version 0.9).
I have added
current_line=0x0;0xffffff;false;false
to ~/.geany/geany.conf but it has no affect. Is the feature still available? Thanks.
On Sat, 27 Jun 2009 17:37:14 +1200, davidn@xnet.co.nz wrote:
Hi,
I'm using Geany 0.14 on a new Debian Lenny install. And I can't seem to
Think about an update, 0.14 is pretty old. The current version, Geany 0.17, is available for Lenny on www.backports.org.
disable the highlighting of the current line. This was possible in the version of Geany that shipped with Debian Etch (possibly version 0.9).
I have added
current_line=0x0;0xffffff;false;false
to ~/.geany/geany.conf but it has no affect. Is the feature still available? Thanks.
Change it to current_line=0x000000;0xffffff;false;false
and add it to ~/.geany/filedefs/filetypes.common in the "[styling] section. Details about filetypes.common are described in the documentation.
If you have further questions, just ask.
Regards, Enrico
Thanks. All working now.
On Sun, 28 Jun 2009 15:52:56 +0200, Enrico Tröger enrico.troeger@uvena.de wrote:
On Sat, 27 Jun 2009 17:37:14 +1200, davidn@xnet.co.nz wrote:
Hi,
I'm using Geany 0.14 on a new Debian Lenny install. And I can't seem to
Think about an update, 0.14 is pretty old. The current version, Geany 0.17, is available for Lenny on www.backports.org.
disable the highlighting of the current line. This was possible in the version of Geany that shipped with Debian Etch (possibly version 0.9).
I have added
current_line=0x0;0xffffff;false;false
to ~/.geany/geany.conf but it has no affect. Is the feature still available? Thanks.
Change it to current_line=0x000000;0xffffff;false;false
and add it to ~/.geany/filedefs/filetypes.common in the "[styling] section. Details about filetypes.common are described in the documentation.
If you have further questions, just ask.
Regards, Enrico