Commit | Date | |
---|---|---|
[r4040]
(23.0 kB)
by
delphidabbler
Modified TCodeImporter to ensure snippet's title is non-empty: uses snippet ID if no title present for a snippet. |
2013-12-02 02:25:18 |
View
Download |
[r4037]
(22.6 kB)
by
delphidabbler
Replaced TSnippet's Language function with LanguageID property that uses the pre-existing implementation in TDBSnippet. Modified using code accordingly. |
2013-12-02 01:43:24 |
View
Download |
[r4019]
(22.5 kB)
by
delphidabbler
Renamed IDatabase and Database function, along with internal TDatabase class and PvtDatabase varibale by placing underscore in front of their names. This is to flag the items as "legacy" and to avoid name clashes with new database code being developed. |
2013-11-29 01:49:18 |
View
Download |
[r3992]
(22.5 kB)
by
delphidabbler
Modified database loader and import code to add a single tag to each snippet. In database loader this is based on snippet's category while importers add a tag describing import source. |
2013-11-28 01:08:16 |
View
Download |
[r3985]
(22.4 kB)
by
delphidabbler
Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984). |
2013-11-27 23:46:29 |
View
Download |
[r3955]
(22.5 kB)
by
delphidabbler
Changed type of snippet list parameter of TCodeExporter.Execute from TSnippetList to ISnippetIDList. |
2013-11-26 13:19:58 |
View
Download |
[r3940]
(22.2 kB)
by
delphidabbler
Moved ISnippetIDList from USnippetIDs unit into CS.Database.Types where it replaced IDBSnippetIDList. |
2013-11-26 00:53:39 |
View
Download |
[r3938]
(22.3 kB)
by
delphidabbler
Renamed TDBSnippetKind and its elements in CS.Database.Types to be an exact copy of TSnippetKind from DB.USnippetKind then deleted the latter. |
2013-11-26 00:17:32 |
View
Download |
[r3920]
(22.3 kB)
by
delphidabbler
Renamed TSnippetData.DisplayName field as Title and updated affected code accordingly. |
2013-11-25 13:22:31 |
View
Download |
[r3918]
(22.3 kB)
by
delphidabbler
Renamed TSnippet's DisplayName property as Title and modified affected code accordingly. |
2013-11-25 13:09:06 |
View
Download |