Commit | Date | |
---|---|---|
2013-12-11 09:32:48 | Tree | |
[r4228]
by
delphidabbler
Removed snippets table and all-tags set fields from _TDatabase and changed references to these field to call __SnippetsTable and __AllTags protected properties of TDatabase. |
2013-12-11 09:20:33 | Tree |
[r4227]
by
delphidabbler
Added temporary __SnippetsTable and __AllTags properties in TDatabase that can be accessed from _TDatabase to provide access to snippets table and tag set maintained by TDatabase. NOTE: Once _TDatabase no longer needs access to these fields these properties should be deleted. |
2013-12-11 03:06:02 | Tree |
[r4226]
by
delphidabbler
Changed internal data structure of _TDatabase that maintains list of snippets from _TSnippetList to TDBSnippetsTable. |
2013-12-11 00:45:00 | Tree |
[r4225]
by
delphidabbler
Renamed TSnippet class as TSnippetHelper and converted the class into a class helper for TDBSnippet: providing a kind of façade to TDBSnippet. |
2013-12-11 00:18:31 | Tree |
[r4224]
by
delphidabbler
Converted TSnippet's properties into functions that call inherited read accessor functions. |
2013-12-11 00:12:06 | Tree |
[r4223]
by
delphidabbler
Extracted nested TTitleComparer and TTitleEqualityComparer from within TSnippet and made classes in their own right, named TSnippetTitleComparer and TSnippetTitleEqualityComparer. |
2013-12-11 00:06:51 | Tree |
[r4222]
by
delphidabbler
Removed constructor from TSnippet and made it's SetProps method public. Modified affected code as necessary. |
2013-12-10 23:17:22 | Tree |
[r4221]
by
delphidabbler
Merged remaining method of TSnippetListEx down into _TSnippetList and removed TSnippetListEx. |
2013-12-10 22:55:40 | Tree |
[r4220]
by
delphidabbler
Merged methods of TSnippetEx down into TSnippet and removed TSnippetEx and TTempSnippet. |
2013-12-10 22:49:00 | Tree |