Commit | Date | |
---|---|---|
[r4467]
by
delphidabbler
Added a new Modified property and read accessor to ISnippetLinkInfo. |
2013-12-22 17:57:24 | Tree |
[r4466]
by
delphidabbler
Changed TRules<T> creation code to use TRulesFactory<T> factory instead of TRules<T> constructor. |
2013-12-22 17:32:34 | Tree |
[r4465]
by
delphidabbler
Changed all TRules<T> creation code to use TRulesFactory<T> factory instead of TRules<T> constructor. |
2013-12-22 17:31:19 | Tree |
[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. |
2013-12-22 14:34:24 | Tree |
[r4462]
by
delphidabbler
Added new TBaseComparator<T> abstract class that all IComparator<T> implementations must descend from. |
2013-12-22 13:48:23 | Tree |
2013-12-22 11:45:48 | Tree | |
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 |