krzysztofzablocki / LinkedConsole

Clickable links in your Xcode console, so you never wonder which class logged the message.
http://merowing.info
MIT License
931 stars 63 forks source link

Fix crash when clicking on a link when in file comparison mode. #27

Closed navisingh closed 8 years ago

navisingh commented 8 years ago

Explicitly check whether we have a source editor when before querying its "textView" property.

krzysztofzablocki commented 8 years ago

hey, I'd love to accept the PR but can you only include the fix for crash and not the colors, as this plugin is not meant to deal with colors like that?

navisingh commented 8 years ago

Oops, the subsequent commits ended up in the PR. I will create a new PR with only 96361de.

navisingh commented 8 years ago

you would't happen to know how I can add a toolbar button to the console area? I want to display the current workspace and git branch there.