On Sep 18, 2005, at 5:49 PM, Peter Plessas wrote:
Dear List,
this is not too important but i wonder sometimes if...
1.) One could change the behavior of displaying hidden files and
directories in open panels. This is esp. cumbersome when one steps
through a /home directory. If this is a small change in the pd sources to change, i would love to
know.2.) Has anyone yet invented a sed/awk/whatever script to change the
fontsizes of all pd patches in a given directory?
There is a sed script to do this in CVS packages/darwin_app/Makefile,
at about line 220:
sed -i.bak 's/^(#N canvas [0-9]* [0-9]* [0-9]* [0-9]*) 12/\1 10/' *.pd
The "12" is the current font size, and the "10" is the new font size.
.hc
that's it! Have fun!
Peter
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Computer science is no more related to the computer than astronomy is
related to the telescope."
-Edsger Dykstra