// Since maverics the check boxes in interface builder do not work to
// turn off smart substitution on dashes and quotes
[_textView setAutomaticDashSubstitutionEnabled:NO];
[_textView setAutomaticQuoteSubstitutionEnabled:NO];
in PGDocument.m: - (void)windowControllerDidLoadNib:(NSWindowController *)w
This pull request also fixed build error due to old SDK version.
The attached changes are for issue #44 https://github.com/itod/pegkit/issues/44
The important bit of the change is adding:
in PGDocument.m: - (void)windowControllerDidLoadNib:(NSWindowController *)w
This pull request also fixed build error due to old SDK version.