add code editor tabs

This commit is contained in:
Matt Parker
2025-09-23 01:27:19 +10:00
parent ae6d1e4358
commit 01e5129ba5
7 changed files with 101 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ public partial class SharpIdeCodeEdit : CodeEdit
private int _selectionEndCol;
public SharpIdeSolutionModel? Solution { get; set; }
public SharpIdeFile SharpIdeFile => _currentFile;
private SharpIdeFile _currentFile = null!;
private CustomHighlighter _syntaxHighlighter = new();