Skip to content

Incise 1.12.10

Choose a tag to compare

@ihistand ihistand released this 23 Jul 03:58
· 10 commits to main since this release

CSV table power features + polish.

  • Type-aware coloring — a paint-palette toggle in the table chrome colors cells by inferred type (number / date / boolean / text), mapped to your editor theme's syntax colors. Off by default; persists across files.
  • Big-file streaming — the table's row index no longer materializes the whole file as a character array, sharply cutting memory on large CSVs (a 100 MB file no longer costs ~1.6 GB just to index).
  • Fixed-width boundary editing — for fixed-width files, a "Columns at:" field lets you nudge / add / remove the detected column boundaries; persists per file.
  • Terminal: the window title shows the active terminal's name when no document is open.
  • Tabs: the "+" is spaced correctly when no document is open.