Modern Processes Inspector and Search Files

Terje Norderhaug <[email protected]> Wed, 3 Feb 2010 15:17:25 -0800
Newsgroups gmane.lisp.mcl.general
Message-ID <[email protected]>
I have uploaded a new MCL contribution that gives the Processes  
Inspector a more modern look & feel:

    http://mclide.in-progress.com/img/shots/processes

It's the same add-on used for the processes inspector in MCLIDE. It  
uses the Databrowser contrib to provide a multi-column table of  
processes.

See also the upgrade to the Search Files dialog, which lists the  
results from a search in a multi-column databrowser.

Both are available from the MCL repository together with the  
Databrowser contrib:

    http://code.google.com/p/mcl/source/browse/#hg/examples/Databrowser

After downloading, the upgrades can be loaded into MCL using ASDF or  
with:

     (require :databrowser "ccl:examples;Databrowser;databrowser")
     (require :autosize "ccl:examples;Databrowser;autosize")
     (load "ccl:examples;Databrowser;modern-processes-inspector")
     (load "ccl:examples;Databrowser;search-files-browser")

-- Terje Norderhaug
   [email protected]




_______________________________________________
info-mcl mailing list
[email protected]
http://clozure.com/mailman/listinfo/info-mcl