home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / mwjpp516.exe / %MAINDIR% / Library / _readMe.info
Encoding:
Text File  |  2001-06-19  |  1.2 KB  |  26 lines

  1. Library ReadMe 
  2.  
  3. The Library panel displays sub-folders and files included in the 
  4. Library folder. This folder displays the same information as the 
  5. Open Windows and the Project class/container view. It can be used 
  6. to access reference source code such as the JDK source or any 
  7. other source code. An easy way to get files into the Library 
  8. folder is to use file and folder shortcuts.
  9.  
  10. This view accepts all file types known to the IDE. This includes file 
  11. types added by Application.createDocumentType(). If you want to have 
  12. details show under the file, you will also need to provide an onParseContent 
  13. script for the file type in Tools/EventHandlers/<file type>/.
  14.  
  15. The Archive folder contains the original version of files before they
  16. are saved with changes. To turn this feature on use the 
  17. View->Preferences/Auto archive files. The default value is false. 
  18. This feature is implemented in Tools/EventHandlers/File/onSaveFile.
  19.  
  20. The Backup folder contains backup copies of files being edited and 
  21. may not be complete copies. To turn this feature on use the 
  22. View->Preferences/Auto backup files. The default value is false. To set the
  23. time interval between backups run the Tools/Tasks/autoBackup script.
  24.  
  25. Copyright ⌐ 1997-1998 - Modelworks Software
  26.