fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -105,13 +105,20 @@ Classes
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.FileLines.FileLineIndex.html">FileLineIndex</a></dt>
<dd><p>Represents a location in a file by its file index and line number.</p>
<dt><a class="xref" href="Hi.Common.FileLines.FileLineCharIndex.html">FileLineCharIndex</a></dt>
<dd><p>Represents a character-level position within a file by file index, line index, and character index.
All indices are 0-based.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.FileLines.FileLinePipingKit.html">FileLinePipingKit</a></dt>
<dd><p>Perform lines piping to a file by another thread.</p>
<dt><a class="xref" href="Hi.Common.FileLines.FileLineCharIndexSegment.html">FileLineCharIndexSegment</a></dt>
<dd><p>Represents a character-level segment within file(s).
<a class="xref" href="Hi.Common.FileLines.FileLineCharIndexSegment.html#Hi_Common_FileLines_FileLineCharIndexSegment_Begin">Begin</a> is inclusive, <a class="xref" href="Hi.Common.FileLines.FileLineCharIndexSegment.html#Hi_Common_FileLines_FileLineCharIndexSegment_End">End</a> is exclusive: [Begin, End).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.FileLines.FileLineIndex.html">FileLineIndex</a></dt>
<dd><p>Represents a location in a file by its file index and line number.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -132,6 +139,12 @@ Classes
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.FileLines.IndexedFileLine.html">IndexedFileLine</a></dt>
<dd><p>Represents a line of text from a file with associated file and line information.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.FileLines.IndexedFileLineChar.html">IndexedFileLineChar</a></dt>
<dd><p>Represents a character-level position within a file, with associated file path context.
Analogous to <a class="xref" href="Hi.Common.FileLines.IndexedFileLine.html">IndexedFileLine</a> but at character granularity.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -155,6 +168,12 @@ Interfaces
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.FileLines.IFileLine.html">IFileLine</a></dt>
<dd><p>Interface of file line.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.FileLines.IFileLineCharIndex.html">IFileLineCharIndex</a></dt>
<dd><p>Interface for a character-level position within a file: file, line, and character index.
All indices are 0-based.</p>
</dd>
</dl>
<dl class="jumplist">