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

2018-03-09 Thread Frank Lanitz
Merged #719. -- 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/pull/719#event-1514503631

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: 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:

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

2018-03-05 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) Yes, geany itself is not using it, I will remove it. Maybe it should be removed from other plugins also. -- You

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

2018-03-05 Thread elextr
elextr 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) Yes, Geany itself stopped checking back in

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

2018-03-05 Thread Matthew Brush
codebrainz 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) I don't think you need this `HAVE_GIO` stuff from the build system as GIO is part of GLib, Geany requires GIO

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

2018-03-05 Thread LarsGit223
This removes the dependency/the requirement for GLib version 2.46. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/719 -- Commit Summary -- * workbench: use simple/old file monitor events only -- File Changes -- M