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.
IndexProgramming Questions & HelpSyntax Questions › IDE problem reading directories
Page Index Toggle Pages: 1
IDE problem reading directories (Read 744 times)
IDE problem reading directories
Aug 19th, 2005, 6:54pm
 
My Processing code is stored under
"My Documents->Processing" (under XP). I
am having a problem with a particular
subdirectory not showing up in the IDE. I
have a subdirectory called "simpackjgallery"
in the Processing directory, and then
under that directory, I have 3 subdirectories:

clocks
state
particles

So, in summary: the directory structure looks like
this:

Processing -> simpackjgallery -> clocks, state, particles

Only "clocks" and "particles" are being shown
when I use the IDE to try to open code. I have
tried changing the "state" directory to other names.
It has the same permissions on it as the other two,
but Processing will not display it. The same problem
exists for both 91 and 92.

Any ideas? Not sure if this is an IDE bug, or whether
there are some constraints on the file/
directory structure.
Re: IDE problem reading directories
Reply #1 - Aug 22nd, 2005, 8:35pm
 
I figured this one out -- the problem is that the *.pde
files in that particular directory did not match the
directory name(s), which apparently is a requirement.
Page Index Toggle Pages: 1