home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / LoadSaveProject.FPL.README < prev    next >
Encoding:
Text File  |  1995-01-19  |  1.2 KB  |  36 lines

  1. ############################################
  2. File: LoadSaveProject.FPL
  3. Author: Mathias Axelsson
  4. Email: max@coders.ct.se  max@augs.se
  5.        Fidonet: 2:205/306.22
  6. Short description: Loads/saves the project file
  7. Version: 1.1
  8. Date: 20.10.94
  9. Local settings:
  10. Global settings:
  11. Keysequence:
  12.        LoadProject: A-P l
  13.        SaveProject: A-P s
  14. Type: Hook
  15. Prereq:
  16. ############################################
  17.  
  18. FUNCTION
  19.   These two functions uses a project file (FrexxEd_Project_File)
  20. to keep track of all open files in the editor. When you save the
  21. project you get a file which contains the x/y position of the
  22. window, the width/height of the window (even though you might be
  23. running on a seperate screen). After that the file contains the full
  24. filenames of all the open files and also the line, byte position and
  25. tab size for each file.
  26.  
  27.   When loading the project file the script open all the files described
  28. in the project file and also sets the line, byte position and tab size.
  29. It also moves the window to the correct position and sets the size of the
  30. window.
  31.  
  32. New for v1.1:
  33.   The script now saves the state the window was in when you saved the
  34. project. This means that it remembers if it should open a screen, window
  35. or backdrop window.
  36.