Re: [PD-dev] revised search-plugin.tcl

2011-06-25 Thread Hans-Christoph Steiner
On Jun 24, 2011, at 4:36 AM, IOhannes m zmoelnig wrote: On 2011-06-23 01:05, Jonathan Wilkes wrote: I think separating on by dir to get a distinction between root/user accessible libraries won't work, like if I compile pd in ~/newest- vanilla/ and search for included libs. (Plus

Re: [PD-dev] revised search-plugin.tcl

2011-06-22 Thread Jonathan Wilkes
--- On Tue, 6/21/11, IOhannes m zmoelnig zmoel...@iem.at wrote: From: IOhannes m zmoelnig zmoel...@iem.at Subject: Re: [PD-dev] revised search-plugin.tcl To: pd-dev@iem.at Date: Tuesday, June 21, 2011, 9:19 AM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-06-21 02:13, Jonathan

Re: [PD-dev] revised search-plugin.tcl

2011-06-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-06-21 02:13, Jonathan Wilkes wrote: How does one tell the difference? i think the idea is to segregrate based on the paths libraries are installed to. usually there are directories where you need suprt-user rights to write to. whenever

Re: [PD-dev] revised search-plugin.tcl

2011-06-20 Thread Hans-Christoph Steiner
That's quite nice, looks and works very well. You've taken my sketch and made it something far beyond what it was originally. One thing, I notice that for objects' help files, you strip the paths. That make sense, except it does the same for all_about* patches. Also, that could get

Re: [PD-dev] revised search-plugin.tcl

2011-06-20 Thread Jonathan Wilkes
--- On Mon, 6/20/11, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD-dev] revised search-plugin.tcl To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-dev pd-dev@iem.at Date: Monday, June 20, 2011, 4:37 PM That's quite nice, looks

Re: [PD-dev] revised search-plugin.tcl

2011-06-20 Thread Hans-Christoph Steiner
On Jun 20, 2011, at 6:55 PM, Jonathan Wilkes wrote: --- On Mon, 6/20/11, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD-dev] revised search-plugin.tcl To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-dev pd-dev@iem.at Date: Monday, June

Re: [PD-dev] revised search-plugin.tcl

2011-06-20 Thread Jonathan Wilkes
--- On Tue, 6/21/11, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD-dev] revised search-plugin.tcl To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-dev pd-dev@iem.at Date: Tuesday, June 21, 2011, 12:59 AM On Jun 20, 2011, at 6:55 PM

[PD-dev] revised search-plugin.tcl

2011-06-16 Thread Jonathan Wilkes
Here's a revised version of the search-plugin that Hans started: * fixed problem with double results if a path dir was a subdir of another * can search for phrases by using double quotes * search for whole words or partial matches * search for all or any terms * better scrollbar (ttk::scrollbar)