home *** CD-ROM | disk | FTP | other *** search
-
- Version 2.0 --
-
- Created the defaults package, to more cleanly handle defaults.
-
- Can now determine if the make successed or failed and execute an
- arbitary sound depending on the result. (like playing a sound) This
- is settable via preferences.
-
- Allowed Compilers Companion to hide itself on a successful make. This is
- not the default behavior, but I like it.
-
- The output window changes its title bar to indicate the state of the
- window. (compiling, done, etc)
-
- Fixed two problems for when make was in progress, the first delt with
- aborting the make command the second delt with flushing communications
- to the subprocess.
-
- Internal Version 1.2 --
-
- Use the SubProcess object from /NextDeveloper/Examples/SubProcess.
-
- Change the text object appending so that the selection doesn't flicker.
-
- Fixed a bug where Make_In_Progress is true, but Make isn't running.
-
- Added the ability to terminate a make that is in progress.
-
- Added the variables $dir, $file, and $stripped to be available to the make
- commands.
-
- Cleaned up the Controller file a bit.
-
- Fixed up some of the nib files to allow resizing and remove excess
- controls.
-
- Display an alert if we can't find the file listed in the error message,
- and allow the user to find the file instead.
-
- Release Version 1.1 --
-
- Make services use filename pasteboard type so that you don't need to have
- something highlighted at the time it is invoked.ยด
-
- Make the make command use the directory of the file IF the usePrefDir
- switch is not clicked.
-
- Adding to the textfield correctly (instead of making it read the whole
- stream)
-
- Using DPSAddFD to allow background compilations, and selecting of errors
- while the compile is in progress!
-
- Added security check. If using the filename directory, prompt the user
- before executing the command if the directory is different that the last
- time we executed.
-
- Made the compiler window deactivate itself after it messages Edit. I can't
- seem to make it move to the back. It keeps popping back up!
-
- Release Version 1.0 -- Jan. 19, 1992
-
- Make sure the text field has its selection at character 0 on
- subsequent makes.
-
- Prettied up a few of the interface items.
-
- Version .91 -- Jan. 14, 1992
-
- Fixed services menu to actually work with plain ascii pasteboard
- type, somehow my services said ascii text instead of plain ascii.
-
- Fixed output window to stream output a line at a time instead of
- all at once.
-
- Makes the error selection always visible when next error is
- performed.
-
- Bring up the wait cursor as soon as the compile begins. This
- provides user feedback as to the progress of the compile.
-
- Version .90 -- Jan. 13, 1992
-
- Initial Beta release verion
-
-