Menu

Old Code (SVN) Commit Log


Commit Date  
[r4464] by delphidabbler

Fixed problem in calling TRulesFactory.Construct overload that took a singe TBaseComparator parameter when the parameter object was created on the fly. The compiler cannot always detect the correct overload to call. This was fixed by converting the parameter type to IComparator and using a uniquely named factory method.

2013-12-22 15:56:33 Tree
[r4463] by delphidabbler

Revised TRulesFactory as TRulesFactory<T> and removed "<T>" from method names.
Also modified TRulesFactory<T> implementation.

2013-12-22 14:34:24 Tree
[r4462] by delphidabbler

Added new TBaseComparator<T> abstract class that all IComparator<T> implementations must descend from.
Modified existing comparator classes to descend from TBaseComparator<T>.
Added new TRulesFactory method-only record that provide method that can create TRules<T> records from a comparator or set of comparison and hasher closures.

2013-12-22 13:48:23 Tree
[r4461] by delphidabbler

Tidied up uses clauses and removed unused unit references.

2013-12-22 11:45:48 Tree
[r4460] by delphidabbler

Added cue text for source code editor frame.

2013-12-22 11:41:05 Tree
[r4459] by delphidabbler

Added support for cue text in the code editor by changing the class of the SynEdit control from TSynEdit to TSynEditEx and adding a TextHint property to the frame class which aliases the TSynEditEx.TextHint property.

Also added a new SetFocus method to the frame class that passes focus on to the SynEdit control when the frame gets focus.

2013-12-22 11:37:46 Tree
[r4458] by delphidabbler

Added new TSynEditEx method that sub-classes TSynEdit to add support for cue text via a new TextHint property.

2013-12-22 11:31:28 Tree
[r4457] by delphidabbler

Set focussed control of source code label to be source code editor frame.

2013-12-22 03:49:30 Tree
[r4456] 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 Tree
[r4455] by delphidabbler

Set maximum length of snippet title to 64 characters.

2013-12-21 14:05:28 Tree
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.