Re: [Github-comments] [geany/geany] cannot change symbol or message fonts (#2069)

2019-01-29 Thread Colomban Wendling
OK so that's the reason, the way we apply the font must be incompatible with this. I'll check if there's something easy we can do for this not to be a problem (probably having something of the same style on our side would do, but it might be tiresome to build dynamically). -- You are

Re: [Github-comments] [geany/geany] Remove unused spec (RPM) file (#2064)

2019-01-29 Thread Dominic Hopf
dmaphy approved this pull request. -- 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/pull/2064#pullrequestreview-197724956

Re: [Github-comments] [geany/geany] Remove unused spec (RPM) file (#2064)

2019-01-29 Thread Dominic Hopf
Right, we have our own specfile for Fedora packages at Fedora site. -- 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/pull/2064#issuecomment-458660013

Re: [Github-comments] [geany/geany] cannot change symbol or message fonts (#2069)

2019-01-29 Thread Rob P
I run multiple displays with differing DPIs so I had to find a common denominator that would pass on both monitors. I have a ~/.config/gtk-3.0/gtk.css in a config directory that looks like: `* { font-size: 16px; font-family: DejaVu-Sans; } ` but in this case the precedence is wrong.

Re: [Github-comments] [geany/geany] cannot change symbol or message fonts (#2069)

2019-01-29 Thread Colomban Wendling
Tested with 3.24.4 under Debian Unstable and it works fine as well. @elextr yeah well, I guess it depends on how we do it, and which API GTK brokeā€¦ -- 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] Find popup does not update with new highlighted text without closing and reopening it. (#758)

2019-01-29 Thread Haburaku
Using the fix from kenshail I got it working on my local copy as well, thanks! Reading through PR #588 (in which the update function of the search box is already mentioned) I decided not to go through the steps of making a new PR. -- You are receiving this because you are subscribed to this