Open John-Holt-Tessella opened 7 years ago
+1 ENGIN-X
PyDev does not represent ANSI escape codes unlike Ipython/python which makes colouring console text in the GUI much more challenging. There is a plugin that can be loaded into eclipse to allow coloured output but trials with this were ~unsuccessful. Ticket seems to require much more work than expected.
As a scientists I would like to colour the output from genie_python.
This is possible from by using the colours as per this snippet:
We should create a command which could be called
colour_print(PrintColour.BLUE, "hi")
.