Skip to content

Commit b46670d

Browse files
Merge branch 'main' into feat/find-method
2 parents b828b3a + 30eb8a8 commit b46670d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
// A fast, efficient, text view for code.
1818
.package(
1919
url: "https://github.com/CodeEditApp/CodeEditTextView.git",
20-
from: "0.11.0"
20+
from: "0.11.1"
2121
),
2222
// tree-sitter languages
2323
.package(

Sources/CodeEditSourceEditor/Minimap/MinimapLineRenderer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class MinimapLineRenderer: TextLayoutManagerRenderDelegate {
2121
range: NSRange,
2222
stringRef: NSTextStorage,
2323
markedRanges: MarkedRanges?,
24-
lineBreakStrategy: LineBreakStrategy
24+
attachments: [AnyTextAttachment]
2525
) {
2626
let maxWidth: CGFloat = if let textView, textView.wrapLines {
2727
textView.layoutManager.maxLineLayoutWidth

0 commit comments

Comments
 (0)