[Pydev-users] [pydev - Users] Pydev and ANSI Console color codes
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2008-08-14 07:58:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5167625 By: v3ss0n 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 ? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |