2
votes
2answers
29 views
What is the difference between “word-break: break-all” versus “word-wrap: break-word” in CSS
I am currently wondering what is the difference between the two. When I used both they seem to break the word if it is not fitting the container. But why did W3C made two ways to do it?
3
votes
5answers
358 views
Smart Wrap in Vim
I have been wondering if Vim has the capability to smart wrap lines of code, so that it keeps the same indentation as the line that it is indenting. I have noticed it on some other text editor, such …
0
votes
1answer
658 views
Label word wrap in Flex 4
How can the text in a Label control (or a similar control) be wrapped in Flex 4 beta? In Flex 3 I could use the Text control but this is no longer available in Flex 4.
1
vote
3answers
389 views
Word wrap in Windows Forms (vb.net)
hai how to do word wrap in drawstring in vb.net 2005. please tell me
1
vote
5answers
851 views
CSS word-wrapping in div
Hi,
I have a div with a width of 250px. When the innertext is wider than that i want it to break down. The div is float: left and now has an overflow. I want the scrollbar to go away by using …
4
votes
3answers
417 views
Algorithm for re-wrapping hard-wrapped text?
Let's say that I have written a custom e-mail management application for the company that I work for. It reads e-mails from the company's support account and stores cleaned-up, plain text versions of …
6
votes
2answers
2k views
Force textblock to wrap in WPF listbox
I have a WPF listbox which displays messages. It contains an avatar on the left side and the username and message stacked vertically to the right of the avatar. The layout is fine until the message …
0
votes
2answers
548 views
Change the tab size on an element with word-wrap: pre?
I have an element that is similar to a tag (because it has word-wrap: pre;) to display code on a website. The only problem is that the tab size is too large and causes the element to horizontally …
