Have been looking at UnitEditor.pp and SynCompletion.pas.

I'm trying to implement item hints on SynBaseCompletionForm of
ACompletion of TSourceNotebook. That is, when mouse is over
an item of the identifier completion list, a hint pops up to
display and describe the item.
(Useful when looking at items that are longer than the
completion form can show it, especially overloaded functions)

Is it implemented halfway or not at all?

Is the 'ItemList' property of ACompletion of TSourceNotebook
used for this purpose, as I see it is filled with 'Dummy' strings,
which looks like initializing ItemList?

If its not the above, i'll have to add a FHintList to TSourceNotebook.

Asking first so as not to cause overlapping codes.

Funky Beast

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to