Commit | Date | |
---|---|---|
[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 |
[r1923]
by
delphidabbler
Changed TSnippetsEditorDlg.BuildExtraActiveText method to no longer pre-process REML code string to compress spaces. No longer needed now that tagged text lexer processes spaces correctly itself. |
2012-06-18 22:23:07 | Tree |
[r1922]
by
delphidabbler
Modified TTaggedTextLexer to emit only first of any sequence of white space characters. Any intervening tags are ignored for this purpose so that "x <em> y </em> x" is parsed as "x <em>y </em>x". A side effect is that a text token with an empty string can be returned. Changed TREMLReader.Parse to ignore empty text tokens received from lexer: no active text element is generated for empty string. |
2012-06-18 22:19:59 | Tree |
[r1921]
by
delphidabbler
Fixed problem with REML parsing where nested block level tags in REML, such as <p>...<p>...</p>...</p> were being permitted. NOTE: This fix may cause exceptions when loading any old REML code when block level tags are nested. All main database is OK, but some user defined snippets could be affected and their extra information will be lost. |
2012-06-18 20:19:05 | Tree |
2012-06-18 07:00:19 | Tree | |
[r1919]
by
delphidabbler
Change log updated to record changes in release 4.0 alpha 3. |
2012-06-18 06:55:17 | Tree |
[r1918]
by
delphidabbler
Updated ready for Release 4.0 alpha 3 |
2012-06-17 21:24:04 | Tree |
2012-06-17 21:15:07 | Tree | |
[r1916]
by
delphidabbler
New file format documentation file that describes the format of selection files (used when selections (search result sets) are saved to disk. |
2012-06-17 21:10:14 | Tree |
[r1915]
by
delphidabbler
Changed File | Save Snippet shortcut to Shift+Ctrl+N from Ctrl+S which has been assigned to Database | Save User Database. |
2012-06-17 20:52:19 | Tree |