Commit | Date | |
---|---|---|
[r3955]
by
delphidabbler
Changed type of snippet list parameter of TCodeExporter.Execute from TSnippetList to ISnippetIDList. |
2013-11-26 13:19:58 | Tree |
[r3954]
by
delphidabbler
Hid snippets list from public view and provided methods to operate on the list instead. |
2013-11-26 13:17:47 | Tree |
[r3953]
by
delphidabbler
Changed TSearchFilterFactory.CreateManualSelectionSearchFilter to take a ISnippetIDList parameter instead of TSnippetList. |
2013-11-26 11:57:13 | Tree |
[r3952]
by
delphidabbler
Replaced call to Database._Snippets with a call to Database.SelectAll and made consequent changes. |
2013-11-26 10:53:53 | Tree |
[r3951]
by
delphidabbler
Changed TGroup and TOverviewTreeBuilder to take a ISnippetIDList as constructor parameters instead of a TSnippetList. |
2013-11-26 10:49:21 | Tree |
[r3950]
by
delphidabbler
Converted TCodeImportMgr to use IDatabase.SelectAll method instead of accessing IDatabase._Snippets property. |
2013-11-26 07:34:41 | Tree |
[r3949]
by
delphidabbler
Added new Select and SelectAll methods to IDatabase and implementation in TDatabase. |
2013-11-26 07:32:49 | Tree |
[r3948]
by
delphidabbler
Added new constructor overload to TSnippetIDList that takes an initial capacity. |
2013-11-26 06:48:10 | Tree |
[r3947]
by
delphidabbler
Changed code to use new IDatabase IsEmpty and SnippetName methods instead of accessing _Snippets property. |
2013-11-26 06:37:48 | Tree |
[r3946]
by
delphidabbler
Added new SnippetCount and IsEmpty methods to IDatabase and the implementation in TDatabase. |
2013-11-26 06:32:08 | Tree |