Re: [Github-comments] [geany/geany-plugins] workbench: use simple/old file monitor events only (#719)

2018-03-07 Thread LarsGit223
@LarsGit223 pushed 1 commit. 87a6400 workbench: removed compile-time checks -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Github-comments] [geany/geany-plugins] treebrowser: removed HAVE_GIO checks (#720)

2018-03-07 Thread LarsGit223
Removed obsolete GIO check. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/720 -- Commit Summary -- * treebrowser: removed HAVE_GIO checks -- File Changes -- M build/treebrowser.m4 (6) M treebrowser/src/treebrowser.c (6)

Re: [Github-comments] [geany/geany-plugins] workbench: use simple/old file monitor events only (#719)

2018-03-07 Thread LarsGit223
@LarsGit223 pushed 1 commit. e171c35 workbench: cleaned up 'workbench.m4' -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany-plugins] workbench: use simple/old file monitor events only (#719)

2018-03-07 Thread LarsGit223
LarsGit223 commented on this pull request. > @@ -22,7 +22,7 @@ #include #include "wb_project.h" -#if defined(HAVE_GIO) && GLIB_CHECK_VERSION (2, 46, 0) +#if defined(HAVE_GIO) Done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Github-comments] [geany/geany-plugins] Workbench: realtime files list update (#659)

2018-03-07 Thread LarsGit223
@pztrn: this is now implemented in the current master/development version. If you are building from source you can already test it. Otherwise wait until the next release. Any feedback is welcome. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Github-comments] [geany/geany-plugins] Disabling Scope plugin for 1.33 (#688)

2018-03-07 Thread LarsGit223
Ping. Release 1.33 is out. IMHO if the patch shall be merged to master it should be done a.s.a.p. to increase the testing time. -- 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-plugins] Disabling Scope plugin for 1.33 (#688)

2018-03-07 Thread elextr
@LarsGit223 probably best to ping the actual PR on Geany #1461 and @b4n the (self) assignee. Personally I couldn't care less if the debugger plugins work or not, but I understand that is my personal view, and that some people are in love with them. But I will only ever be testing the patch

Re: [Github-comments] [geany/geany-plugins] Disabling Scope plugin for 1.33 (#688)

2018-03-07 Thread elextr
Closed #688. -- 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-plugins/issues/688#event-1510103360

Re: [Github-comments] [geany/geany-plugins] Disabling Scope plugin for 1.33 (#688)

2018-03-07 Thread LarsGit223
> But I will only ever be testing the patch does not affect anything outside > the Scope plugin. Fair enough and testing the side effects in the only critical thing I guess. -- 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] Handle continuous G_IO_IN-s without any data (#1461)

2018-03-07 Thread LarsGit223
Ping. Release 1.33 is out. IMHO if the patch in geany shall be merged to master it should be done a.s.a.p. to increase the testing time. -- 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] Documents list - folders unneeded, just display filenames (tooltips have full path) (#1418)

2018-03-07 Thread David C. Rankin
Kudos Geany devs. 1.33, keybindings - Toggle sidebar - works perfectly! Thank you! -- 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/1418#issuecomment-371214474

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread Yan Pashkovsky
What do you mean? -- 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/1649#issuecomment-371063465

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread elextr
Well, nobody has suggested rejecting it, but it wasn't obvious that it was ready for testing (hence my question), and then without the conflicts being fixed nobody can test it either. I expect the conflicts are due to the PR that made error colours configurable by CSS, so you would need to

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread elextr
@Yanpas ping, where is this up to? -- 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/1649#issuecomment-371061636

Re: [Github-comments] [geany/geany] Hard to distinguish between warnings and errors on compilers results (#1795)

2018-03-07 Thread elextr
Closed as duplicate of #447 which is being addressed by PR #1649 -- 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/1795#issuecomment-371061977

Re: [Github-comments] [geany/geany] Hard to distinguish between warnings and errors on compilers results (#1795)

2018-03-07 Thread elextr
Closed #1795. -- 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/1795#event-1508318031

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread Yan Pashkovsky
OK, will handle it -- 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/1649#issuecomment-371067896

[Github-comments] [geany/geany] Hard to distinguish between warnings and errors on compilers results (#1795)

2018-03-07 Thread medeotl
geany 1.32 (built on 2018-01-28 with GTK 3.22.26, GLib 2.54.3) tested on fedora 27 with vala When I compile, I have to carefully read the compile result to understand if compilation went perfect well, well with warnings or totally failed. Reason: - errors and warnings have the same (red) colour

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread Yan Pashkovsky
I do not working on it since there are no updates and tasks to do in this PR. If geany's team is willing to merge it I will resolve the conflicts. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: