tconbeer / textual-textarea

A text area (multi-line input) with syntax highlighting and autocomplete for Textual
MIT License
12 stars 3 forks source link

Show currently-computed path on saveinput if valid #232

Closed tconbeer closed 7 months ago

tconbeer commented 7 months ago

re-use space used by the validation error label

Show fully-resolved path, but try to show it relative to ~ if that works.

e.g.:

see https://github.com/tconbeer/harlequin/discussions/511

tconbeer commented 7 months ago

see this event handler:

https://github.com/tconbeer/textual-textarea/blob/a4c3291c77c48192f2f2c1aa2d8fbdc988d15bf3/src/textual_textarea/text_editor.py#L1132-L1139