Re: [Github-comments] [geany/geany] Update Scintilla to version 3.10.0 (#1914)

2018-09-17 Thread Colomban Wendling
@elextr no, I just got sidetracked by life. @Skif-off while in practice it might be ok-ish to just drop the messages and modify those users, it's not really a good thing to rely on because we can't be sure we caught all cases (what about unknown third party plugins?), and is more generally not

Re: [Github-comments] [geany/geany] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-09-17 Thread Enrico Tröger
Ok. As said, the extra downloads are completely fine. -- 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/1931#issuecomment-422175908

Re: [Github-comments] [geany/geany] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-09-17 Thread Colomban Wendling
@eht16 I just meant the extra download on each Travis CI run. I wasn't suggesting we do the CI ourselves, which would probably be theoretically cool, but I don't think we have the manpower to maintain that, otherwise we'd already be running GitLab and all ourselves :) -- You are receiving

[Github-comments] [geany/geany] Can't paste from Gtk app after I close the window (#1956)

2018-09-17 Thread cunidev
Might as well be a Gtk bug, and that would be more serious. I've opened a Geany and a Gedit window, and the text I typed on Gedit isn't in the clipboard anymore after closing that window... Thanks! https://imgur.com/a/UyJukr3 -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany] Can't paste from Gtk app after I close the window (#1956)

2018-09-17 Thread elextr
Works for me, what OS, desktop, versions of apps, GTK and Glib. -- 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/1956#issuecomment-422153205

Re: [Github-comments] [geany/geany] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-09-17 Thread Colomban Wendling
@eht16 will our servers manage the extra workload from auto-building PRs, assuming we/I get back to regular development workload? I was working on something similar but wanted to try and cache the bundle on Travis so we don't put that burden on us, but if it's irrelevant we should just download

Re: [Github-comments] [geany/geany] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-09-17 Thread elextr
> Currently the Windows build mostly tests the Win32 parts, and the parts that > could be unportable. "Tests" is a bit generous, tests it builds is really all, but yeah, some is better than none, or disable win so all Travis results don't show as failed. -- You are receiving this because you

Re: [Github-comments] [geany/geany] Can't paste from Gtk app after I close the window (#1956)

2018-09-17 Thread elextr
TBH given X11s asynchronous clipboard handling I wasn't expecting it to work, but maybe some other part caches the copy (Gnome/cinnamon, GTK, etc). -- 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] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-09-17 Thread Enrico Tröger
This PR was rather meant to get Travis CI working again quickly instead of revamping the way we build for CI. @kugel- : Do you have already any idea how to get the necessary MSYS2 packages on a Linux host? We would find a way to "port" the `gtk-bundle-from-msys2.sh` to Linux I guess and the

Re: [Github-comments] [geany/geany] Can't paste from Gtk app after I close the window (#1956)

2018-09-17 Thread Enrico Tröger
One can workaround this by using a clipboard manager (like ClipIt, xfce4-clipman-plugin, etc.) as they are capable of also managing the primary clipboard. This also brings a lot of other advantages and better use of the clipboard. -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany] Smaller horizontal auto-scroll jump when typing (#1952)

2018-09-17 Thread VictorelPetrovich
I suspect most implementations prefer to work with the 1-code point versions of those combined characters; so willy-nilly those standard commitees will be pushed in the right direction. >The caret will only move between code points... Nice, some relief here; now those tables matching unicode

Re: [Github-comments] [geany/geany] Update Scintilla to version 3.10.0 (#1914)

2018-09-17 Thread elextr
> I just got sidetracked by life. ditto @b4n, Just to be sure, your TODO in the OP is outside this PR? So I can just commit as is? -- 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] Rpg sidebar tree (see #259) (#1813)

2018-09-17 Thread Thomas Martitz
@elextr ping -- 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/1813#issuecomment-422041192

Re: [Github-comments] [geany/geany] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-09-17 Thread Thomas Martitz
Err, I would rather grab the latested mingw package and use that. -- 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/1931#issuecomment-422041968

Re: [Github-comments] [geany/geany] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-09-17 Thread Thomas Martitz
I mean msys2 package. And to elaborate: the gtk 3.8 zip has no relevance since the releases are msys2 based. Travis CI should follow what we actually use to release as close as possible. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view