enso icon indicating copy to clipboard operation
enso copied to clipboard

Add white space rendering to Text fields

Open jdunkerley opened this issue 1 year ago • 0 comments

Want to use a fixed width font. It should not do glyphs (i.e. render => as two character no a merged glyph)

We should render whitespace in the normal way.

  • Space => .
  • Tab => ``
  • Return => ``
  • New Line => `` (and a new line in the cell).

They should be in a light grey.

Button to switch on the rendering on/off/special (default)

  • special means leading/trailing whitespace is rendered.
  • multiple spaces and non-space chars rendered.
  • \r should be rendered.
  • We should ensure \n actually causes a new line.

jdunkerley avatar Jun 11 '24 13:06 jdunkerley