Pretty self-explanatory. I want to be able to write System.out.println(\u001B[1;31m HELLO); to get a bright red text in the Output console window.
I also wanted to be able to change the size of the font in the Output window by holding Ctrl and +/-.
The final feature I wanted to add was the Output window in the GUI always scrolling to the bottom when new text is appended.
Is this something you'd be interested in ?
Pretty self-explanatory. I want to be able to write
System.out.println(\u001B[1;31m HELLO);to get a bright red text in the Output console window.I also wanted to be able to change the size of the font in the Output window by holding Ctrl and +/-.
The final feature I wanted to add was the Output window in the GUI always scrolling to the bottom when new text is appended.
Is this something you'd be interested in ?