XcodeColors icon indicating copy to clipboard operation
XcodeColors copied to clipboard

XcodeColors allows you to use colors in the Xcode debugging console. It's designed to aid in the debugging process.

Results 20 XcodeColors issues
Sort by recently updated
recently updated
newest added

Xcode 7.3 ,can't use xcodecolors plugin.

![qq20151217-0](https://cloud.githubusercontent.com/assets/3984181/11865869/f17a83f2-a4e1-11e5-8099-579b73b0b995.png) I print a long string with green color, original color is yellow.As you see, last part of string still is yellow.

Hey @robbiehanson , I love the plugin! I'm unsure if this happens with any other kind of log output but when I run xcodebuild and any other plugin logs the...

I can set custom colors for all log levels in CocoaLumberjack, but it does not work for the error level. The text just remains white on black background Works: [[DDTTYLogger...

I made something that uses XcodeColors and would like to add it to a list of projects that use XcodeColors if there is, https://github.com/goktugyil/QorumLogs

``` "\u{1B}[fg0,0,255;[DEBUG] \u{1B}[;" ``` The original string is just printed out like this

Hi, I published a lightweight library to print test logs using XcodeColors, called [**XLTestLog**](https://github.com/xareelee/XLTestLog). Hope you enjoy it and/or give me some advice. :tada:

Create product structure /bin/mkdir -p /Users/karl/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/XcodeColors.xcplugin/Contents error: Unable to create directory: /Users/karl/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XcodeColors.xcplugin/Contents (Permission denied)

For some log statements, the color is shown as specified. Then, the next log statement (exactly as the previous one in the same file) does not show a colored text....

Add support for the standard ANSI escape codes (colors only for the time being). See http://en.wikipedia.org/wiki/ANSI_escape_code. Also adds Add Xcode6-Beta compatability.