Commit | Date | |
---|---|---|
[r4236]
by
delphidabbler
Changed code that accessed _Database.Contains to use Database.SnippetExists instead. |
2013-12-11 10:34:22 | Tree |
[r4235]
by
delphidabbler
Changed code that accessed _Database.GetAllTags to use Database.GetAllTags instead. |
2013-12-11 10:28:08 | Tree |
[r4234]
by
delphidabbler
Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead. |
2013-12-11 10:25:27 | Tree |
[r4233]
by
delphidabbler
Changed code that accessed _Database.IsEmpty to use Database.IsEmpty instead. |
2013-12-11 10:21:25 | Tree |
[r4232]
by
delphidabbler
Changed code that accessed _Database.SnippetCount to use Database.SnippetCount instead. |
2013-12-11 10:13:29 | Tree |
2013-12-11 10:07:09 | Tree | |
2013-12-11 09:57:42 | Tree | |
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 |