josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
820 stars 108 forks source link

styles about vertical gray line when expand objects in text mode #225

Closed XueMeijing closed 1 year ago

XueMeijing commented 1 year ago

thanks for ur great work about format in #220, but maybe the second issue you did't noticed about. It's about object vertical gray line, in classic code mode which appeared as ace_indent-guide element , but it seems that there have only text-indent but not vertical gray line in successor. As i said It's harder to find the end point without the vertical gray line,especially if a long object overflow the editor container.

image

josdejong commented 1 year ago

Ah sorry, I indeed forgot about that. Fixed via 09f257568567eb1b01ff68b955d69bebe54cff95 (not yet published)

josdejong commented 1 year ago

Published now in v0.14.6