Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-03-19 Thread Ben Caradoc-Davies
@jvollme please check that you have an uncommented ```[styling]``` line in your filetypes.common, without which `line_height` will be in the wrong section and have no effect. This section header is commented out by default. For example, I have these lines in my filetypes.common: ```[styling] line

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-03-19 Thread elextr
@jvollme please paste your filetypes.common where you set `line_height` to a gist and paste a link here (don't paste it directly in this issue). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-03-19 Thread JohnVollmers
Obviously i am one of the "very unlucky few" because the problem persisted in most fonts(including the above recommended "Deja-Vu Sans Mono Book"), with all of the recommended ```line_height``` settings (including "=1;1"). For me it only seems to work with serif fonts for some reason? BTW, I d

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-02-11 Thread elextr
@dregad to put your mind at ease, as far as I know the _very unlucky few_ where `0;2` does not work is entirely theoretical based on my understanding of the problem/solution. Nobody has actually said `0;2` doesn't work, but theoretically on an 8k screen maybe 2 teeny pixels might not be enough.

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-02-11 Thread Damien Regad
@elextr thanks for taking the time to write such a detailed reply - I was not expecting that much. I understand your position and I'm fine with it, considering that there are 2 simple workarounds (switch to a different font or change filetypes.common settings). That said, for argument's sake, r

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-02-10 Thread elextr
@bencaradocdavies so long as you put that in your user `filetypes.common` it will continue to override the default set in Geany so it doesn't matter what the default changes to. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHu

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-02-10 Thread Ben Caradoc-Davies
As an aside, I also switched to (a slashed-zero variant of) Hack but stuck with ``` [styling] line_height=1;1; ``` in Geany because it gives me vertical spacing consistent with that in `xfce4-terminal` with the same font. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-02-10 Thread elextr
@dregrad, We don't collect statistics about the number of Geany installs, but Github stats show about 10 clones _per day_ but that doesn't count the number of installs from distro repositories. So we can't compare the number of people who have problems with the number who use Geany. But the nu

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2021-02-10 Thread Damien Regad
Posting to a closed issue, as I don't want to open yet another issue for this. My setup: geany 1.36 (built on Mar 22 2020 with GTK 3.24.14, GLib 2.64.1) on Ubuntu 20.04.2 I can confirm the problem, not only with Default Monospace font (set to DejaVuSansMono.ttf), but also with quite a few other

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2020-05-04 Thread elextr
@mqu thanks. Of course since the problem is specific to the font its also possible to just select a different font in the GUI. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2386#issue

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2020-05-04 Thread Marc Quinton
a very quick way to fix this issue in Geany : ` cat > $HOME/.config/geany/filedefs/filetypes.common << EOF [styling] # geany / ubuntu focal / underscore not visible with monospace font # https://github.com/geany/geany/issues/2386 line_height=0;2; EOF ` -- You are receiving this because you a

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2020-04-07 Thread Ben Caradoc-Davies
(Copied from https://github.com/geany/geany/issues/2466) I just got the `line_height` workaround to work with excellent results. The `line_height` setting can be found in "Tools" > "Configuration Files" > "filetypes.common". To change this setting from its default `line_height=0;0;` there are t

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2019-10-29 Thread elextr
Closed #2386. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2386#event-2754078164

Re: [Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2019-10-29 Thread elextr
Duplicate of #2353 #2287 #1387 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2386#issuecomment-547664533

[Github-comments] [geany/geany] Underscores missing with certain fonts, such as the default "Monospace Regular" font (#2386)

2019-10-29 Thread blurrred
-Most other fonts render underscores appropriately -Changing font size/zoom will cause fonts to appear depending on the setting, even with Monospace Regular font -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github