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
I have menu entries like:
[
"Longer description 1|id_1",
"Longer description 2|id_2"
]
Corresponding to the documentation the preview_command callable gets passed the "id_?".
For consistency, I would expect a similar behavior for the status_bar callable. However, that gets passed "Longer description ?".
The text was updated successfully, but these errors were encountered:
I have menu entries like:
[
"Longer description 1|id_1",
"Longer description 2|id_2"
]
Corresponding to the documentation the preview_command callable gets passed the "id_?".
For consistency, I would expect a similar behavior for the status_bar callable. However, that gets passed "Longer description ?".
The text was updated successfully, but these errors were encountered: