When running Geany (v1.38) from the terminal with the ***Line Operations*** (AKA `lineoperations`) plugin enabled, Geany issues the string `Value: 0` to the terminal. This almost looks like a return value, but it appears as soon as Geany is launched (not when it terminates).
I searched the Geany and the Geany Plugins documentation and did not find an explanation for the meaning of this value or an official way to instruct Geany or the Plugin to suppress it. I did find that redirecting Geany's standard output to `/dev/null` did hide the seemingly undocumented message: `geany > /dev/null` Is this message intentional or a bug? If it's intentional, what is the meaning? Can it be added to the documentation (or did my search simply not find it)? Is there an option to suppress it? Can one be added? See also: https://github.com/geany/geany/issues/3822 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1322 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
