Skip to content

Commit 42238ae

Browse files
committed
Merge branch 'main' into feat/editor-state-publishers
2 parents e439425 + 1c87221 commit 42238ae

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

Package.resolved

Lines changed: 19 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ let package = Package(
1616
dependencies: [
1717
// A fast, efficient, text view for code.
1818
.package(
19-
path: "../CodeEditTextView"
20-
// url: "https://github.com/CodeEditApp/CodeEditTextView.git",
21-
// from: "0.11.2"
19+
url: "https://github.com/CodeEditApp/CodeEditTextView.git",
20+
from: "0.11.3"
2221
),
2322
// tree-sitter languages
2423
.package(

Sources/CodeEditSourceEditor/Controller/TextViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public class TextViewController: NSViewController {
2424

2525
// MARK: - Views and Child VCs
2626

27+
// MARK: - Views and Child VCs
28+
2729
weak var findViewController: FindViewController?
2830

2931
var scrollView: NSScrollView!

0 commit comments

Comments
 (0)