Menu

/branches/parsnip/Src/FrSelectSnippets.pas Commit Log


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.
Changed code in units that use TGroupItem.SnippetList re the change of snippet type.

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
[r4302] (10.0 kB) by delphidabbler

Added some TODOs

2013-12-14 10:49:20 View
Download
[r4287] (9.9 kB) by delphidabbler

Modified various erroneous comments that referred to categories.

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.
Deleted SelectAll method from IDatabase and _TDatabase.

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.
Modified all code that calls Database to use _Database instead.

2013-11-29 01:49:18 View
Download
[r4018] (9.4 kB) by delphidabbler

Removed unused USnippetIDs unit from project.
Changed affected units to use CS.Database.Snippets instead.

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.
Made appropriate changes to affected code.

2013-11-27 01:54:00 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.