Change all RuneCell to Cell and move methods to the Cell record struct.

This commit is contained in:
BDisp
2024-10-05 18:01:29 +01:00
parent 903827a147
commit ccf2daa024
19 changed files with 520 additions and 535 deletions

View File

@@ -254,7 +254,7 @@ This an long line and against TextView.",
ac.GenerateSuggestions (
new (
RuneCell.ToRuneCellList (tv.Text),
Cell.ToCellList (tv.Text),
2
)
);