On Tue, 13 Dec 2005 17:01:25 +0200
Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:

> 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.

Great!

 
> 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 added a basic incremental search to the code explorer.

 
> 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?

This part of the IDEIntf has not been tested much, so maybe there are some
bugs/missing methods.
If you need help, don't hesitate to ask.


Mattias

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

Reply via email to