[PyMOL] MacPyMol plug-ins

2006-05-18 Thread stephen rouse
Hi everyone: A new plug-in architecture has been added to MacPyMol (available in versions 1.00 beta 03 and later). This allows plug-ins to be developed for MacPyMol using the native Mac development tools (Xcode) and frameworks (Cocoa). I have a couple of these plug-ins working, and so far they

Re: [PyMOL] MacPyMol plug-ins

2006-05-19 Thread stephen rouse
1) Header file display. 2) Filelist : show a directory as a list, to avoid repeated "load" commands. this is a good idea, and a fairly easy one to implement. do you mean present all of the pdb files (or the like) from a chosen directory in a list, and load each molecule via a double-click?