This is great. Just what we need for students getting into pd etc. Great work.
Some feedback:
Now we just need the libdir meta info for all externals!
On Nov 9, 2012, at 6:00 AM, pd-list-request@iem.at wrote:
From: Jonathan Wilkes jancsika@yahoo.com Subject: Re: [PD] Browse/Search plugin update Date: November 8, 2012 5:06:08 PM EST To: Jonathan Wilkes jancsika@yahoo.com, Hans-Christoph Steiner hans@at.or.at Cc: PD List pd-list@iem.at Reply-To: Jonathan Wilkes jancsika@yahoo.com
And now it's refactored as a literal drop-in replacement for helpbrowser.tcl: https://sourceforge.net/tracker/?func=detail&aid=3585469&group_id=55...
It seems to have outgrown its "dialog" window class, but I manually added the standard pd dialog bindings, so ESC will withdraw the window. (It will also stop the search in progress, too.)
If anyone wants me to add any tutorials or docs that I'm missing to the browser's homepage, let me know. The neat thing is that if it gets large I can tag the entries and the dropdown list can be used to filter the homepage (just like it does with search results).
-Jonathan
Dan Wilcox danomatika.com robotcowboy.com
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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?
-Jonathan
Now we just need the libdir meta info for all externals!
On Nov 9, 2012, at 6:00 AM, pd-list-request@iem.at wrote:
From: Jonathan Wilkes jancsika@yahoo.com
Subject: Re: [PD] Browse/Search plugin update
Date: November 8, 2012 5:06:08 PM EST
To: Jonathan Wilkes jancsika@yahoo.com, Hans-Christoph Steiner hans@at.or.at
Cc: PD List pd-list@iem.at
Reply-To: Jonathan Wilkes jancsika@yahoo.com
And now it's refactored as a literal drop-in replacement for helpbrowser.tcl: https://sourceforge.net/tracker/?func=detail&aid=3585469&group_id=55...
It seems to have outgrown its "dialog" window class, but I manually added the standard pd dialog bindings, so ESC will withdraw the window. (It will also stop the search in progress, too.)
If anyone wants me to add any tutorials or docs that I'm missing to the browser's homepage, let me know. The neat thing is that if it gets large I can tag the entries and the dropdown list can be used to filter the homepage (just like it does with search results).
-Jonathan
Dan Wilcox danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Nov 9, 2012, at 2:36 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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
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?
On Nov 9, 2012, at 2:44 PM, Dan Wilcox danomatika@gmail.com wrote:
On Nov 9, 2012, at 2:36 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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
From: Dan Wilcox danomatika@gmail.com To: Jonathan Wilkes jancsika@yahoo.com Cc: "pd-list@iem.at" pd-list@iem.at 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:
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 danomatika@gmail.com wrote:
On Nov 9, 2012, at 2:36 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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
A libdir is just a folder of patches with a meta patch in it. So just add meta files to your folders of abstractions and you have libdirs. For example, "rc-patchs" would have a meta file called "rc-patches-meta.pd" For help patches, just add a [pd META] subpatch.
.hc
On Nov 9, 2012, at 10:52 PM, Dan Wilcox wrote:
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?
On Nov 9, 2012, at 2:44 PM, Dan Wilcox danomatika@gmail.com wrote:
On Nov 9, 2012, at 2:36 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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.
Here's a revision that keeps them static in a different text widget above the main one: https://sourceforge.net/tracker/index.php?func=detail&aid=3585469&gr...
Does that help?
Now we just need the libdir meta info for all externals!
On Nov 9, 2012, at 6:00 AM, pd-list-request@iem.at wrote:
From: Jonathan Wilkes jancsika@yahoo.com
Subject: Re: [PD] Browse/Search plugin update
Date: November 8, 2012 5:06:08 PM EST
To: Jonathan Wilkes jancsika@yahoo.com, Hans-Christoph Steiner hans@at.or.at
Cc: PD List pd-list@iem.at
Reply-To: Jonathan Wilkes jancsika@yahoo.com
And now it's refactored as a literal drop-in replacement for helpbrowser.tcl: https://sourceforge.net/tracker/?func=detail&aid=3585469&group_id=55...
It seems to have outgrown its "dialog" window class, but I manually added the standard pd dialog bindings, so ESC will withdraw the window. (It will also stop the search in progress, too.)
If anyone wants me to add any tutorials or docs that I'm missing to the browser's homepage, let me know. The neat thing is that if it gets large I can tag the entries and the dropdown list can be used to filter the homepage (just like it does with search results).
-Jonathan
Dan Wilcox danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Nov 11, 2012, at 3:35 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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.
Here's a revision that keeps them static in a different text widget above the main one: https://sourceforge.net/tracker/index.php?func=detail&aid=3585469&gr...
Does that help?
Yeah that's better, although I would replace the '-' chars with more of an arrow like '>' or a '/' just so the navigation is more more obvious.
Also, I noticed if you bounce back and forth, the breadcrumbs don't observe overall dir depth, but add on to themselves. IE if you go into the External libraries folder, click on apple, then click on External libraries on the breadcrumbs, it duplicates itself yielding:
Home - External libraries - apple - External libraries
Dan Wilcox danomatika.com robotcowboy.com
Thanks. Revised:
https://sourceforge.net/tracker/?func=detail&aid=3585469&group_id=55...
The "/" character seems pretty standard so I used that. Just search for "set separator" and you can change it to try something else.
-Jonathan
From: Dan Wilcox danomatika@gmail.com To: Jonathan Wilkes jancsika@yahoo.com Cc: "pd-list@iem.at" pd-list@iem.at Sent: Sunday, November 11, 2012 4:03 PM Subject: Re: [PD] Browse/Search plugin update
On Nov 11, 2012, at 3:35 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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.
Here's a revision that keeps them static in a different text widget above the main one: https://sourceforge.net/tracker/index.php?func=detail&aid=3585469&gr...
Does that help?
Yeah that's better, although I would replace the '-' chars with more of an arrow like '>' or a '/' just so the navigation is more more obvious.
Also, I noticed if you bounce back and forth, the breadcrumbs don't observe overall dir depth, but add on to themselves. IE if you go into the External libraries folder, click on apple, then click on External libraries on the breadcrumbs, it duplicates itself yielding:
Home - External libraries - apple - External libraries
Dan Wilcox danomatika.com robotcowboy.com
On Nov 11, 2012, at 11:44 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
Thanks. Revised:
https://sourceforge.net/tracker/?func=detail&aid=3585469&group_id=55...
The "/" character seems pretty standard so I used that. Just search for "set separator" and you can change it to try something else.
I tried both and I actually like the > better.
Also, could there be some sort of back button and location memory? Say I'm in a couple levels looking at an external reference folder. If I want to do a quick search for something else, I lose where I was before. It would be nice to be abel to go back to the previous page.
From: Dan Wilcox danomatika@gmail.com To: Jonathan Wilkes jancsika@yahoo.com Cc: "pd-list@iem.at" pd-list@iem.at Sent: Sunday, November 11, 2012 4:03 PM Subject: Re: [PD] Browse/Search plugin update
On Nov 11, 2012, at 3:35 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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.
Here's a revision that keeps them static in a different text widget above the main one: https://sourceforge.net/tracker/index.php?func=detail&aid=3585469&gr...
Does that help?
Yeah that's better, although I would replace the '-' chars with more of an arrow like '>' or a '/' just so the navigation is more more obvious.
Also, I noticed if you bounce back and forth, the breadcrumbs don't observe overall dir depth, but add on to themselves. IE if you go into the External libraries folder, click on apple, then click on External libraries on the breadcrumbs, it duplicates itself yielding:
Home - External libraries - apple - External libraries
Dan Wilcox danomatika.com robotcowboy.com
Dan Wilcox danomatika.com robotcowboy.com
Also, I notice the search bar widgets have a slightly lighter grey background then the container on OSX:
On Nov 11, 2012, at 11:54 PM, Dan Wilcox danomatika@gmail.com wrote:
On Nov 11, 2012, at 11:44 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
Thanks. Revised:
https://sourceforge.net/tracker/?func=detail&aid=3585469&group_id=55...
The "/" character seems pretty standard so I used that. Just search for "set separator" and you can change it to try something else.
I tried both and I actually like the > better.
Also, could there be some sort of back button and location memory? Say I'm in a couple levels looking at an external reference folder. If I want to do a quick search for something else, I lose where I was before. It would be nice to be abel to go back to the previous page.
From: Dan Wilcox danomatika@gmail.com To: Jonathan Wilkes jancsika@yahoo.com Cc: "pd-list@iem.at" pd-list@iem.at Sent: Sunday, November 11, 2012 4:03 PM Subject: Re: [PD] Browse/Search plugin update
On Nov 11, 2012, at 3:35 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
From: Dan Wilcox danomatika@gmail.com To: pd-list@iem.at 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.
Here's a revision that keeps them static in a different text widget above the main one: https://sourceforge.net/tracker/index.php?func=detail&aid=3585469&gr...
Does that help?
Yeah that's better, although I would replace the '-' chars with more of an arrow like '>' or a '/' just so the navigation is more more obvious.
Also, I noticed if you bounce back and forth, the breadcrumbs don't observe overall dir depth, but add on to themselves. IE if you go into the External libraries folder, click on apple, then click on External libraries on the breadcrumbs, it duplicates itself yielding:
Home - External libraries - apple - External libraries
Dan Wilcox danomatika.com robotcowboy.com
Dan Wilcox danomatika.com robotcowboy.com
Dan Wilcox danomatika.com robotcowboy.com
Here's an update:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/guiplugi...
... plus the static navigation bar above the results
Stuff I don't understand:
until it got beat into submission
the initial one. no clue.
... after using it a bit I instinctively clicked <alt-left-arrow> to go back, so I guess that's my hand telling me it needs some kind of history. (Though it does have a drop-down list of your search terms for that instance of Pd if you click the down-arrow.)
-Jonathan
On Nov 30, 2012, at 3:27 AM, Jonathan Wilkes wrote:
Here's an update:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/guiplugi...
- fixes the color weirdness on OSX
- sets some minimum height/width for the window
- adds the "filesystem" keyword to Keyword Search
- hard-coded normal font color to black
... plus the static navigation bar above the results
Stuff I don't understand:
- grid weight, esp. when frames are involved. i just played with it
until it got beat into submission
- what tcl is caching that makes all subsequent searches faster than
the initial one. no clue.
I doubt that's Tcl doing the caching, but very likely to be the OS doing it. Most OSes these days use spare RAM to cache disk reads. My guess is that is what's happening here. I think using xapian is really the best way to solve this issue. I think we should be able to include pre-built xapian indexes in Pd-extended, and in each library. Then everything would be loaded at start time. It would not need to do much indexing at start time since almost everything would already be indexed. Also, it could save the indexes it generates, and only regenerate them when files change.
... after using it a bit I instinctively clicked <alt-left-arrow> to go back, so I guess that's my hand telling me it needs some kind of history. (Though it does have a drop-down list of your search terms for that instance of Pd if you click the down-arrow.)
Yeah, well said, that's often how I know certain things need to be done.
.hc
From: Hans-Christoph Steiner hans@at.or.at To: Jonathan Wilkes jancsika@yahoo.com Cc: Dan Wilcox danomatika@gmail.com; "pd-list@iem.at" pd-list@iem.at Sent: Friday, November 30, 2012 2:03 PM Subject: Re: [PD] Browse/Search plugin update
On Nov 30, 2012, at 3:27 AM, Jonathan Wilkes wrote:
Here's an update:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/guiplugi...
- fixes the color weirdness on OSX
- sets some minimum height/width for the window
- adds the "filesystem" keyword to Keyword Search
- hard-coded normal font color to black
... plus the static navigation bar above the results
Stuff I don't understand:
- grid weight, esp. when frames are involved. i just played with it
until it got beat into submission
- what tcl is caching that makes all subsequent searches faster than
the initial one. no clue.
I doubt that's Tcl doing the caching, but very likely to be the OS doing it. Most OSes these days use spare RAM to cache disk reads. My guess is that is what's happening here. I think using xapian is really the best way to solve this issue. I think we should be able to include pre-built xapian indexes in Pd-extended, and in each library. Then everything would be loaded at start time. It would not need to do much indexing at start time since almost everything would already be indexed. Also, it could save the indexes it generates, and only regenerate them when files change.
How long is the initial search taking for you? Since the results pop up live, even with the initial 5-10" search the UX is still decent. In fact I could even make the click events stop the search loop which would make the initial search sluggishness even less of an issue. Xapian might be worth it if someone who deeply understands search technology wants to implement it and get a more sophisticated scoring system for better results. Still, with the poverty of quality documentation I'm not sure how much better the results could really be: [sig~ 42] | [super_complex_filter~] <-- super-complex-filter the input | [tabwrite~] <-- super-complex-filtered output (c) 1999 query_bouncer@compuserve.net
... after using it a bit I instinctively clicked <alt-left-arrow> to go back,
so I guess that's my hand telling me it needs some kind of history. (Though it does have a drop-down list of your search terms for that instance of Pd if you click the down-arrow.)
Yeah, well said, that's often how I know certain things need to be done.
.hc
Quoth Hans-Christoph Steiner, on 30/11/2012 19:03:
On Nov 30, 2012, at 3:27 AM, Jonathan Wilkes wrote:
Here's an update:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/guiplugi...
How do you use this plugin? I've installed Pd-0.43.4-extended-20121101 on OS X 10.6.8, and downloaded the above plugin and added it to the paths in preferences. So how do you use it? I can't find any documentation online.
thanks
James
On Dec 1, 2012, at 10:17 AM, James Dunn wrote:
Quoth Hans-Christoph Steiner, on 30/11/2012 19:03:
On Nov 30, 2012, at 3:27 AM, Jonathan Wilkes wrote:
Here's an update:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/guiplugi...
How do you use this plugin? I've installed Pd-0.43.4-extended-20121101 on OS X 10.6.8, and downloaded the above plugin and added it to the paths in preferences. So how do you use it? I can't find any documentation online.
Go to the Help menu and choose Search.
.hc
Quoth Hans-Christoph Steiner, on 01/12/2012 15:43:
On Dec 1, 2012, at 10:17 AM, James Dunn wrote:
Quoth Hans-Christoph Steiner, on 30/11/2012 19:03:
On Nov 30, 2012, at 3:27 AM, Jonathan Wilkes wrote:
Here's an update:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/guiplugi...
How do you use this plugin? I've installed Pd-0.43.4-extended-20121101 on OS X 10.6.8, and downloaded the above plugin and added it to the paths in preferences. So how do you use it? I can't find any documentation online.
Go to the Help menu and choose Search.
.hc
Aha, thanks. It's labelled Browser2.0 here under the help menu.
From: James Dunn james@4thharmonic.com To: Hans-Christoph Steiner hans@at.or.at Cc: "pd-list@iem.at" pd-list@iem.at Sent: Saturday, December 1, 2012 10:50 AM Subject: Re: [PD] Browse/Search plugin update
Quoth Hans-Christoph Steiner, on 01/12/2012 15:43:
On Dec 1, 2012, at 10:17 AM, James Dunn wrote:
Quoth Hans-Christoph Steiner, on 30/11/2012 19:03:
On Nov 30, 2012, at 3:27 AM, Jonathan Wilkes wrote:
Here's an update:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/guiplugi...
How do you use this plugin? I've installed Pd-0.43.4-extended-20121101 on OS X 10.6.8, and downloaded the above plugin and added it to the paths in preferences. So how do you use it? I can't find any documentation online.
Go to the Help menu and choose Search.
.hc
Aha, thanks. It's labelled Browser2.0 here under the help menu. That's right-- I changed the name because I want it to eventually replace the helpbrowser. There's also a keybinding <alt-h> to bring it up. -Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Added a little documentation on puredata.info: https://puredata.info/Members/jancsika/helpbrowser2.0/ -Jonathan
On 2012-12-01 13:50, Jonathan Wilkes wrote:
Added a little documentation on puredata.info: https://puredata.info/Members/jancsika/helpbrowser2.0/ -Jonathan
That's nice but you still don't say how to install it.
Martin
From: Martin Peach martin.peach@sympatico.ca To: Jonathan Wilkes jancsika@yahoo.com Cc: "pd-list@iem.at" pd-list@iem.at Sent: Saturday, December 1, 2012 2:36 PM Subject: Re: [PD] Browse/Search plugin update
On 2012-12-01 13:50, Jonathan Wilkes wrote:
Added a little documentation on puredata.info: https://puredata.info/Members/jancsika/helpbrowser2.0/ -Jonathan
That's nice but you still don't say how to install it.
Martin
Ok, have a look now. I added a link at the bottom of the page to the gui-plugin doc.
-Jonathan
On 2012-12-01 15:40, Jonathan Wilkes wrote:
From: Martin Peach martin.peach@sympatico.ca To: Jonathan Wilkes jancsika@yahoo.com Cc: "pd-list@iem.at" pd-list@iem.at Sent: Saturday, December 1, 2012 2:36 PM Subject: Re: [PD] Browse/Search plugin update
On 2012-12-01 13:50, Jonathan Wilkes wrote:
Added a little documentation on puredata.info: https://puredata.info/Members/jancsika/helpbrowser2.0/ -Jonathan
That's nice but you still don't say how to install it.
Martin
Ok, have a look now. I added a link at the bottom of the page to the gui-plugin doc.
OK thanks, I had assumed it was meant to go in pd/tcl (in fact it did work from that location without me having to set any paths).
Martin
This was the first gui plugin I installed since trying out the beta. Works great for me on the latest xubuntu.
On Sat, Dec 1, 2012 at 10:50 AM, Jonathan Wilkes jancsika@yahoo.com wrote:
Added a little documentation on puredata.info:
https://puredata.info/Members/jancsika/helpbrowser2.0/
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I am a bit curios to try it. Is it possible someone can give some hints on how to install the plugin? And is it possible to run on 0.42.5 ?
/Björn
On Sat, Dec 1, 2012 at 9:01 PM, Ryan Smith bigryeguy@gmail.com wrote:
This was the first gui plugin I installed since trying out the beta. Works great for me on the latest xubuntu.
On Sat, Dec 1, 2012 at 10:50 AM, Jonathan Wilkes jancsika@yahoo.com wrote:
Added a little documentation on puredata.info:
https://puredata.info/Members/jancsika/helpbrowser2.0/
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
From: Björn Eriksson miulew@gmail.com To: Pd - list pd-list@iem.at Sent: Saturday, December 1, 2012 3:34 PM Subject: Re: [PD] Browse/Search plugin update
I am a bit curios to try it. Is it possible someone can give some hints on how to install the plugin? And is it possible to run on 0.42.5 ?
I don't think you can use gui-plugins with 0.42.5, but there is an older drop-in replacement for the helpbrowser-- you can get it here:
http://sourceforge.net/tracker/?func=detail&aid=3585469&group_id=557...
Just replace helpbrowser.tcl with my version. Then you can bring it up with <ctrl-b>.
I've fixed a few bugs since then, but that will at least allow you to try it out.
/Björn
On Sat, Dec 1, 2012 at 9:01 PM, Ryan Smith bigryeguy@gmail.com wrote:
This was the first gui plugin I installed since trying out the beta.
Works great for me on the latest xubuntu.
On Sat, Dec 1, 2012 at 10:50 AM, Jonathan Wilkes jancsika@yahoo.com wrote:
Added a little documentation on puredata.info:
https://puredata.info/Members/jancsika/helpbrowser2.0/
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list