Commit | Date | |
---|---|---|
2013-11-19 01:12:02 | Tree | |
2013-11-18 23:37:38 | Tree | |
[r3845]
by
delphidabbler
Changed to use TActiveTextREMLRenderer instead of TREMLWriter to create REML in TSnippetExtraHelper.BuildREMLMarkup. |
2013-11-18 23:34:24 | Tree |
[r3844]
by
delphidabbler
Added new unit that renders active text as REML source code. Implements IActiveTextRenderer so can be passed to IActiveText.Render. |
2013-11-18 23:18:52 | Tree |
2013-11-18 21:23:11 | Tree | |
[r3842]
by
delphidabbler
Added new IActiveTextRenderer interface and new Render method of IActiveText and its implementation in TActiveText. |
2013-11-18 15:53:35 | Tree |
[r3841]
by
delphidabbler
Added new unit to project that contains a copy of TREMLReader, renamed as TActiveTextREMLParser. |
2013-11-18 14:45:09 | Tree |
[r3840]
by
delphidabbler
Added TREMLParser to parse REML in an implementation neutral way, with no dependencies on active text. |
2013-11-18 14:23:14 | Tree |
2013-11-16 02:57:45 | Tree | |
[r3838]
by
delphidabbler
Reverse merged revision(s) 3836-3835 from branches/parsnip/Src/Main/CS.Markup.pas: This restores TMarkup to a record instead of a class and interface. I've decided to keep TMarkup as a dumb receptacle for markup at the moment: any conversion to other types will be done elsewhere. This is because there are various different ways of interpreting plain text markup in different parts of the program and different ways of converting REML to plain text (usually via Active Text), so it seems best to leave interpretation to the parts of the program where markup is interpreted. |
2013-11-16 02:57:14 | Tree |