Commit | Date | |
---|---|---|
[r4379]
(18.3 kB)
by
delphidabbler
Renamed ISnippet and IEditableSnippet's Kind property to KindID. |
2013-12-17 11:48:10 |
View
Download |
[r4377]
(18.3 kB)
by
delphidabbler
Renamed TSnippetKindInfo record as TSnippetKind and renamed the record's Kind property as ID and renamed related fields and parameters accordingly. |
2013-12-17 11:33:47 |
View
Download |
[r4375]
(18.2 kB)
by
delphidabbler
Renamed TSnippetKind enumeration as TSnippetKindID. |
2013-12-17 11:19:37 |
View
Download |
[r4370]
(18.2 kB)
by
delphidabbler
Replaced calls to TSnippetKindInfoList to get list of available snippet kinds with calls to Database.GetAllSnippetKinds and methods of the returned ISnippetKindList object. |
2013-12-17 10:54:16 |
View
Download |
[r4347]
(18.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 |
2013-12-12 20:44:10 |
View
Download |
|
[r4245]
(18.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]
(18.5 kB)
by
delphidabbler
Renamed IReadOnlySnippet as ISnippet and made required changes to affected code. |
2013-12-11 16:08:28 |
View
Download |
[r4240]
(18.5 kB)
by
delphidabbler
Changed code that accessed _Database.Select to use Database.SelectSnippets instead. |
2013-12-11 11:35:43 |
View
Download |
[r4235]
(18.3 kB)
by
delphidabbler
Changed code that accessed _Database.GetAllTags to use Database.GetAllTags instead. |
2013-12-11 10:28:08 |
View
Download |