Commit | Date | |
---|---|---|
2013-12-17 02:43:13 | Tree | |
2013-12-17 02:37:50 | Tree | |
[r4364]
by
delphidabbler
Revised calls that relied on TSnippetHelper methods to call appropriate methods of TDBSnippet instead. |
2013-12-17 02:34:40 | Tree |
2013-12-17 02:31:09 | Tree | |
[r4362]
by
delphidabbler
Revised TDatabase.DeleteSnippet to access the snippet table directly via its fSnippetsTable field instead of via its temporary __SnippetsTable property. |
2013-12-17 02:29:36 | Tree |
[r4361]
by
delphidabbler
Removed the redundant IDatabaseEdit and _IDatabase interfaces along with the _TDatabase class that implemented them, the _Database function that created a single instance of _TDatabase and the private global field the stored the _TDatabase instance. |
2013-12-17 02:24:01 | Tree |
[r4360]
by
delphidabbler
Modified TUserDBMgr to use ISnippet instances internally instead of TSnippet to represent snippets. |
2013-12-17 02:18:27 | Tree |
[r4359]
by
delphidabbler
Changed TSnippetsEditorDlg.EditSnippet method to take an ISnippet parameter instead of TSnippet. |
2013-12-17 02:17:05 | Tree |
[r4358]
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 | Tree |
[r4357]
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 | Tree |