Commit | Date | |
---|---|---|
2013-12-18 03:41:39 |
View
Download |
|
2013-12-17 14:34:48 |
View
Download |
|
[r4391]
(33.1 kB)
by
delphidabbler
Modified TSnippetsEditorDlg.UpdateReferences to get the set of snippet kinds on which the current snippet can depend from the TSnippetKind.ValidDependIDs instead of TSnippetValidator.ValidDependsKinds. |
2013-12-17 14:28:32 |
View
Download |
[r4379]
(33.2 kB)
by
delphidabbler
Renamed ISnippet and IEditableSnippet's Kind property to KindID. |
2013-12-17 11:48:10 |
View
Download |
[r4377]
(33.2 kB)
by
delphidabbler
Renamed TSnippetKindInfo record as TSnippetKind and renamed the record's Kind property as ID and renamed related fields and parameters accordingly. |
2013-12-17 11:33:47 |
View
Download |
[r4375]
(33.2 kB)
by
delphidabbler
Renamed TSnippetKind enumeration as TSnippetKindID. |
2013-12-17 11:19:37 |
View
Download |
[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 |