We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Opening Processing reference files in OS X 10.5
Page Index Toggle Pages: 1
Opening Processing reference files in OS X 10.5 (Read 615 times)
Opening Processing reference files in OS X 10.5
May 4th, 2008, 10:36pm
 
The first time you open one of the files the supplied as reference using the 'Find in Reference' command, using OS X 10.5, a warning dialogue appears. This dialogue warns you that you've downloaded the .html file from the internet, and I found it pretty annoying when I'm trying to look up something.

You can remove the warning from each file by running this line in the Terminal, when in the folder /Applications/Processing 0135/reference

find . -name '*.html' |xargs xattr -d com.apple.quarantine
Page Index Toggle Pages: 1