Erlang Development Environment

Sean Hinde Sean.Hinde@REDACTED
Fri Mar 9 12:32:36 CET 2001


All,

> 3. or even just bring up the possible function headers with 
> the names of the
> variables (kind of like you get when entering an equation in 
> M$ Excel) -
> this could even work without access to any docs and for our 
> own functions in
> our own modules in the current path.

OK, Here it is..

code_finder:start(). to start. Hit "Update", wait for a minute or so and
then you can search away in all exported functions in your path.

e.g. 

mnesia - greps all functions with mnesia anywhere in the module or function
name
mnesia: - lists only functions exported from the mnesia module
mnesia:dirty - lists all functions exported from mnesia containing the
string "dirty"
mnesia:dirty/1 - lists all functions exported from mnesia containing the
string dirty of arity 1.

Hit Return or click Find to search.

If anyone finds any bugs or finds the TODO items so annoying they feel
inspired to implement them then be my guest - please just let me know.

Enjoy!

- Sean

P.S It would have been somewhat quicker to write if the docs for the
Abstract form and its toolset were a little more informative :)




NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.

  

-------------- next part --------------
A non-text attachment was scrubbed...
Name: code_finder.erl
Type: application/octet-stream
Size: 11528 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20010309/13eab3f0/attachment.obj>


More information about the erlang-questions mailing list