Menu

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


Commit Date  
[r4460] (33.9 kB) by delphidabbler

Added cue text for source code editor frame.

2013-12-22 11:41:05 View
Download
[r4456] (33.8 kB) by delphidabbler

Limited length of a snippet title to 64 characters.
Made this limit available as TSnippetBase.MaxTitleLength constant.
Modified TSnippetsEditorDlg to use this constant instead of hard wiring maximum length of title edit control.
Added test for maximum title length to TSnippetValidator.ValidateTitle.

2013-12-21 14:19:30 View
Download
[r4454] (33.7 kB) by delphidabbler

Added cue text for each edit control and for active text editors.

NOTE: uses TEdit hack from CS.Components.EditCtrls.

2013-12-21 14:04:56 View
Download
[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
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.