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.