select text in a PDF, create a new text note. We auto-fill the note with the selected text, but it loses its whitespace. It should probably be trimmed, but not have intervening whitespace killed.
Actually it collapses the whitespace and newlines. I did that to also remove newlines. As the contents is a simple string, I think we really want to clean the string in this way. I think for the expected use that is better. Moreover it is editable.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1162009
Originator: NO
Actually it collapses the whitespace and newlines. I did that to also remove newlines. As the contents is a simple string, I think we really want to clean the string in this way. I think for the expected use that is better. Moreover it is editable.
Logged In: YES
user_id=506615
Originator: YES
OK, this one was just out of date I guess - I had a version that ran words together, but latest SVN does the right thing, as you mention.