On Mon, 13 Mar 2006 22:15:54 +0100 Vincent Snijders <[EMAIL PROTECTED]> wrote:
> Mattias Gaertner wrote: > > On Fri, 10 Mar 2006 08:25:28 +0100 > > Bogus__aw Brandys <[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> > >>Please add support for F1 context help in object inspector.It will be > >>very useful. > >> > >>For example: pressing F1 when selected is SessionProperties property on > >>TForm should display help for that property.Similiar for other > >>properties/event - without details (not TFont-style but only top level > >>(Font) property should be considered) > >> > >>I know that F1 handle could be added to objectinspector.pp in > >>HandleStandardKeys but nothing more. I don't know how to get selected > >>property name here and how to call context help. > >> > >>I would probably do that some day ,but I think that it is a matter of > >>few minutes for Mattias to add this :-) > > > > > > Implemented. > > > > Thanks. But it only works for the look up root. If I put a button on a > form and select it in the object inspector, and go to the OnClick event, > http://lazarus-ccr.sourceforge.net/docs/lcl/controls/tcontrol.onclick.html > > is shown instead of > http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tbutton.onclick.html > > Can this be fixed easily? Yes. Fixed. Mattias _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
