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

Sometimes opens links in a separate window #35

Closed grigorye closed 7 years ago

grigorye commented 8 years ago

Somehow clicking a link in console started to open the corresponding file in a separate window not in the current editor window. I found that it's due to similar file existing in the source directory. Sometime ago I had BitTorrent Sync (https://getsync.com/) installed, and enabled syncing the source directory. It turns out that clicking the links revealed the files from (hidden) .sync subdirectory that contained copies of the source files. Removing that directory resolved the problem.

brentleyjones commented 8 years ago

I think this is related to #31.

grigorye commented 8 years ago

@brentleyjones Correct, it looks like the same issue.