home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / Compiler2.0 / Source / CHANGES < prev    next >
Encoding:
Text File  |  1993-01-25  |  2.6 KB  |  87 lines

  1.  
  2. Version 2.0 -- 
  3.  
  4.     Created the defaults package, to more cleanly handle defaults.
  5.     
  6.     Can now determine if the make successed or failed and execute an
  7.     arbitary sound depending on the result. (like playing a sound) This
  8.     is settable via preferences.
  9.     
  10.     Allowed Compilers Companion to hide itself on a successful make. This is
  11.     not the default behavior, but I like it.
  12.     
  13.     The output window changes its title bar to indicate the state of the
  14.     window. (compiling, done, etc)
  15.     
  16.     Fixed two problems for when make was in progress, the first delt with
  17.     aborting the make command the second delt with flushing communications
  18.     to the subprocess.
  19.  
  20. Internal Version 1.2 --
  21.  
  22.     Use the SubProcess object from /NextDeveloper/Examples/SubProcess.
  23.     
  24.     Change the text object appending so that the selection doesn't flicker.
  25.  
  26.     Fixed a bug where Make_In_Progress is true, but Make isn't running.
  27.     
  28.     Added the ability to terminate a make that is in progress.
  29.     
  30.     Added the variables $dir, $file, and $stripped to be available to the make    
  31.     commands.
  32.     
  33.     Cleaned up the Controller file a bit.
  34.     
  35.     Fixed up some of the nib files to allow resizing and remove excess
  36.     controls.
  37.     
  38.     Display an alert if we can't find the file listed in the error message,
  39.     and allow the user to find the file instead.
  40.     
  41. Release Version 1.1 --
  42.     
  43.     Make services use filename pasteboard type so that you don't need to have
  44.     something highlighted at the time it is invoked.ยด
  45.     
  46.     Make the make command use the directory of the file IF the usePrefDir
  47.     switch is not clicked.
  48.  
  49.     Adding to the textfield correctly (instead of making it read the whole
  50.     stream)
  51.     
  52.     Using DPSAddFD to allow background compilations, and selecting of errors
  53.     while the compile is in progress!
  54.  
  55.     Added security check. If using the filename directory, prompt the user
  56.     before executing the command if the directory is different that the last
  57.     time we executed.
  58.     
  59.     Made the compiler window deactivate itself after it messages Edit. I can't
  60.     seem to make it move to the back. It keeps popping back up!
  61.     
  62. Release Version 1.0 -- Jan. 19, 1992
  63.  
  64.     Make sure the text field has its selection at character 0 on
  65.     subsequent makes.
  66.  
  67.     Prettied up a few of the interface items.
  68.  
  69. Version .91 -- Jan. 14, 1992
  70.  
  71.     Fixed services menu to actually work with plain ascii pasteboard
  72.     type, somehow my services said ascii text instead of plain ascii.
  73.  
  74.     Fixed output window to stream output a line at a time instead of
  75.     all at once.
  76.     
  77.     Makes the error selection always visible when next error is
  78.     performed.
  79.  
  80.     Bring up the wait cursor as soon as the compile begins. This
  81.     provides user feedback as to the progress of the compile.
  82.  
  83. Version .90 -- Jan. 13, 1992
  84.  
  85.     Initial Beta release verion
  86.  
  87.