Skip to content

Commit

Permalink
Merge pull request #397 from RayZhao1998/feature/finding-in-document
Browse files Browse the repository at this point in the history
Support finding and replacing in document
  • Loading branch information
lukepistrol authored Apr 5, 2022
2 parents ae14348 + 1a9f121 commit 69be9a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CodeEdit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
</dict>
</array>
<key>GitHash</key>
<string>ee93d1e16693fd71447a02a5e8cca751bb8c28ea</string>
<string>ecd45fe46e275be30857fba31478cb0ed4887cea</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public class CodeEditorTextView: NSTextView {
isContinuousSpellCheckingEnabled = false
isAutomaticQuoteSubstitutionEnabled = false
isAutomaticDashSubstitutionEnabled = false
isIncrementalSearchingEnabled = true
usesFindBar = true
}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit 69be9a9

Please sign in to comment.