Commit | Date | |
---|---|---|
[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 |
2013-12-22 03:49:30 | Tree | |
[r4456]
by
delphidabbler
Limited length of a snippet title to 64 characters. |
2013-12-21 14:19:30 | Tree |
2013-12-21 14:05:28 | Tree | |
[r4454]
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 | Tree |
[r4453]
by
delphidabbler
Enabled cue text on frame's memo control by including TMemo hack from CS.Components.EditCtrls. |
2013-12-21 13:55:44 | Tree |
[r4452]
by
delphidabbler
New unit containing custom edit controls. This fist version contains hacks of TEdit and TMemo to implement a standardised style of cue text across the controls. |
2013-12-21 13:53:40 | Tree |
[r4451]
by
delphidabbler
Added GetFont method to TControlHelper to get reference to TControl's protected Font property. |
2013-12-21 13:51:57 | Tree |
[r4450]
by
delphidabbler
Modified TDetailFrame.CreateTab so that it doesn't display the view associated with the new tab. |
2013-12-20 01:38:27 | Tree |