<br><br><div class="gmail_quote">On Sat, May 17, 2008 at 9:03 AM, Hans-Christoph Steiner &lt;<a href="mailto:hans@eds.org">hans@eds.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On May 17, 2008, at 5:50 PM, Enrique Erne wrote:<br>
<br>
&gt; Hans-Christoph Steiner wrote:<br>
&gt;&gt; There is much that can and should be done. &nbsp;Here&#39;s some ideas<br>
&gt;&gt; ranked into of difficulty:<br>
&gt;&gt; - file a bug report when a help patch is not working<br>
&gt;&gt; - write and improve help patches, and submit them to the patch<br>
&gt;&gt; tracker<br>
&gt;<br>
&gt; is there a convention about how to make it work? i.e. should one<br>
&gt; use declare, import or namespace prefix?<br>
&gt;<br>
&gt; i guess all help-files that are not loaded on default would need a<br>
&gt; declare/import/or-namespace in order to work...<br>
&gt;<br>
&gt; i want to contribute and help to make &quot;all&quot;/more helpfiles work. i<br>
&gt; know there is pddp but afaik it does not solve the declare/import/<br>
&gt; or-namespace problem.<br>
&gt;<br>
&gt; could all developers express their opinion and agree on how to make<br>
&gt; all helpfiles work? :)<br>
<br>
</div>Starting with the PDDP template is a good place to start:<br>
<br>
<a href="http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/doc/pddp/" target="_blank">http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/doc/pddp/</a><br>
templates/<br>
<div class="Ih2E3d"><br>
&gt; i&#39;m not a developer but i would vote for declare<br>
&gt; i.e. [declare -stdlib mrpeach] to packOSC-help.pd<br>
&gt; then it would work with pd vanilla too.<br>
</div></blockquote><div><br>This isn&#39;t working for me, using the latest pd-extended.&nbsp; When I start pd with the &#39;-verbose&#39; flag and then use a [declare] statement, what I am declaring is not getting searched (or at least it isn&#39;t posting that it is.&nbsp; Anyways, the object in that directory isn&#39;t found).<br>
&nbsp;<br>I think this would be a good approach, similar to python&#39;s &quot;from x import *&quot; mechanism, but probably not good for help files, as they could introduce nameclashes that are avoided with namespaces.<br><br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Personally, I would use namespace prefixes: &nbsp; [mrpeach/packOSC].<br>
This will make more sense when there are libraries organized around<br>
concepts rather than authors. &nbsp;So something like [osc/packOSC]<br>
<div class="Ih2E3d"></div></blockquote><div><br>This seems appropriate for help files, as it also tells you where to find the object within the extra folder.&nbsp; Sort of self-documenting.&nbsp; <br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
<br>
&gt;&gt; - add a search pane to the help panel<br>
&gt;<br>
&gt; is this done in tcl/tk? is there any documentation about that on<br>
&gt; <a href="http://puredata.info" target="_blank">puredata.info</a>?<br>
<br>
</div>It is done however you want to, more or less, but I think a pure Tcl<br>
solution would be possible, and perhaps easiest.<br>
<br>
.hc<br>
<div class="Ih2E3d"><br>
<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt; - help design and code a library format that bundles<br>
&gt;&gt; objectclasses, helpfiles, manuals, examples, etc then write code<br>
&gt;&gt; to index it all, and create a GUI to navigate that content<br>
&gt;&gt; At this point, I think it is mostly a waste of time to do constant<br>
&gt;&gt; little workarounds like moving around objects. &nbsp;We should be<br>
&gt;&gt; putting our scarce resources towards real improvements, not<br>
&gt;&gt; temporary fixes, IMHO.<br>
&gt;&gt; .hc<br>
&gt;&gt;<br>
<br>
<br>
<br>
</div>------------------------------------------------------------------------<br>
----<br>
<br>
News is what people want to keep hidden and everything else is<br>
publicity. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Bill Moyers<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br>