Commit | Date | |
---|---|---|
[r3972]
by
delphidabbler
Added TSnippetList.ToIDList helper method to convert snippet list to ID list. This is to help transition from TSnippetList to ISnippetIDList. |
2013-11-27 04:27:34 | Tree |
2013-11-27 04:12:17 | Tree | |
[r3970]
by
delphidabbler
Changed IQuery.GetCatSelection and implementation to return a ISnippetIDList instead of populating a given TSnippetList. |
2013-11-27 04:11:12 | Tree |
[r3969]
by
delphidabbler
Converted TPascalSourceGen and TPascalSourceAnalyser so that callers pass IDs of snippets to be included in generated source code instead of passing the snippet objects. |
2013-11-27 03:50:33 | Tree |
2013-11-27 02:11:24 | Tree | |
2013-11-27 01:56:41 | Tree | |
[r3966]
by
delphidabbler
Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList. |
2013-11-27 01:54:00 | Tree |
2013-11-26 17:56:03 | Tree | |
[r3964]
by
delphidabbler
Replaced call to Database._Snippets with a call to Database.SelectAll and made consequent changes. |
2013-11-26 16:41:57 | Tree |
[r3963]
by
delphidabbler
Fixed bug where attempting to add a new snippet raised a fatal exception because of an attempt to create a TSnippetID with an empty ID string. |
2013-11-26 16:34:24 | Tree |