robbiehanson / XcodeColors

XcodeColors allows you to use colors in the Xcode debugging console. It's designed to aid in the debugging process.
2.23k stars 264 forks source link

Add support for the standard ANSI escape codes #66

Open JoeMerten opened 9 years ago

JoeMerten commented 9 years ago

For my project, I need to have support of standard ANSI escape codes rendering in Xcode (see http://en.wikipedia.org/wiki/ANSI_escape_code). There was a pull request #12 from mkeiser on June 2014 but it wasn't merged. Is there a reason why not want to make XcodeColors able to understand standard ANSI escape codes? IMHO there should be no conflict when parsing both current esc[fg...; and standard ANSI simultaneously, isn't it?

ChristianSteffens commented 8 years ago

+1

Standard ANSI color codes would be great. I'm using Appcode as an IDE and therefore the use of XcodeColors isn't possible.

bsrz commented 8 years ago

@robbiehanson do you have any plans to fully support standard ANSI codes at all? Right now, outputting to the Xcode console works fine, but outputting to a file really doesn't do any good...