home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / GLEDIT26.ZIP / GLEDIT.V26 < prev    next >
Text File  |  1993-08-28  |  2KB  |  33 lines

  1. Modifications to GLEDIT version 2.6
  2.  
  3. 1.  Sometimes scroll mode was invoked when not requested.  Fixed.
  4.  
  5. 2.  Sometimes, when recursing directories, you could not exit from the search 
  6.     with the escape key.  Fixed.
  7.  
  8. 3.  Use of the /d switch instead of replacing with "" caused a lot of user
  9.     problems because they want to use "" to delete a matching string and do
  10.     not notice the function of the /d switch.  
  11.  
  12.     The problem was that Borland's C++ input parser did not pass the "" 
  13.     parameter to me, so GLEDIT was unaware of it's presence in the command 
  14.     line.
  15.  
  16.     To remedy this, I have written my own command line parser that gets the
  17.     raw command line from the Program Service Prefix (PSP).  I now see the
  18.     cmmand line just as you typed it.  This allows me to process the "" replace
  19.     string as a request to delete matching search strings.  This is more
  20.     in line with comman practice.
  21.  
  22.     For compatibility with previous releases, the /d switch is still recog-
  23.     nized and processed, but is no longer documented.  "" is now the accepted
  24.     method for deleting a string.
  25.  
  26. 4.  GLEDIT did not recognize the last record in a file if that record did not
  27.     not end with a carraige return and line feed (CRLF) combination.  Fixed.
  28.  
  29. NOTE- Since version 2.6 contains an entirely new command line parser routine,
  30.       please note an irregularities or errors and report them to me as soon
  31.       as possible so that they can be corrected.  I have tried to test it
  32.       very thoroughly, but something can always get by.  Thanks.
  33.