Is there a way to change the text color in the eclipse console?
I'm not talking about when I go to options and change color from black to red. I mean, when I run my program, and it executes the code, and at some point it changes color.
For instance:
//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 the Eclipse console.
source share