I noticed the build plugin is lacking one thing: * GUI applications show up fine * Terminal applications do not show output Given that external tools already work well with terminal tools as they can show their output in a pane, could we have the same thing for the build plugin? It should be handy for when developing any terminal tool, including QCoreApplication ones. This way it would be trivial to have a Run target to easily test terminal applications.
Hi, Thanks for the report. Unfortunately this would require a bit more work. The build plugin just reads the stdout and stderr of the application an does not do proper tty handling. As a workaround if you do not need the console output, you could run the application in konsole: konsole -e <your cmd>
https://invent.kde.org/utilities/kate/-/merge_requests/921