astroDimitrios / rose

:rose: Rose is a toolkit for writing, editing and running application configurations.
https://metomi.github.io/rose/
GNU General Public License v3.0
0 stars 1 forks source link

Python list widget visually breaks when adding quotes are unbalanced #31

Closed jfrost-mo closed 2 months ago

jfrost-mo commented 2 months ago

When typing into a python_list widget, after adding the first quote of a string, the widget falls back to showing the raw value of the setting before the second quote is typed to close the string.

You see something like ["] while it is unbalanced, which is surprising for users.

This issue afflicts rose 2019 as well.

oliver-sanders commented 2 months ago

If this is a pre-existing issue, it's one to transfer to the metomi/rose repo (this repo is just for the porting).

jfrost-mo commented 2 months ago

Moved to https://github.com/metomi/rose/issues/2812