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
Word Wrap doesn't wrap long words; it only wraps at "natural" wrapping points (spaces, punctuation, etc.)
Steps to reproduce the issue:
Try this R code and note that words are wrapped correctly:
cat(rep("LongWord", 22))
Then try this code:
cat(rep("LongWord", 22), sep="")
This results in a long word that you need to scroll horizontally to see the end of.
In addition, the console now has a horizontal scrollbar you can't get rid of without clearing the whole thing.
Expected or desired behavior:
It's debatable, but in my opinion word wrap mode should allow you to see all the output without scrolling horizontally, even if we have to break words at unnatural boundaries.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No
The text was updated successfully, but these errors were encountered:
System details:
Positron and OS details:
Interpreter details:
Any
Describe the issue:
Word Wrap doesn't wrap long words; it only wraps at "natural" wrapping points (spaces, punctuation, etc.)
Steps to reproduce the issue:
Try this R code and note that words are wrapped correctly:
Then try this code:
This results in a long word that you need to scroll horizontally to see the end of.
In addition, the console now has a horizontal scrollbar you can't get rid of without clearing the whole thing.
Expected or desired behavior:
It's debatable, but in my opinion word wrap mode should allow you to see all the output without scrolling horizontally, even if we have to break words at unnatural boundaries.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No
The text was updated successfully, but these errors were encountered: