Skip to content

Commit

Permalink
Merge pull request #51 from angelolloqui/feature/issue_46
Browse files Browse the repository at this point in the history
Feature/issue 46
  • Loading branch information
angelolloqui committed Nov 28, 2017
2 parents 968cab2 + 5d15012 commit b324950
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Sources/SwiftKotlinApp/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b324950

Please sign in to comment.