|  | 
 
  
    | 
      
        |  Author | Topic: save as...  (Read 266 times) |  |  
  
    | 
      
        | 
          
            | nurm 
 
    
 | 
              
                | 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 
 
 
   
 | 
              
                | 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.
 |  
            |  |  |  |  
 |