You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the empty e command is followed by \n (see e2 file in the example), its x.cmd_txt.text property comes with a solo \n. This is confusing and probably wrong. Investigate.
Note that in struct_text_buf, we are removing the trailing \n:
When the empty
e
command is followed by\n
(seee2
file in the example), itsx.cmd_txt.text
property comes with a solo\n
. This is confusing and probably wrong. Investigate.Note that in
struct_text_buf
, we are removing the trailing\n
:so using
str(x.cmd_txt)
instead of accessingx.cmd_txt.text
directly, will always produce an empty string in all the previous examples.The text was updated successfully, but these errors were encountered: