dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

need a way to line wrap in the middle of a word, not on space #102

Open dhh1128 opened 9 years ago

dhh1128 commented 9 years ago

Suppose I am in the middle of a comment (or some other kind of statement), and I want to insert a hyperlink. The hyperlink may have no spaces in it, yet an IDE must wrap. The normal line wrapping mechanism (LF + + "... ") is a proxy for a space. But in this case, we need a wrap that does not imply a space, so that unwrapping gives back what we started with. Perhaps LF + + "...." (4 dots) instead of 3?