Menu

/branches/parsnip/Src/FmSnippetsEditorDlg.pas Commit Log


Commit Date  
[r4335] (33.8 kB) by delphidabbler

Revised TCompileMgr to use ISnippet references instead of TSnippet internally and as a parameter to TCompileMgr.Compile.
Modified calling code re this change in parameter type.

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.
Modified affected calling code re this change of snippet type.

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.
Modified calling code in TSnippetsEditorDlg accordingly.

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.
Modified TSnippetsEditorDlg re change of interface to TSnippetsChkListMgr.

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.
Updated affected code by removing all references to category IDs.

2013-12-12 23:45:15 View
Download
[r4280] (34.0 kB) by delphidabbler

Removed unused unit references.

2013-12-12 20:29:24 View
Download
[r4234] (34.2 kB) by delphidabbler

Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead.
Deleted SelectAll method from IDatabase and _TDatabase.

2013-12-11 10:25:27 View
Download
[r4192] (34.2 kB) by delphidabbler

Disabled Categories drop down list (flagged in UI as not in use).
Added temporary code to give new snippets arbitrary tags and categories and to preserve tags and categories of existing snippets.

2013-12-10 03:14:50 View
Download
[r4186] (34.2 kB) by delphidabbler

Modified snippets editor to set edited snippet's tag to be same as currently selected category.

This is a temporary fix to prevent snippets editor from removing any existing tags from snippets.

2013-12-10 01:51:48 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.