enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 318 forks source link

Add white space rendering to Text fields in Table viz #10247

Open jdunkerley opened 3 weeks ago

jdunkerley commented 3 weeks ago

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.

They should be in a light grey.

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

Special mode, renders

Hello World Hello World => Hello..World

Copy from the table should not include the whitespace rendering.

enso-bot[bot] commented 1 day ago

Martha King reports a new STANDUP for today (2024-07-03):

Progress: merged connections PR, created formatText function working for space, new line need to create better data to check for other examples. font is monaspace It should be finished by 2024-07-12.

enso-bot[bot] commented 1 day ago

Martha King reports a new STANDUP for today (2024-07-04):

Progress: merged Decimal deserialisation in table viz. Worked on adding tool bar button to select which setting for the text formatter. It should be finished by 2024-07-12.