ic10editor-update #4

Merged
dbidwell merged 8 commits from ic10editor-update into master 2025-12-24 12:41:00 -07:00
Showing only changes of commit 1c39e146fb - Show all commits

View File

@@ -223,6 +223,11 @@ public class SlangFormatter : ICodeFormatter
if (lines.Count() < 1)
{
Ic10Editor.Selection = new TextRange
{
End = new TextPosition { Col = 0, Line = 0 },
Start = new TextPosition { Col = 0, Line = 0 },
};
return;
}
// get the total range of the IC10 source for the selected Slang line