Hi all
Is there any way to make ANSI / console colors work in pydev / eclipse ?
For example : print '\033[1;31mRed like Radish\033[1;m'
i want to print this in red , which works well in terminals but on eclipse/pydev console , it just prints like this :
[1;31mRed like Radish[1;m
is there any way to make color codes work under pydev output console ?
tail view console in Apanta works with ANSI codes , so i think it will not b so difficult to make pydev console work with ANSI codes.
Hi all
Is there any way to make ANSI / console colors work in pydev / eclipse ?
For example :
print '\033[1;31mRed like Radish\033[1;m'
i want to print this in red , which works well in terminals but on eclipse/pydev console , it just prints like this :
[1;31mRed like Radish[1;m
is there any way to make color codes work under pydev output console ?
tail view console in Apanta works with ANSI codes , so i think it will not b so difficult to make pydev console work with ANSI codes.