Search found 2 matches
- Wed Mar 16, 2011 02:21
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Bug]Blank line in wrapped rendered string cannot display
- Replies: 2
- Views: 2676
Re: [Bug]Blank line in wrapped rendered string cannot displa
I found another way for the issue that we can push the '\n' into string rather than drop it. But I was confused with rendered string's logic to '\n': 1. '\n' is trimed when parsing. 2. There are "LineBreak"s appended into rendered string when parsing, meaning new line. 3. Some fommat chara...
- Thu Mar 10, 2011 05:41
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Bug]Blank line in wrapped rendered string cannot display
- Replies: 2
- Views: 2676
[Bug]Blank line in wrapped rendered string cannot display
Crazy Eddie and CEGUI team: I' ve taken advantage from your awesome work for a period. It' s great. And I found a small problem with BasicRenderedStringParser::appendRenderedText. For example, when text parsing enabled, text like: "\n\nabc" should be displayed with two blank line and then ...