diff --git a/Sources/SwiftKotlinApp/ViewController.swift b/Sources/SwiftKotlinApp/ViewController.swift index a725ecc..c8a4b7b 100644 --- a/Sources/SwiftKotlinApp/ViewController.swift +++ b/Sources/SwiftKotlinApp/ViewController.swift @@ -25,7 +25,12 @@ class ViewController: NSViewController { override func viewDidLoad() { super.viewDidLoad() - // Do any additional setup after loading the view. + self.swiftTextView.isAutomaticQuoteSubstitutionEnabled = false + self.swiftTextView.isAutomaticDashSubstitutionEnabled = false + self.swiftTextView.isAutomaticTextReplacementEnabled = false + self.kotlinTextView.isAutomaticQuoteSubstitutionEnabled = false + self.kotlinTextView.isAutomaticDashSubstitutionEnabled = false + self.kotlinTextView.isAutomaticTextReplacementEnabled = false } @IBAction func openSwiftFile(_ sender: AnyObject) {