Commit | Date | |
---|---|---|
[r4370]
by
delphidabbler
Replaced calls to TSnippetKindInfoList to get list of available snippet kinds with calls to Database.GetAllSnippetKinds and methods of the returned ISnippetKindList object. |
2013-12-17 10:54:16 | Tree |
[r4369]
by
delphidabbler
Added new TDatabase.GetAllSnippetKinds method to return a list of all snippet kinds supported in the database. At present this is a fixed list of built in snippet kinds. This implementation may help if there is ever a need to change to having user- or externally-defined snippet kinds. |
2013-12-17 07:10:55 | Tree |
[r4368]
by
delphidabbler
Added new ISnippetKindList interface and its implementation in the new TSnippetKindList class. |
2013-12-17 07:08:57 | Tree |
[r4367]
by
delphidabbler
Moved TSnippetKindInfo record from DB.USnippetKind unit to CS.Database.Types. |
2013-12-17 06:33:35 | Tree |
2013-12-17 02:43:13 | Tree | |
2013-12-17 02:37:50 | Tree | |
[r4364]
by
delphidabbler
Revised calls that relied on TSnippetHelper methods to call appropriate methods of TDBSnippet instead. |
2013-12-17 02:34:40 | Tree |
2013-12-17 02:31:09 | Tree | |
[r4362]
by
delphidabbler
Revised TDatabase.DeleteSnippet to access the snippet table directly via its fSnippetsTable field instead of via its temporary __SnippetsTable property. |
2013-12-17 02:29:36 | Tree |
[r4361]
by
delphidabbler
Removed the redundant IDatabaseEdit and _IDatabase interfaces along with the _TDatabase class that implemented them, the _Database function that created a single instance of _TDatabase and the private global field the stored the _TDatabase instance. |
2013-12-17 02:24:01 | Tree |