Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/UTILITAIRE/oups.pro

    r297 r325  
    22; 
    33; @file_comments 
    4 ;       Kind of UNDO: 
    5 ;         Allows to redo all the chain of drawing since the opening of the last window without 
    6 ;         reexecute the last order Example: I do a drawing with 10 plot over it, if I make a 
    7 ;         mistake, I execute this program and i can redo the only plot missed. 
     4; Kind of UNDO: 
     5; Allows to redo all the chain of drawing since the opening of the last window  
     6; without reexecute the last order  
     7; 
     8; Example: I do a drawing with 10 plot over it, if I make a 
     9; mistake, I execute this program and I can redo the only plot missed. 
    810; 
    911; @categories 
     
    2426; 
    2527;- 
     28; Close the journal! 
     29journal 
    2630; 
    27 ;------------------------------------------------------------ 
    28 ; Close the journal! 
    29 ;------------------------------------------------------------ 
    30  journal 
    3131; we recuperate the journal as a vector of string: 
    3232   vectjournal = getfile(myuniquetmpdir+'idlsave.pro') 
     
    5757 if strpos(vectjournal[i],'text_box' ) NE -1 then $ 
    5858 vectjournal[i] = vectjournal[i]+strmid(vectjournal[i+1], 1) & endfor 
    59  
    60  
    6159; 
    6260; we erase the last line to reexecute all the program but the last order. 
     
    7472for i = 0, n_elements(vectjournal)-1 DO $ 
    7573journal, vectjournal[i] 
    76  
    77  
    78  
Note: See TracChangeset for help on using the changeset viewer.