Commit | Date | |
---|---|---|
[r4300]
(7.2 kB)
by
delphidabbler
Modified comments and string literals referring to the "user" database or "user-defined snippets" to remove or qualify the word "user". |
2013-12-14 10:45:54 |
View
Download |
[r4245]
(7.3 kB)
by
delphidabbler
Changed TDatabase.SelectSnippets to take a simple function reference as its parameter instead of IDBFilter instance. |
2013-12-11 17:56:48 |
View
Download |
[r4241]
(7.4 kB)
by
delphidabbler
Renamed IReadOnlySnippet as ISnippet and made required changes to affected code. |
2013-12-11 16:08:28 |
View
Download |
[r4240]
(7.4 kB)
by
delphidabbler
Changed code that accessed _Database.Select to use Database.SelectSnippets instead. |
2013-12-11 11:35:43 |
View
Download |
[r4089]
(7.4 kB)
by
delphidabbler
Removed ability to generate source code of a snippets in a category from TSnippetSourceGen and replaced it with support for generating source code of snippets in a tag. |
2013-12-03 16:38:51 |
View
Download |
[r4019]
(7.0 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 |
[r3985]
(7.0 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 |
[r3970]
(7.1 kB)
by
delphidabbler
Changed IQuery.GetCatSelection and implementation to return a ISnippetIDList instead of populating a given TSnippetList. |
2013-11-27 04:11:12 |
View
Download |
[r3969]
(7.3 kB)
by
delphidabbler
Converted TPascalSourceGen and TPascalSourceAnalyser so that callers pass IDs of snippets to be included in generated source code instead of passing the snippet objects. |
2013-11-27 03:50:33 |
View
Download |
[r3938]
(7.2 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 |