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
So that if someone cuts and pastes into a shell window then at least it's not going into the shell history (as they normally don't record commands with a leading space).
The text was updated successfully, but these errors were encountered:
The read view is a QTextBrowser while the edit is a QPlainTextEdit which explains the difference in presentation.
I have replaced spaces with to keep the formatting in the QTextBrowser as-well . .
I'd expect the edit view and normal read view to display the same text. For example I often have a file set to this (leading space on each line):
So that if someone cuts and pastes into a shell window then at least it's not going into the shell history (as they normally don't record commands with a leading space).
The text was updated successfully, but these errors were encountered: