home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7499 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.9 KB  |  43 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!borland.com!chard
  3. From: chard@borland.com (Richard Nelson)
  4. Subject: Re: Funny (?) DOS IDE editor window chars
  5. Message-ID: <1992Dec15.230808.15707@borland.com>
  6. Originator: chard@genghis.borland.com
  7. Sender: news@borland.com (News Admin)
  8. Organization: Borland International
  9. References: <28563@oasys.dt.navy.mil>
  10. Date: Tue, 15 Dec 1992 23:08:08 GMT
  11. Lines: 30
  12.  
  13. >I've noticed that when I reload a file that's already been "made" that
  14. >the editor window occasionally posts an "M" next to the spot
  15. >where the "file has been changed" symbol appears (lower left corner
  16. >of the window). I haven't found anything in the K's of doc pages that
  17. >might give me a clue to this behavior.
  18. >
  19. >Are there other characters that can appear?
  20. >Where do the docs reference these things ?
  21. >What are they characters telling me ?
  22.  
  23. Hmmm.  This seems to have snuck by the doc team.  :-)  I just talked
  24. to an IDE engineer, and he tells me the following:
  25.  
  26. o  The M character indicates that there is symbol information
  27. available to the browser, but that information is not in sync with the
  28. editor file. In other words, something changed the editor file after
  29. you compiled it last, and it wasn't the IDE editor.
  30.  
  31. o  The most common cause of this is shelling out to an editor or other
  32. program that modifies source code.  The internal editor updates line
  33. number info for existing symbol information as you modify files, but
  34. obviously it can't do that if you use an external editor.
  35.  
  36. o  There are no other symbols that appear down there, other than the
  37. "splat" that indicates a modified file with unsaved changes.
  38. -- 
  39. =========================================================================
  40.  Richard Nelson, Borland Int'l | chard@borland.com | Go Bears! Grrr-rah!
  41.   Had this been Borland's opinion, I would have written it in a manual.
  42.  "I met a girl who sang the blues, and I asked her for some happy news."
  43.