Hi,

To learn a bit more about Lazarus IDE and packages, I am trying to port a Kylix IDE add-in (which originally came from GExperts). It is a Procedure List dialog.

Ctrl+G will load the dialog, which parses the current editor file and builds a list of fuctions and procedures. It also has a edit box for a quick search - as you type any part of the procedure name, it filters the list. You can then press enter or double click to take you to the implementation of that funtion or procedure. The dialog closes at this point.

Yes, it is similar to the Code Explorer, but doesn't need to be displayed all the time (more screen space for the editor), and I found the search fuction invaluable for large units.

I worked through the Package docs on the wiki site. I am also looking at the "jumptoimplementation" example and the \IDEIntf directory. Any tips/pointer anybody can give. Any pitfalls I might come across?

Regards,
 - Graeme -



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

Reply via email to