I am using the latest stable release v1.27.

Actually if the custom command set output anything to stderr the text 
replacement is completely aborted.
I have various tools that outputs debug messages to stderr and they cannot be 
used with Geany this way.

As a temporary workaround, i've made a little helper script that just redirects 
stderr:
```
"$@" 2> /dev/null
exit 0
```


---
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/1118

Reply via email to