home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / pascal / 6679 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.9 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!diku!null
  2. From: null@diku.dk (Niels Ull Jacobsen)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: Comments on Turbo (Borland) Pascal 7.0?
  5. Message-ID: <1992Nov18.131557.7438@odin.diku.dk>
  6. Date: 18 Nov 92 13:15:57 GMT
  7. References: <92322.082711DGB4@psuvm.psu.edu>
  8. Sender: null@tyr.diku.dk
  9. Organization: Department of Computer Science, U of Copenhagen
  10. Lines: 35
  11.  
  12. <DGB4@psuvm.psu.edu> writes:
  13.  
  14. >The lab that I presently work for is considering upgrading to the latest
  15. >version of Turbo (Borland) Pascal and I would like the nets opinion. We
  16. >are still using version 5.0 & 5.5 in our labs. Is there any great
  17. >advantage to upgrading if the majority of our users are using only the
  18. >basic routines?
  19.  
  20. Off the top of my head, I can think of two great improvements on TP
  21. 7.0, which are of immediate benefit even if you don't do any "fancy"
  22. Windows/OO/TurboVision stuff:
  23.  
  24. 1: Source code highlighting
  25. You can set it up so that all keywords are white,
  26. all user identifiers are green, all constants are black, all comments 
  27. are grey and some syntactic errors are red. Of course you can change
  28. the colour set up. It may sound trivial and confusing, but I find it 
  29. VERY useful - you catch a lot of typing errors as you type.
  30.  
  31. 2: The browser: You can see a tree of your procedure/function
  32. definitions, see what is called from where and jump directly to the
  33. source by pointing at the name of the function.
  34.  
  35. >All comments welcome,
  36. >dgb4@psuvm.psu.edu
  37.  
  38.    Niels Ull Jacobsen, Dep. of C.S., U of Copenhagen (null@diku.dk)
  39.    Adaz sighed.  "So how long will this journey take?" 
  40.    "A month?" Sutekh shrugged.  "Depends on when the horses die." 
  41.      -- from "Adaz & Sutekh" by Jeff Stehman
  42. -- 
  43.    Niels Ull Jacobsen, Dep. of C.S., U of Copenhagen (null@diku.dk)
  44.    Adaz sighed.  "So how long will this journey take?" 
  45.    "A month?" Sutekh shrugged.  "Depends on when the horses die." 
  46.      -- from "Adaz & Sutekh" by Jeff Stehman
  47.