Commit | Date | |
---|---|---|
[r4370]
(33.1 kB)
by
delphidabbler
Replaced calls to TSnippetKindInfoList to get list of available snippet kinds with calls to Database.GetAllSnippetKinds and methods of the returned ISnippetKindList object. |
2013-12-17 10:54:16 |
View
Download |
[r4359]
(33.1 kB)
by
delphidabbler
Changed TSnippetsEditorDlg.EditSnippet method to take an ISnippet parameter instead of TSnippet. |
2013-12-17 02:17:05 |
View
Download |
[r4358]
(33.2 kB)
by
delphidabbler
Modified TSnippetsEditorDlg to use ISnippet instances internally instead of TSnippet instances to represent the snippets being edited. |
2013-12-17 02:10:26 |
View
Download |
[r4357]
(35.1 kB)
by
delphidabbler
Changed code that creates a temporary snippet and code that validates user input to use instances of ISnippet and IEditableSnippet instances containing entered data instead of TSnippet instances. |
2013-12-17 01:30:25 |
View
Download |
[r4335]
(33.8 kB)
by
delphidabbler
Revised TCompileMgr to use ISnippet references instead of TSnippet internally and as a parameter to TCompileMgr.Compile. |
2013-12-16 00:56:42 |
View
Download |
[r4331]
(33.7 kB)
by
delphidabbler
Modified TTestUnitDlgMgr and TDialogMgr.ShowTestUnitDlg to use ISnippet instances instead of TSnippet. |
2013-12-16 00:20:21 |
View
Download |
[r4326]
(33.7 kB)
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 |
View
Download |
[r4323]
(33.7 kB)
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 |
View
Download |
[r4300]
(33.7 kB)
by
delphidabbler
Modified comments and string literals referring to the "user" database or "user-defined snippets" to remove or qualify the word "user". |
2013-12-14 10:45:54 |
View
Download |
[r4286]
(33.7 kB)
by
delphidabbler
Removed temporary Category (ID) property from TSnippetBase and all code that supported using the property. |
2013-12-12 23:45:15 |
View
Download |