Mike JS. Choi
Mike JS. Choi
@indragiek Cool, thanks for the suggestion!
``` var txtstyle = NSMutableParagraphStyle() txtstyle.alignment = NSTextAlignment.Center let RTFPath = NSBundle.mainBundle().pathForResource("text", ofType: "rtf")! let RTFData = NSData(contentsOfFile: RTFPath)! let options = [NSDocumentTypeDocumentAttribute: NSRTFTextDocumentType, NSParagraphStyleAttributeName : txtstyle] policyLabel.numberOfLines = 0...
@indragiek Thanks! Got it to work
@raulriera Good point!
@ole I think it may be due to the fact that apple changed some algorithm in the new Xcode. I keep getting initImageAppleJPEG:1325: even though I'm using perfectly normal .jpg...
Sorry for the really late reply but need a sample file where this happens. Thanks!
I have no idea. I will look into it though! Thanks for the heads up!
Tried `fmt.Println(len(os.Args), os.Args)` but seems like nothing special is passed to the program by `git`. Any ideas on how we could detect if `git-mergetool` started `fac`? Only one that comes...
For now, fac detects where the conflict markers are by parsing the output of `git diff --check`. But we could definitely look into parsing the markers without depending on Git!
Will gladly accept pull requests :D