Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2020-05-28 Thread yothinin
> (Copied from #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 two things to note: > >

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

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

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-10-11 Thread elextr
@GFdevelop also note that Monospace is usually an alias for another font, its not an actual font, so you have to find what its an alias for to find the culprit. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-10-11 Thread GFdevelop
@elextr yes, I tried some values: ``` line_height=1;1; line_height=10;10; line_height=0;10; line_height=10;0; line_height=100;100; line_height=100;-10; ``` but nothing work...I'm using Monospace Regular from geany v1.2* and only now there is this -- You are receiving this because you are

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-10-11 Thread elextr
@GFdevelop did you try the workaround noted [above](https://github.com/geany/geany/issues/2287#issuecomment-528815882)? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-10-11 Thread GFdevelop
Is not the font, for me not work the size of the font and I am using Monospace Regular, this issue is present from geany 1.36... https://github.com/geany/geany/issues/2353#issue-506073544 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-07 Thread elextr
Closed #2287. -- 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/2287#event-2616427719

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-07 Thread elextr
Definitely is the font, not Geany, and workaround described above. -- 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/2287#issuecomment-529148420

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-07 Thread Matthew Brush
I can't reproduce here with either a GTK+ 2 or GTK+ 3 build with "DejaVu Sans Mono Book", although the underscore is well below the other letters, and I've definitely hit this issue before at some point. Seems to be [fairly common](https://www.google.com/search?q=dejavu%20font%20underscore),

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-07 Thread Enrico Tröger
Yes, some other fonts work. -- 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/2287#issuecomment-529096058

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-07 Thread elextr
Do other fonts work? -- 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/2287#issuecomment-529095710

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-07 Thread Enrico Tröger
It happens on my system as well: ArchLinux Xfce 4.14 Geany 1.36 (git >= c88c27e2), en_US.utf8 GTK 2.24.32, GLib 2.60.6 Font: DejaVu Sans Mono Book Size: 8 As mentioned in #1387, changing font size makes the underscore visible (though there no usable font size where it appears). The same happens

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-06 Thread Matthew Brush
Sounds like a duplicate of #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/2287#issuecomment-528879163

Re: [Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-06 Thread elextr
Works for me. Its likely that your font is not providing correct height info and the underscore is being overwritten by the next line. You can adjust interline spacing with the `line_height` setting in your colour scheme (if its set there) or in `filetypes.common`. -- You are receiving this

[Github-comments] [geany/geany] The Underline (ASCII 95) is not visible (#2287)

2019-09-06 Thread Mininock-afk
geany -V: geany 1.35 (kompiliert am 2019-07-01 mit GTK 3.24.8, GLib 2.60.2) pkg-config --modversion gtk+-3.0: 3.24.10 pkg-config --modversion gtk+-2.0: 2.24.32 uname -r: 5.2.11-arch1-1-ARCH I try to explain it: In geany the underline is not visible its shown as a space. If you open the same text