Skip to content

Commit 492e61b

Browse files
committed
Update CESE to v0.15.0
1 parent 8cde497 commit 492e61b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

CodeEdit.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@
17831783
repositoryURL = "https://github.com/CodeEditApp/CodeEditSourceEditor";
17841784
requirement = {
17851785
kind = exactVersion;
1786-
version = 0.14.1;
1786+
version = 0.15.0;
17871787
};
17881788
};
17891789
6C85BB3E2C2105ED00EB5DEF /* XCRemoteSwiftPackageReference "CodeEditKit" */ = {

CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

CodeEdit/Features/StatusBar/Views/StatusBarItems/StatusBarCursorPositionLabel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ struct StatusBarCursorPositionLabel: View {
115115
}
116116

117117
// When there's a single cursor, display the line and column.
118-
return "Line: \(cursorPositions[0].line) Col: \(cursorPositions[0].column)"
118+
return "Line: \(cursorPositions[0].start.line) Col: \(cursorPositions[0].start.column)"
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)