Felipe, just place your caret on a method in the file, by clicking on
the source editor. You will notice that the first <NONE> will change to
the method name.
Unfortunately OnKeyDown does not work yet, but I will try to fix it
soon.

Ummm ... sorry, but clicking around on the source editor on places like:

"  TCustomImage = class(TGraphicControl)
  private
    FPicture: TPicture;
    FCenter: Boolean;
    FProportional: Boolean;
    FTransparent: Boolean;
    FStretch: Boolean;
    FUseParentCanvas: boolean;
    function  GetCanvas: TCanvas;
    procedure SetPicture(const AValue: TPicture);
    procedure SetCenter(Value : Boolean);
    procedure SetProportional(const AValue: Boolean);
    procedure SetStretch(Value : Boolean);
    procedure SetTransparent(Value : Boolean);
    procedure PictureChanged(SEnder : TObject);"

Does not change the first <NONE>, doesn't matter where I click. Now I noticed that the second <NONE> correctly reflects the fact that I am on one form or on another.

Are you using win32? Maybe LazDoc has a gtk issue...

thanks,

Felipe

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

Reply via email to