Commit | Date | |
---|---|---|
2013-12-10 03:50:41 |
View
Download |
|
[r4197]
(23.1 kB)
by
delphidabbler
Removed reference to TReservedCategories by hard wiring the special import category ID as a string literal. Note: this is a temporary change en-route to removing support for categories. |
2013-12-10 03:46:02 |
View
Download |
[r4173]
(23.0 kB)
by
delphidabbler
Added new IStringList.IsEmpty method and its implementation in TIStringList. |
2013-12-09 20:26:59 |
View
Download |
[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 |