Erlang Development Environment

Peter Andersson Peter.Andersson@REDACTED
Fri Mar 9 14:04:40 CET 2001


Chandrashekhar Mullaparthi wrote:
> 
> Good one Sean!! I like it!


Sucking up to the boss, are we!?  :-)

Seriously, I also liked it a lot - very useful! Thanks Sean! An improvement
would perhaps be the possibility to save the retrieved data (from an update) to
file so that you don't have to collect the info from scratch every time you
start the program. I suppose using e.g. dets, it would be quite a quick thing to
implement?

While we're on the subject of easy access to documentation... I've sometimes
found it useful to be able to view Erlang man pages from the Erlang shell. I
wrote a very simple program the other day that either prints a page to stdout or
lets you perform some string searching within a page. If anyone's interested
I'll post it.

Regards

  /Peter


> > -----Original Message-----
> > From: Sean Hinde [mailto:Sean.Hinde@REDACTED]
> > 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.

-- 
 ·--· · - · ·-·     ·--· · ·--· ·--· ·     ·- -· -·· · ·-· ··· ··· --- -·  
                      Peter "Peppe" Andersson                               
               Ericsson Systems Expertise Ltd, Ireland
                                    
   address: Ericsson Software Campus   address: Apartment No 43             
   (work)   Athlone, Co. Westmeath     (home)   Irishtown Central
                                                Athlone, Co. Westmeath
   fax:   +353 902 31304
   phone: +353 902 31784               phone(mobile): +353 86 815 3813 

                 email: Peter.Andersson@REDACTED

    ~ Anthony's Law of Force: "Do not force it, get a larger hammer" ~
 ·--· · - · ·-·     ·--· · ·--· ·--· ·     ·- -· -·· · ·-· ··· ··· --- -·



More information about the erlang-questions mailing list