See geany PR 1461 (https://github.com/geany/geany/pull/1461). This copies the workaround code from the PR to scope_spawn.c to be used by the scope plugin only. The prefix 'scope_' has been added to all functions in scope_spawn.c. Fixes #433. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/721
-- Commit Summary --
* scope: use copy of spawn workaround code for empty G_IO_IN-s
-- File Changes --
M scope/src/Makefile.am (2) M scope/src/debug.c (20) A scope/src/scope_spawn.c (1601) A scope/src/scope_spawn.h (106)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/721.patch https://github.com/geany/geany-plugins/pull/721.diff
@LarsGit223 pushed 1 commit.
6891778 scope: added 'scope_spawn.c' to POTFILES.in
@LarsGit223 pushed 1 commit.
e5bbde4 scope: fixed typo in POTFILES.in
As I just merged geany/geany#1461, this is not needed anymore. And as mentioned there, I don't really like the idea of copying a 1600+ lines module over.
Closed #721.
github-comments@lists.geany.org