Commit | Date | |
---|---|---|
2013-12-02 21:20:46 |
View
Download |
|
2013-12-02 20:23:31 |
View
Download |
|
2013-12-02 20:20:06 |
View
Download |
|
[r4057]
(21.5 kB)
by
delphidabbler
Added new grouping of snippets by tag along with facility to render this grouping in the overview pane's tree-view. |
2013-12-02 17:39:08 |
View
Download |
[r4019]
(18.2 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]
(18.2 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 |
2013-11-27 23:25:09 |
View
Download |
|
[r3966]
(18.3 kB)
by
delphidabbler
Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList. |
2013-11-27 01:54:00 |
View
Download |
[r3952]
(18.3 kB)
by
delphidabbler
Replaced call to Database._Snippets with a call to Database.SelectAll and made consequent changes. |
2013-11-26 10:53:53 |
View
Download |
[r3951]
(18.1 kB)
by
delphidabbler
Changed TGroup and TOverviewTreeBuilder to take a ISnippetIDList as constructor parameters instead of a TSnippetList. |
2013-11-26 10:49:21 |
View
Download |