From d82a6bc36d029c89cd677276fcab65db28992414 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 24 Oct 2014 16:11:53 -0400 Subject: Started the OS X implementation of Textbox. --- common_darwin.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common_darwin.m') diff --git a/common_darwin.m b/common_darwin.m index 3043f21..f56ceae 100644 --- a/common_darwin.m +++ b/common_darwin.m @@ -13,4 +13,7 @@ void disableAutocorrect(id onwhat) // don't worry about automatic data detection; it won't change stringValue (thanks pretty_function in irc.freenode.net/#macdev) [tv setAutomaticSpellingCorrectionEnabled:NO]; [tv setAutomaticTextReplacementEnabled:NO]; + [tv setAutomaticQuoteSubstitutionEnabled:NO]; + [tv setAutomaticLinkDetectionEnabled:NO]; + [tv setSmartInsertDeleteEnabled:NO]; } -- cgit v1.2.3