Hello everybody,
I've been happily using Geany for a little while now, coding mostly in Python. I have a couple questions:
1. For a dark color scheme, eg Vibrant Ink, how do i get the active line to not be highlighted. White text + white highlighting = invisible text on the line I'm trying to edit. Arrgh!
2. Any debugger advice for python? I am finding winpdb is pretty slow and actually crashes on my machine a fair amount.
I'm on a windows 7 64 bit installation.
Thanks!
On 11-10-03 09:07 AM, Sean Wolfe wrote:
- For a dark color scheme, eg Vibrant Ink, how do i get the active
line to not be highlighted. White text + white highlighting = invisible text on the line I'm trying to edit. Arrgh!
Hi,
If you're using geany-themes, you need to change `current_line` in vibrant-ink.conf[1], otherwise you need to change `current_line` in filetypes.common. Change the 2nd part of it to the new colour you want or the third part to false to disable highlighting the current line.
Cheers, Matthew Brush
[1] https://github.com/codebrainz/geany-themes/blob/master/colorschemes/vibrant-...
Got it, thanks for the help!
I was also able to find the 'invert color schemes' button in the preferences... mahvelous
On Mon, Oct 3, 2011 at 4:15 PM, Matthew Brush mbrush@codebrainz.ca wrote:
On 11-10-03 09:07 AM, Sean Wolfe wrote:
- For a dark color scheme, eg Vibrant Ink, how do i get the active
line to not be highlighted. White text + white highlighting = invisible text on the line I'm trying to edit. Arrgh!
Hi,
If you're using geany-themes, you need to change `current_line` in vibrant-ink.conf[1], otherwise you need to change `current_line` in filetypes.common. Change the 2nd part of it to the new colour you want or the third part to false to disable highlighting the current line.
Cheers, Matthew Brush
[1] https://github.com/codebrainz/geany-themes/blob/master/colorschemes/vibrant-... _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Sean Wolfe <ether.joe@...> writes:
Hello everybody,
I've been happily using Geany for a little while now, coding mostly in Python. I have a couple questions:
- For a dark color scheme, eg Vibrant Ink, how do i get the active
line to not be highlighted. White text + white highlighting = invisible text on the line I'm trying to edit. Arrgh!
- Any debugger advice for python? I am finding winpdb is pretty slow
and actually crashes on my machine a fair amount.
I'm on a windows 7 64 bit installation.
Thanks!
REPLY :: Man I use ubuntu .. .confif->geany->geany.conf . In this file search for line "long_line_color" after this string replace the intial color with your background color ... for me initial was #C2EBC2 . I changed it to #111712 ... and of course that vertical line was a very very bad looking .... hated it too much ... happy coding bud ....
REPLY_2 : man got another easier idea ... in geany.conf file search for "long_line_enabled" then change the true to false ....
Am 19.05.2015 um 00:13 schrieb inzamam:
REPLY_2 : man got another easier idea ... in geany.conf file search for "long_line_enabled" then change the true to false ....
You don't have to fuzzy around with geany.conf. Just go to Edit->Preferences->Editor->Display->Long line marker
Cheers, Frank