home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / undolast < prev    next >
Text File  |  1995-07-10  |  2KB  |  47 lines

  1.  
  2.    7.1.8 UNDO LAST
  3.  
  4. The UNDO LAST command provides a limited undo function that is capable of
  5. reversing the action of commands that modify or delete entities. Commands
  6. such as DRAW LINE or DRAW ARC etc. are not affected by UNDO LAST as they
  7. create, as opposed to modify entities. As the name of the command implies,
  8. UNDO LAST can only undo the last valid command.
  9.  
  10. When IDENTS is used to select entities in a command that will modify
  11. entities, the previous state of any selected entities is stored in an undo
  12. buffer. The UNDO LAST command will then restore modified entities to their
  13. previous state if required. Commands such as VERIFY ENTITY will not affect
  14. the undo buffer as this type of command only selects entities for reference
  15. and not for modification.  
  16.  
  17. The list of commands that may be reversed via UNDO LAST is as follows:
  18.  
  19.    CHANGE ARC            CHANGE DEPTH          CHANGE DIMENSION
  20.    CHANGE ELLIPSE        CHANGE FONT           CHANGE LAYER
  21.    CHANGE POLYGON        CHANGE STRING         CHANGE SYMBOL
  22.    CHANGE TEXT           CHANGE TNODE          CHANGE XHATCH   
  23.    DELETE ENTITY         DRAW FILLET           EXCLUDE ENTITY
  24.    MIRROR ENTITY         MOVE ENTITY           ROTATE ENTITY   
  25.    SCALE ENTITY          STRETCH ENTITY        STRETCH WINDOW 
  26.    TRIM ENTITY      
  27.  
  28. The following commands reset the undo buffer:
  29.  
  30.    DEFINE SHEET                  DELETE VIEWPORT       
  31.    CLOSE DRAWING                 SAVE DRAWING      
  32.    SELECT ENVIRONMENT [UNDO]     UNDO LAST
  33.  
  34. The number of entities that can be undone from modification be the last
  35. command is limited by the size of the undo buffer. This is set as default to
  36. 64K and can be increased or decreased in size using the SELECT ENVIRONMENT
  37. command.
  38.  
  39.  
  40.    COMMAND FORMAT
  41.  
  42.       #UNDO LAST [CR]
  43.  
  44. A requester will appear for confirmation that the undo is required. Once
  45. this is answered OK the action of UNDO LAST cannot be reversed.
  46.  
  47.