Debugger: in the tree view, display the white spaces as they're

And in the debug view, display the ltr chars in the same order as they are in showText argument.
This commit is contained in:
Calixte Denizet 2026-03-25 19:46:07 +01:00
parent 777251da85
commit 265de5d453
No known key found for this signature in database
GPG Key ID: 0C5442631EE0691F
2 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,8 @@
}
.op-arg {
color: var(--number-color);
direction: ltr;
unicode-bidi: bidi-override;
}
.changed-value {
font-weight: bold;

View File

@ -69,6 +69,7 @@
.str-value {
color: var(--string-color);
white-space: preserve;
}
.num-value {