Commit | Date | |
---|---|---|
2013-11-27 23:49:44 | Tree | |
[r3985]
by
delphidabbler
Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984). |
2013-11-27 23:46:29 | Tree |
[r3984]
by
delphidabbler
Changed TDatabase.Lookup to raise exception if given snippet ID is not found. |
2013-11-27 23:34:02 | Tree |
2013-11-27 23:25:09 | Tree | |
[r3982]
by
delphidabbler
Removed unused _Snippets property from IDatabase and removed related GetSnippets property getter from IDatabase and TDatabase. |
2013-11-27 22:43:50 | Tree |
[r3981]
by
delphidabbler
Changed data structure that maintains list of selected snippets from TSnippetList to ISnippetIDList and made necessary changes to affected code. |
2013-11-27 22:40:43 | Tree |
[r3980]
by
delphidabbler
Changed ISearchFilter.Match to take a TSnippetID parameter instead of a TSnippet. |
2013-11-27 22:32:42 | Tree |
[r3979]
by
delphidabbler
Changed IQuery.Selection property and its associated getter function to return a ISnippetIDList object instead of a TSnippetList. |
2013-11-27 05:34:18 | Tree |
[r3978]
by
delphidabbler
Changed type of snippet list parameter of TSaveUnitMgr.Execute method and protected constructor from TSnippetList to ISnippetIDList and made necessary changes to class. |
2013-11-27 05:27:04 | Tree |
[r3977]
by
delphidabbler
Changed type of snippet list parameter of TDialogMgr.ExecSelectionSearchDlg from TSnippetList to ISnippetIDList and made necessary changes to method. |
2013-11-27 05:24:10 | Tree |