home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / system / scalos / modules_ca / scalosmodules_ca.txt < prev   
Encoding:
Text File  |  1997-09-18  |  4.3 KB  |  173 lines

  1. These are ClassAct-based modules for Scalos.  Just copy them where you 
  2. keep the Scalos modules over the regular ones (make sure to rename them to
  3. the right names, i.e. remove the "_CA" suffix).
  4.  
  5.  
  6.  
  7. General Notes:
  8. --------------
  9. - Requires the ClassAct BOOPSI package, available from 
  10.   ftp://ftp.warped.com/pub/amiga/classact/
  11.  
  12. - They use the same catalogs as the MUI modules.
  13.  
  14.  
  15.  
  16. Empty_Trashcan.module 1.0
  17. -------------------------
  18. New module for DR 5.2 and up, essentially a variant of Delete.module 
  19. that won't delete the trashcan itself.
  20.  
  21. CHANGES:
  22.  
  23. 1.0:
  24.      - Moved catalogs to catalogs/Scalos/
  25.  
  26.  
  27. Execute_Command.module 1.0
  28. --------------------------
  29. NOTE: Execute_Command.module will sometime crash at exit.  I'm unable 
  30. to pinpoint the problem for sure, but I suspect it's due to the fact 
  31. that the current ClassAct release doesn't have librarybase semaphore 
  32. protection.  This has been added in the current internal beta of 
  33. ClassAct, so hopefuly once those classes get released I'll see if it 
  34. fixes the problem or not.
  35.  
  36.  
  37. CHANGES:
  38.  
  39. 0.3:
  40.      - Made the GUI a bit larger.
  41.  
  42. 0.4:
  43.      - DeleteVar() before saving the last cmd - seems like AmigaDOS
  44.        won't reset the lenght on a SetVar() but will write it over
  45.        the old one, so if the new one is shorter, you get remains of 
  46.        the old one appended.
  47.  
  48.      - Turned in an AppWindow.
  49.  
  50.      - Some minor code optimizations
  51.  
  52. 0.5:
  53.      - Localized
  54.  
  55.      - Removed the DeleteVar() kludge - it was a (now fixed) bug in
  56.        HappyEnv < 1.0f
  57.  
  58.  
  59. 0.6: - Increased default stack to 8192.
  60.  
  61.      - Window opens centered on mouse pointer.
  62.  
  63.  
  64. 1.0: - Implemented support for DefIcons, for those running it.  Scalos 
  65.        still won't display the appropriate pseudo-icon, but when 
  66.        double-clicking on it it will at least fill the Execute_Command's
  67.        string gadget with the appropriate default tool.  Better than 
  68.        nothing, until Scalos gets proper filetype recognition.
  69.  
  70.      - Some changes to the cleanup code.
  71.  
  72.      - Moved catalogs to catalogs/Scalos/
  73.  
  74.  
  75.  
  76. Delete.module 1.0
  77. -----------------
  78. - Has a nifty progress bar reflecting the TOTAL of files/dirs to delete,
  79.   not just the parent drawers and files selected
  80.  
  81. - You can abort at any time by clicking on "Abort".
  82.  
  83. - On an error will let you skip the file, or abort the operation
  84.  
  85. - If a file is protected against deletion, it will ask you if you want to
  86.   delete it anyway, or skip it.
  87.  
  88. - Uses memory pools to reduce memory fragmentation (make sure you run
  89.   SetPatch V39.xx or better to fix a bug in the OS with memory pools)
  90.  
  91. - CONS: It's a bit slower than the MUI version, since it must previously
  92.         scan the selected dirs to calculate the number of files to delete,
  93.         and it has a progress bar to update.
  94.  
  95.         It's also limited to 127 levels of nested dirs.  That should be
  96.         enough, but if the limit is ever reached, it will simply stop 
  97.         deleting there.
  98.  
  99.  
  100.  
  101. CHANGES:
  102.  
  103. 0.2: - Display errors in titlebar
  104.  
  105.      - Localized
  106.  
  107.  
  108. 0.3: - Able to delete orphan icons (icons without files) selected by the 
  109.        user.
  110.  
  111. 1.0: - Moved catalogs to catalogs/Scalos/
  112.  
  113.  
  114. Newdrawer.module 1.0
  115. --------------------
  116. - If you don't want an icon for the created drawer, just uncheck the
  117.   "Create Icon" checkbox.
  118.  
  119.  
  120. CHANGES:
  121.  
  122. 0.2: - Will also create sub-directories
  123.  
  124.      - Added stack checking, and increased stack to allow upto 20-30
  125.        levels of subdirectories to be created.
  126.  
  127.      - Localized
  128.      
  129.      - No longer process underscores in paths
  130.      
  131.      - Input buffer increased to 255 chars.
  132.  
  133.  
  134. 0.3: - Window opens centered on mouse pointer.
  135.  
  136.      - Rewrote drawer creation, no longer need large stack for recursion
  137.  
  138.      - If the user wants to create dir1/dir2/dir3 and dir1 already
  139.        exists, it will still create dir2 and dir3 in it (as long dir 1
  140.        is a drawer, or else it will exit with "object is of incorrect 
  141.        type").
  142.  
  143. 1.0: - Moved catalogs to catalogs/Scalos/
  144.  
  145.  
  146.  
  147. Rename.module 1.0
  148. -----------------
  149. - If more than one file/drawer is selected, then a "Skip" button will be
  150.   added, allowing you to skip to the next object.
  151.  
  152.  
  153. CHANGES
  154.  
  155. 0.2: - Localized
  156.  
  157.      - Use two different pens for the label text
  158.      
  159.      - No longer process underscores in filenames
  160.  
  161.  
  162. 0.3: - Window opens centered on mouse pointer.
  163.  
  164.      - Now able to rename orphan icons
  165.  
  166.  
  167. 1.0: - Moved catalogs to catalogs/Scalos/
  168.  
  169.  
  170.  
  171. Eric Sauvageau  (merlin@thule.no)
  172. ---------------------------------
  173.