Re: [Github-comments] [geany/geany-plugins] scope: removed invalid signal 'project-before-save' and callback function (#751)

2018-06-05 Thread LarsGit223
Or maybe ```project-save```? For the ```project-before-save``` event the following code would have been run (with ```conterm=FALSE```): ``` guint i = 0; plugin_idle_add(geany_plugin, settings_saved, GINT_TO_POINTER(conterm)); foreach_document(i) {

Re: [Github-comments] [geany/geany-plugins] scope: removed invalid signal 'project-before-save' and callback function (#751)

2018-06-05 Thread Colomban Wendling
https://lists.geany.org/pipermail/devel/2012-February/006537.html and IIRC more of that but I can't find it right now. AFAIR the author used the signal for the sake of people using a patched version of Geany with the signal, and leaving others with degraded features. It'd be interesting to

Re: [Github-comments] [geany/geany-plugins] Markdown: please add support to WebKitGTK+ 2.18+ (#655)

2018-06-05 Thread Matthew Brush
Closed #655. -- 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/655#event-1664961848

Re: [Github-comments] [geany/geany-plugins] Markdown: please add support to WebKitGTK+ 2.18+ (#655)

2018-06-05 Thread Matthew Brush
Fixed in 4039a13882f4b9e2127f6e7b018bdbdffe36e2a2 -- 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/655#issuecomment-394896469

Re: [Github-comments] [geany/geany-plugins] scope: removed invalid signal 'project-before-save' and callback function (#751)

2018-06-05 Thread elextr
Is it meant to be `project-before-close`? -- 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/751#issuecomment-394872245

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-06-05 Thread LarsGit223
I am closing this ion favour of PR #750. -- 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/697#issuecomment-394800377

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-06-05 Thread LarsGit223
Closed #697. -- 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/697#event-1664336274

[Github-comments] [geany/geany-plugins] scope: removed invalid signal 'project-before-save' and callback function (#751)

2018-06-05 Thread LarsGit223
This prevents a debug message like > "signal 'project-before-save' is invalid for instance '0xd7da10' of type > 'GeanyObject'" being generated on loading the scope plugin. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/751 --