Display project run output in an external terminal emulator
已回答
In IntelliJ, I want that the IDE build and run the project but the console output be in an external terminal emulator.
I set the terminal app as an external tool.
I configured the project run to execute the external tool before, but throws the terminal aside, and gives me an error, but I don't know if it matters.
/usr/bin/cool-retro-term -- bash -c 'java ~/IdeaProjects/IceCreamShop/src/main/java/org/logic/Main.java; exec bash'
file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:413:17: QML ToolButton: Binding loop detected for property "implicitHeight"
file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:309:21: QML Button: Binding loop detected for property "implicitHeight"
file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:309:21: QML Button: Binding loop detected for property "implicitHeight"
Both point size and pixel size set. Using pixel size.Finally, after I close the terminal, displays the project output in the IDE's console as normal, thats are showing here, I want to displat in Cool-Retro-Term.
1 条评论
排序方式
日期
投票数
If this tool is kind of a terminal program, have you tried configuring in File | Settings | Tools | Terminal?
请先登录再写评论。