diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-07 20:08:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-07 20:08:48 +0000 |
commit | e88278c7c8628df0b943d0ffc962f9be48ef89aa (patch) | |
tree | 5be78ee4765101bb7582b12a4f0a838c8cd6652a /helplink-help.pd | |
parent | fec8d07685f163c82d2d3d9144d9d885639577e0 (diff) |
purged pddplink code that is not needed for helplink
svn path=/trunk/externals/pddp/; revision=13508
Diffstat (limited to 'helplink-help.pd')
-rw-r--r-- | helplink-help.pd | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/helplink-help.pd b/helplink-help.pd index 675458f..3ec1d63 100644 --- a/helplink-help.pd +++ b/helplink-help.pd @@ -1,14 +1,11 @@ -#N canvas 314 87 424 397 12; -#X text 20 10 first entry; -#X text 50 50 three ways of linking to a; -#X text 50 170 three ways of linking to a; -#X obj 50 195 helplink http://puredata.info; -#X obj 50 230 helplink http://puredata.info -box; -#X text 50 290 three ways of linking to; -#X obj 260 290 helplink dsp-help.pd -text another local patch; -#X obj 50 315 helplink dsp-help.pd; -#X obj 50 350 helplink dsp-help.pd -box; -#X obj 270 170 helplink http://puredata.info -text remote URL; -#X obj 270 50 helplink README.txt -text local file; -#X obj 50 75 helplink README.txt; -#X obj 50 110 helplink README.txt -box; +#N canvas 275 101 468 415 12; +#X text 20 10 [helplink] makes a clickable link to a help patch based +on the object name. It is useful for providing links to help patches +in other patches.; +#X obj 51 101 helplink select; +#X obj 54 304 helplink; +#X obj 50 143 helplink cyclone/counter; +#X obj 50 181 helplink iemguts/propertybang; +#X text 29 234 If the help patch or object does not exist \, [helplink] +will not output an error until someone clicks on the link.; +#X obj 55 339 helplink Gem/scale; |