Commit | Date | |
---|---|---|
[r4329]
by
delphidabbler
Modified TPascalTestUnit to take an ISnippet instead of TSnippet instance as a parameter to its constructor and to use an ISnippet internally. |
2013-12-16 00:04:49 | Tree |
[r4328]
by
delphidabbler
Modified TCompErrorDlg to take an ISnippet instead of TSnippet instance as a parameter to its public Execute method and also to use an ISnippet internally. |
2013-12-15 23:55:59 | Tree |
[r4327]
by
delphidabbler
Reinstated calls to TSnippetValidator.Validate now that the method can accept an ISnippet parameter. |
2013-12-15 11:05:27 | Tree |
[r4326]
by
delphidabbler
Modified TSnippetValidator.ValidateDependsList and TSnippetValidator.Validate (and required private methods) to take an ISnippet parameter instead of a TSnippet. |
2013-12-15 11:02:58 | Tree |
[r4325]
by
delphidabbler
Fixed bug introduced into TPascalSourceGen when its IncludeSnippet method was modified to accept a TSnippetID parameter instead a TSnippet: this class was failing to generate source code for snippets not in the database. Fixed included changing Include snippet's parameter to ISnippet and then modifying TPascalSourceGen and all the classes it depends upon to work with ISnippet instances instead of TSnippet. |
2013-12-15 10:55:05 | Tree |
[r4324]
by
delphidabbler
Changed TTestCompileDlg.Execute to take an ISnippet parameter instead of TSnippet and modified TTestCompileDlg accordingly. |
2013-12-15 10:27:49 | Tree |
[r4323]
by
delphidabbler
Revised TSnippetsChkListMgr to use TSortedCollectionCtrlKVMgr to manage association between ISnippet instance and list box text, and also to sort the text: this is instead of having no sorting and using Objects[] array of list box to store TSnippet instances. As a result some method parameter types have changed from TSnippet to ISnippet. |
2013-12-15 02:35:58 | Tree |
2013-12-15 02:15:00 | Tree | |
[r4321]
by
delphidabbler
Added new CanCompile method to ISnippetBase and its implementation in TSnippetBase. |
2013-12-15 01:37:30 | Tree |
[r4320]
by
delphidabbler
Removed redundant DuplicateSnippet method from IDatabaseEdit and implementation in _TDatabase. |
2013-12-15 01:30:48 | Tree |