>________________________________ > From: Dan Wilcox <[email protected]> >To: Jonathan Wilkes <[email protected]> >Cc: "[email protected]" <[email protected]> >Sent: Friday, November 9, 2012 10:52 PM >Subject: Re: [PD] Browse/Search plugin update > > >Also, does it scan paths added manually or only libdir libs? Say I have a set >of abstractions (ie rjlib, rc-patchs, etc), can it search them as well?
I search $dirs, which is: set dirs [concat [file join $::sys_libdir doc] $::sys_searchpath $::sys_staticpath] So whatever is in the system searchpath which can be added in the path dialog. But these are different sides of the same coin remaining: 1) when the path dialog is removed, how can the user specify a new addition to sys_searchpath? 2) isn't the currently opened patch part of the searchpath? Unfortunately it's not appended to $::sys_searchpath, because if it were the docs inside the patch's dir would show up in the search, and they don't. I'm using 0.43 Vanilla to test, though, so I have no idea if pd-extended is different. -Jonathan > > >On Nov 9, 2012, at 2:44 PM, Dan Wilcox <[email protected]> wrote: > > >> >>On Nov 9, 2012, at 2:36 PM, Jonathan Wilkes <[email protected]> wrote: >> >>________________________________ >>>>From: Dan Wilcox <[email protected]> >>>>To: [email protected] >>>>Sent: Friday, November 9, 2012 12:02 PM >>>>Subject: Re: [PD] Browse/Search plugin update >>>> >>>> >>>>This is great. Just what we need for students getting into pd etc. Great >>>>work. >>>> >>>> >>>>Some feedback: >>>> - Can you make the breadcrumb nav links stand out a bit more? I didn't see >>>>them at first and was looking for a back button. >>>> >>> >>>Sure, what do you suggest? I initially had them at a smaller fontsize then >>>raised them to the same size >>>as the other text. Would making them bold be enough? >>> >> >> >>I was thinking more that they could be in a permanent pane below the search >>bar since you currently have to scroll up in order to go back. It could be >>something that drops down once you're below the front page. >> >>-------- >>Dan Wilcox >>danomatika.com >>robotcowboy.com >> >> >> >> >> > >-------- >Dan Wilcox >danomatika.com >robotcowboy.com > > > > > > > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
