[Github-comments] [geany/geany] cannot execute external format tools outputting to stderr (#1118)

Andrea notifications at xxxxx
Wed Jul 6 16:43:09 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160706/30fffc1c/attachment.html>


More information about the Github-comments mailing list