IOhannes m zmoelnig wrote:
Roman Haefeli wrote:
i cannot speak for hans, of course, but personally i do also install all
help-files into 5.reference/<library>/, so that they are visible and
accessible by pd's help-browser. it seemed to me an easy way to check,
what classes are delivered by a certain library.

i think the help-browser is a very weak excuse.
[...]

the only remaining thing is the help-browser. it should probably be fixed to also offer the possibility to search extra/ and everybody would be happy.

something like the attached.
i am no tcl/tk programmer, i just quickly hacked this together with help of the internet.


fmgasd
IOhannes
--- u_main.tk   2008-04-14 17:47:32.000000000 +0200
+++ ../bin/pd.tk        2008-04-15 12:28:31.107591424 +0200
@@ -461,8 +461,13 @@
                 toplevel .help_browser -menu .mbar
                 wm title .help_browser "Pd Documentation Browser"
                 frame .help_browser.frame
+                frame .help_browser.frame.doc
+                frame .help_browser.frame.extra
                 pack .help_browser.frame -side top -fill both
-                doc_make_listbox .help_browser.frame $dir 0
+                pack .help_browser.frame.doc -side top -fill both
+                pack .help_browser.frame.extra -side top -fill both 
+                doc_make_listbox .help_browser.frame.doc $dir  0
+                doc_make_listbox .help_browser.frame.extra $dir/../extra  0
          }
     }
 
_______________________________________________
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to