Re: [Pyobjc-dev] Wanted: a generic object browser
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-06-06 16:04:52
|
Jack Jansen wrote: > 1. A Python browser, for use in the next-generation MacPython IDE. Have you missed my PythonBrowser/NSOutlineView demo/prototype? Most recently posted in this threadlet: http://sourceforge.net/mailarchive/forum.php?thread_id=2372447&forum_id= 4355 ...but it seems the archiver tossed the attachment. Let me know if you want me to send it to you. It's by no means a generic browser, but I think it could be made into one. It's mostly the result of me trying to grok NSOutlineViw. It would be great if there were a similar demo using NSBrowser instead of NSOutlineView. Ideally the user should be able to switch between "list/tree view" and "column view". Just |