julian-weinert / LinkedLog

LinkedLog is a Xcode plugin that includes a Xcode PCH header file template that adds the macros `LLog` and `LLogF` and parses their output to link from the console to the corresponding file and line.
MIT License
22 stars 2 forks source link

Regex broken!? #10

Closed Daij-Djan closed 8 years ago

Daij-Djan commented 8 years ago

For me the regex doesn't match. Im running Xcode7.2 with the latest alcatraz build and I never see any blue, underlined, clickable text

regex seems to be "^[\d]{4}-[\d]{2}-[\d]{2}\s[\d]{2}:[\d]{2}:[\d]{2}.[\d]{3}\s[^[][\d:\d]\s(.+\/([^\/:]+:\d+)):\s." sample line from the log (1st line) = "2016-02-15 16:22:16.330 myApp LIVE[26556:136834] /Users/dpich/Documents/MySources/myaapp-ios/myApp/Classes/AppDelegate.m:68: didFinishLaunch"

julian-weinert commented 8 years ago

@Daij-Djan, can you confirm this is still valid? It's working well for me