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.