home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / READMEs / Peanuts-3 / Tools / workspace / Sced.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  1.6 KB  |  34 lines

  1. SCED   
  2. ====
  3. by Klaus Hofrichter, May 1993, Version 1.2a
  4.  
  5. Welcome to Sced, a little application which is useful for people who 
  6. are sometimes using DOS disks to exchange files. You may have a 
  7. problem with the file-suffix, because DOS only allows three 
  8. characters. The Workspace Manager uses this extension for mapping 
  9. files and applications, so you can't doubleklick on a file like 
  10. "foo.fm" to open FrameMaker (Frame expects foo.frame). Other folks may 
  11. find Sced useful, at least for the tasteful application icon or for 
  12. the chance to define your own document icons for some existing 
  13. application which comes without sourcecode (like FrameMaker).
  14.  
  15. Sced takes the filename (e.g. foo.fm) from the WM after doubleklick on 
  16. a document icon and scans an internal map. If there is an entry, Sced 
  17. will redirect the "openFile:ok" message from the Workspace Manager to 
  18. the given application. Sced does not take every file, only those you 
  19. have added to the code. With other words, you should have a bit 
  20. knowledge about compiling and editing code to prepare Sced for your 
  21. site.
  22.  
  23. Since Version 1.2 you can advise Sced to create a soft link with the 
  24. appropriate file extension and ask the WM to find the application for 
  25. this file. The link will be placed in the tmp folder. This feature was 
  26. suggested by Bruce Gingery together with other ideas.
  27.  
  28. The Version 1.2a is a minor bugfix to 1.2. Instead of openFile:ok we 
  29. use openTempFile:ok for the new created link. This suggests to delete 
  30. the link after use by the target application. In addition, the 
  31. error-messages are displayed by panels (instead of a secret line in 
  32. the console window).
  33.  
  34.