Commit | Date | |
---|---|---|
[r4347]
(10.2 kB)
by
delphidabbler
Changed classes in UGroups unit to use ISnippet instead of TSnippet for all references to snippet objects, including the the public TGroupItem.SnippetList property. |
2013-12-16 23:47:03 |
View
Download |
[r4346]
(10.3 kB)
by
delphidabbler
Changed TSelectSnippetsFrame to store ID of related snippet with snippet tree nodes instead of TSnippet instance. |
2013-12-16 23:36:23 |
View
Download |
[r4345]
(10.2 kB)
by
delphidabbler
Modified way snippet references are stored in TSelectSnippetsFrame's treeview's Node.Data property: we used to store TSnippet directly but now it is wrapped in a TBox<TSnippet> instance. This was done to make way for replacing TSnippet references in the treeview with non-objects which will need to be "boxed" to enable them to be stored in Node.Data as objects. |
2013-12-16 03:07:44 |
View
Download |
2013-12-14 10:49:20 |
View
Download |
|
2013-12-13 00:29:54 |
View
Download |
|
[r4234]
(9.8 kB)
by
delphidabbler
Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead. |
2013-12-11 10:25:27 |
View
Download |
[r4066]
(9.8 kB)
by
delphidabbler
Changed snippet selection frame to order snippets alphabetically, grouped by initial letter. |
2013-12-02 21:16:23 |
View
Download |
[r4019]
(9.4 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 |
[r4018]
(9.4 kB)
by
delphidabbler
Removed unused USnippetIDs unit from project. |
2013-11-29 01:20:31 |
View
Download |
[r3966]
(9.4 kB)
by
delphidabbler
Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList. |
2013-11-27 01:54:00 |
View
Download |