FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   save as...
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: save as...  (Read 266 times)
nurm

WWW Email
save as...
« on: Nov 26th, 2002, 8:26pm »

I don't know if it's a bug, but when I use the save as, the new copy is split out.
Some how the new one have a series of extra empty lines in between the old codes.
 
BImage a;
boolean onetime = true;
int[] aPixels = new int[200*200];
int direction = 1;
 
 
goes to this
 
 
BImage a;
 
boolean onetime = true;
 
int[] aPixels = new int[200*200];
 
int direction = 1;
 
 
fry


WWW
Re: save as...
« Reply #1 on: Nov 27th, 2002, 1:54am »

yeah, this is an annoying one that popped up with the new text area. it'll be fixed for 47.
 
Pages: 1 

« Previous topic | Next topic »