Community
Participate
Working Groups
When you have both a & and ; on the same line, the textile preview does not work anymore. # see this starts with a hash instead of a number
There are two aspects to this bug: * & and ; on the same line were sometimes incorrectly detected as an HTML entity reference even if there were spaces between them * an unknown entity reference such as @&foobar;@ would cause unpredictable text presentation behaviour I've pushed a fix for the first problem. The second issue will require further investigation.
Created attachment 206737 [details] mylyn/context/zip
created review http://review.mylyn.org/#change,110
Created attachment 207121 [details] screenshot showing result of fix fix applied: @HtmlDocumentBuilder@ can now filter entity references so that entity names are converted to numeric entities, and unrecognized entities are emitted as characters instead. This makes it possible to safely use HTML entities in a @MarkupViewer@, and unknown entity references won't break markup rendering.
Fixed
Created attachment 207122 [details] mylyn/context/zip