We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 968cab2 + 5d15012 commit b324950Copy full SHA for b324950
Sources/SwiftKotlinApp/ViewController.swift
@@ -25,7 +25,12 @@ class ViewController: NSViewController {
25
26
override func viewDidLoad() {
27
super.viewDidLoad()
28
- // Do any additional setup after loading the view.
+ self.swiftTextView.isAutomaticQuoteSubstitutionEnabled = false
29
+ self.swiftTextView.isAutomaticDashSubstitutionEnabled = false
30
+ self.swiftTextView.isAutomaticTextReplacementEnabled = false
31
+ self.kotlinTextView.isAutomaticQuoteSubstitutionEnabled = false
32
+ self.kotlinTextView.isAutomaticDashSubstitutionEnabled = false
33
+ self.kotlinTextView.isAutomaticTextReplacementEnabled = false
34
}
35
36
@IBAction func openSwiftFile(_ sender: AnyObject) {
0 commit comments