From 69101e6e7eb00acaee619d4aa815d4a85925cc60 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes Date: Wed, 31 Oct 2012 20:55:52 +0000 Subject: updated search help svn path=/trunk/; revision=16502 --- doc/pddp/all_about_finding_objects.pd | 39 ++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'doc') diff --git a/doc/pddp/all_about_finding_objects.pd b/doc/pddp/all_about_finding_objects.pd index 34ba1d5c..9a8e5278 100644 --- a/doc/pddp/all_about_finding_objects.pd +++ b/doc/pddp/all_about_finding_objects.pd @@ -9,8 +9,8 @@ #X text 12 65 LIBRARY PDDP; #X text 12 5 GENRE all_about_pd; #X text 12 45 DESCRIPTION tips for searching for objects; -#X text 12 25 KEYWORDS help; #X text 12 85 HELP_PATCH_AUTHORS Jonathan Wilkes \, Pd-ext 0.42.; +#X text 12 25 KEYWORDS help; #X restore 392 427 pd META; #X obj 6 427 pddp/pddplink all_about.pd -text All About Pd; #N canvas 9 180 428 183 References 0; @@ -26,26 +26,27 @@ #X text 19 26 Simple Search; #X text 19 26 _____________; #X text 19 121 _______________; -#X text 19 46 Enter your search terms and click "Search" \, or click -a keyword. You can use the drop-down menu below the search bar to filter -the results by category.; -#X text 19 176 You can use regular expressions \, too:; -#X text 19 91 Searches are not case sensitive.; -#X text 19 196 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help +#X text 19 171 You can use regular expressions \, too:; +#X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help patches that have an [osc~] object with a creation argument.; #X text 19 141 Use quotes to search for a specific phrase \, such as: "frequency modulation"; -#X obj 24 261 pddp/pddplink http://www.tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm +#X obj 24 250 pddp/pddplink http://www.tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm ; -#X text 19 226 Pd search uses the regex syntax from the Tcl language +#X text 19 218 Pd search uses the regex syntax from the Tcl language \, which is documented here:; -#X text 19 286 Finally \, you can make use of PDDP keywords to refine -your search. For example:; -#X text 19 336 OUTLET_0.*symbol ..... sends a symbol from the left -outlet; -#X text 19 316 AUTHOR.*Puckette ..... all objects authored by Miller -; -#X text 19 356 LICENSE.*GPL ......... objects are licensed under the -GPL; -#X text 19 376 For more details on PDDP tags \, see:; -#X obj 24 396 pddp/pddplink all_about_pd_META.pd; +#X text 19 382 For more details on PDDP tags \, see:; +#X obj 24 399 pddp/pddplink all_about_pd_META.pd; +#X text 19 46 Enter your search terms and click "Search" \, or click +a keyword. You can use the drop-down menu below the search bar to filter +the results by category. Searches are not case sensitive.; +#X text 19 101 Use and to change the size of the +fonts.; +#X text 19 272 Finally \, you can make use of PDDP keywords to refine +your search. They are listed at the bottom of the search homepage. +Click one to see the regex syntax \, which you can use to search for +any of the PDDP tag.; +#X text 19 322 Clicking on a "folder" icon will bring up the containing +directory in an external file browser. Clicking the "i" icon will bring +up a README.txt for the containing library (or META.pd if there isn't +a README). Internal objects will pop up a message saying so.; -- cgit v1.2.1