TUI #1

Merged
shaunrd0 merged 73 commits from ui into master 2026-01-25 20:57:37 +00:00
Showing only changes of commit f740ff347b - Show all commits

View File

@ -109,10 +109,7 @@ SplitView {
selectedTextColor: RustColors.editor_highlighted_text
textFormat: Qt.AutoText
wrapMode: TextArea.Wrap
Component.onCompleted: {
textArea.text = FileSystem.readFile(FileSystem.filePath)
}
text: FileSystem.readFile(root.filePath)
onLinkActivated: function (link) {
Qt.openUrlExternally(link);