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
Escape characters such as "\n" work for showQuestion, but don't work for showDialog and showPrompt. When you use \n (or other similar escape characters), they just vanish from the message without their intended effect. But for some reason they work for showQuestion, so when I used \n in a showQuestion message, a new line was created. Can you allow escape characters to be used for the other 2 show functions?
Want to add that this doesn't seem like an issue on older (<2023) versions, as it's using a different function to prompt (these prompts look self implemented), so It's probably that it's rstudio's fault here)
Escape characters such as "\n" work for showQuestion, but don't work for showDialog and showPrompt. When you use \n (or other similar escape characters), they just vanish from the message without their intended effect. But for some reason they work for showQuestion, so when I used \n in a showQuestion message, a new line was created. Can you allow escape characters to be used for the other 2 show functions?
Example code:
The text was updated successfully, but these errors were encountered: