Commit | Date | |
---|---|---|
2012-06-19 15:39:46 | Tree | |
[r1932]
by
delphidabbler
Fixed bug #3536331 (http://bit.ly/KQVATf) - introduced EOL characters at end of every block of the Extra property's active text when converting to plain text. |
2012-06-19 15:13:51 | Tree |
[r1931]
by
delphidabbler
Removed code that converts snippet's Extra active text field to plain text and replaced by use of new IActiveText.ToString method. One consequence of this change is that bug #3536331 (http://bit.ly/KQTYc3) has been fixed in the trunk. |
2012-06-19 15:03:13 | Tree |
[r1930]
by
delphidabbler
Added new ToString method to IActiveText that returns plain text representation of active text. |
2012-06-19 14:59:21 | Tree |
2012-06-19 13:19:23 | Tree | |
[r1928]
by
delphidabbler
Modified extra text editor so that multiple paragraphs of text can be entered without using REML mark-up - paragraphs have to be separated by blank lines. |
2012-06-19 12:51:22 | Tree |
[r1927]
by
delphidabbler
Added new BuildActiveText overload of TSnippetExtraHelper that can process more than one block of REML, treating each as a separate paragraph if it doesn't already contain block-level mark-up. |
2012-06-19 12:49:25 | Tree |
[r1926]
by
delphidabbler
Changed delimiter parameter from Char to string in overloaded TIStringList constructor that explodes a string based on delimiter. |
2012-06-19 12:44:34 | Tree |
[r1925]
by
delphidabbler
Changed TREMLWriter to write a newline after closing block level REML tags. |
2012-06-18 22:39:49 | Tree |
[r1924]
by
delphidabbler
Fixed TSnippetExtraHelper.BuildActiveText overload that processes REML to correctly handle code that produces code where some text is embedded within block level tags while other text is not. All text not in block level tags is placed within paragraph tags. |
2012-06-18 22:26:25 | Tree |