Commit | Date | |
---|---|---|
[r4348]
by
delphidabbler
Removed redundant TSnippetTitleComparer and TSnippetTitleEqualityComparer classes. |
2013-12-16 23:48:42 | Tree |
[r4347]
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 | Tree |
[r4346]
by
delphidabbler
Changed TSelectSnippetsFrame to store ID of related snippet with snippet tree nodes instead of TSnippet instance. |
2013-12-16 23:36:23 | Tree |
[r4345]
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 | Tree |
[r4344]
by
delphidabbler
Changed all affected search filters to use ISnippet instances for internal access to snippet properties instead of TSnippet. |
2013-12-16 02:48:03 | Tree |
[r4343]
by
delphidabbler
Changed TSnippetValidator to use ISnippet instances for internal access snippet properties instead of TSnippet. |
2013-12-16 02:43:04 | Tree |
[r4342]
by
delphidabbler
Converted TTagInfoRTFDoc to use ISnippet when accessing snippet properties instead of TSnippet. |
2013-12-16 02:40:02 | Tree |
[r4341]
by
delphidabbler
Converted all classes etc. in UDetailPageHTML.pas and USnippetPageHTML.pas that use snippets, along with TSnippetHTML in USnippetHTML.pas, to use ISnippet to represent snippets instead of TSnippet. |
2013-12-16 02:37:27 | Tree |
[r4340]
by
delphidabbler
Added new TSnippetTitleComparator class for use in comparing ISnippet titles. |
2013-12-16 02:33:05 | Tree |
[r4339]
by
delphidabbler
Replaced use of _Database.TryLookup method with Database.TryLookupSnippet and made necessary changes to surrounding code. |
2013-12-16 02:16:05 | Tree |