MCLog icon indicating copy to clipboard operation
MCLog copied to clipboard

Xcode plugin for filtering the console area.

Results 13 MCLog issues
Sort by recently updated
recently updated
newest added

`.../MCLog/MCLogIDEConsoleArea.m:59:48: Multiple methods named 'timestamp' found with mismatched result, parameter type or attributes`

The filter is just filter string not support regular expression. My xcode version is 9, and the MClog is the latest. ![2017-10-11 17 10 30](https://user-images.githubusercontent.com/10632522/31431848-6ed1cc26-ae3a-11e7-94f3-cde6a0f37e4b.png)

crash in Xcode 8.3

# Log printing incomplete ![373bdfc0-ac48-4357-8904-b069973fb04b](https://cloud.githubusercontent.com/assets/12440908/16722232/c64a7e38-4777-11e6-9795-c40ba584b596.png) ![2a0b4999-0e8c-476c-85a3-8bab69426a98](https://cloud.githubusercontent.com/assets/12440908/16722228/c24f69ce-4777-11e6-8d09-bdf061bfb549.png) describe : I print the numbers from 1 to 9, but the “All output” window shows the number is not complete mclog issues: the...

when i type stuff into the box and press enter, nothing happens. my other two plug-ins are clang-format and xvim

I am using MCLog with Xcode Version 7.2.1 (7C1002). I noticed that sometimes (no idea what the pattern is) log entries are truncated, e.g. only the last 20-30 characters appear,...

It seems not work on XCode 7.3. The text field does not appear. However, the plugin appears on ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins

Process: Xcode [439] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 7.2.1 (9548.1) Build Info: IDEFrameworks-9548001000000000~2 App Item ID: 497799835 App External ID: 816142004 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible:...

When opening new windows using `⌘-⇧-T`, the search field doesn't get added automatically. Instead I need to open the new window, quit Xcode and reopen. Enhancement would be highly appreciated.

I noticed that log statements were not be output to my console a short time after starting my run. In my app delegate's didFinishLaunching I call: ``` [DDLog addLogger:[DDASLLogger sharedInstance]];...