在 java eclipse 控制台中更改颜色
有没有办法改变eclipse控制台中的文本颜色?
我不是在谈论当我进入选项并将颜色从黑色更改为红色时。
我的意思是,当我启动程序并执行代码时,它会在某个时刻改变颜色。
例如:
//code
if (a == 2)
//change text color to red and continue typing in red color
我不是在谈论 guis jframes 等。我在谈论 Eclipse 控制台。
Is there any way to change text color in eclipse console?
I am not talking about when I go to options and change color from black to for example red.
I mean like when I launch my program and it executes code and at some point it changes color.
For example:
//code
if (a == 2)
//change text color to red and continue typing in red color
I am not talking about guis jframes etc. I am talking about Eclipse console.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能通过使用不同的 org.eclipse.ui.console.MessageConsoleStream,考虑到:
请参阅这个线程:
Probably by using a different org.eclipse.ui.console.MessageConsoleStream, considering that:
See this thread: