On Wed, 2025-08-06 at 14:42 +0200, Miller Puckette via Pd-dev wrote:
OK, I'll wait until Roman (or anyone else) can verify this fixes it. (Meanwhile I've hit at least one crasher bug when deleting fields from [struct] objects (which sets off a chain of data resizing and relocation) - so I'll probably have something to update in a day or two as well.
I applied this patch¹ to pd_menus.tcl and the menu entry "Pd Help" appeared again and opens the HTML manual in the browser. From what I can tell, this looks good on macOS Sequoia with this patch.
Note: In Linux, the corresponding menu item is named "HTML Manual" which I find is more meaningful than just "Pd Help". Also, on the Mac, all menu items are localized except "Pd Help". I see in the code that macOS is handled differently. So maybe the name of this menu item is a "Macism"?
Roman
¹ https://github.com/pure-data/pure-data/commit/7ec024e7edff662e03a980995e9e19...