Menu

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


Commit Date  
[r4416] (33.2 kB) by delphidabbler

Renamed a private field.

2013-12-18 03:41:39 View
Download
[r4392] (33.2 kB) by delphidabbler

Fixed bug introduced at revision 4391.

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.
Renamed all related getter and setter methods and fields as *KindID, where * is "f", "Get" or "Set".
Modified code that referenced the Kind property or getters & setters accordingly.

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.
Modified affected code re these changes.

2013-12-17 11:33:47 View
Download
[r4375] (33.2 kB) by delphidabbler

Renamed TSnippetKind enumeration as TSnippetKindID.
Modified all affected code accordingly.

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.
Some refactoring of TSnippetsEditorDlg.

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
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.