Menu

Old Code (SVN) Commit Log


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
[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
[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.
Added TextHint property to frame to allow frame users to set the required cue text: this is simply passed on the the hacked memo control.

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.
Updated comments for CreateTab and SelectTab in both FrDetail.pas and IntfFrameMgrs.pas.

2013-12-20 01:38:27 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.