home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7384 next >
Encoding:
Text File  |  1992-12-11  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!utcsri!torn!news.ccs.queensu.ca!mast.queensu.ca!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: BP 7 bug:  File's time/date has changed
  5. Message-ID: <dmurdoch.357.724099483@mast.queensu.ca>
  6. Lines: 27
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. Date: Fri, 11 Dec 1992 18:44:43 GMT
  10.  
  11. Here's a copy of a bug report I've just sent to bugs@borland.com:
  12.  
  13. In the BP 7 IDE, if you load a file and it gets changed by some other agent
  14. before you exit, you get a warning dialog coming up.  It asks whether
  15. you'd like to reload from disk or not.
  16.  
  17. The bug is the following.  Even though you're presented with 3 choices,
  18. Reload Yes, Reload No, or Cancel, they all do exactly the same thing.
  19. They all lose whatever you've got in the editor, and keep what's on
  20. disk.
  21.  
  22. For example:  
  23.   1.  Load any program, turn on the map file linker option, compile 
  24.   2.  Load the map file into an edit window.  Make some changes that
  25.       you can identify later.  Use F2 to save the file.
  26.   3.  Compile again, and you get a new copy of the map on disk.  
  27.   4.  Type Alt-X and you get the warning dialog.  No matter what you
  28.       type, the changes you entered in step 2 will be lost.
  29.  
  30. At the very least, Cancel should stop the shutdown.  The dialog should
  31. say something a little more informative than "File TEST.MAP's time/date has
  32. changed. Reload from disk?".  It should give you a choice between
  33. keeping the version you can see and the one that's been created on the
  34. disk.
  35.  
  36. Duncan Murdoch
  37. dmurdoch@mast.queensu.ca
  38.