Skip to content

Commit c23027b

Browse files
committed
Remove Test Code
1 parent 78468ef commit c23027b

File tree

2 files changed

+0
-130
lines changed
  • Example/CodeEditSourceEditorExample

2 files changed

+0
-130
lines changed

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

Lines changed: 0 additions & 113 deletions
This file was deleted.

Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views/ContentView.swift

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -103,23 +103,6 @@ struct ContentView: View {
103103
}
104104
}
105105
}
106-
107-
func bruh() {
108-
let editorController = TextViewController(
109-
string: "let x = 10;",
110-
language: .swift,
111-
config: SourceEditorConfiguration(
112-
appearance: .init(theme: theme, font: font),
113-
behavior: .init(indentOption: indentOption),
114-
layout: .init(editorOverscroll: editorOverscroll),
115-
peripherals: .init(showMinimap: showMinimap)
116-
),
117-
cursorPositions: [CursorPosition(line: 0, column: 0)],
118-
highlightProviders: [], // Use the tree-sitter provider by default
119-
undoManager: nil,
120-
coordinators: [] // Optionally inject editing behavior or other plugins.
121-
)
122-
}
123106
}
124107

125108
#Preview {

0 commit comments

Comments
 (0)