home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / pascal / 6792 < prev    next >
Encoding:
Text File  |  1992-11-21  |  2.1 KB  |  44 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!slip204.telnet1.QueensU.CA!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: Comments on Turbo (Borland) Pascal 7.0?
  5. Message-ID: <dmurdoch.179.722352861@mast.queensu.ca>
  6. Lines: 32
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <1992Nov18.131557.7438@odin.diku.dk> <1992Nov18.174335.2758@exu.ericsson.se> <27741@oasys.dt.navy.mil>
  10. Date: Sat, 21 Nov 1992 13:34:21 GMT
  11.  
  12. In article <27741@oasys.dt.navy.mil> roth@oasys.dt.navy.mil (Pete Roth) writes:
  13. >
  14. >Okay, maybe the new IDE has a bunch of good stuff plugged in - I think
  15. >color coded code is cool..., and, alliterative.
  16. >But tokenized files should be an option that is not important.
  17. >Because frankly, the editor in the IDE is pretty puny.
  18. >Most of the time I put my programs together outside of the IDE with
  19. >decent tools. And most of us have reasonably quick machines now anyway,
  20. >nicht wahr? So where's the beef in a tokenized file?
  21.  
  22. I've stopped doing much editing of TP source outside the IDE.  Now that BP
  23. is here, I hardly even regret it :-).  There are a few new additions to the 
  24. IDE that make it good enough for general editing tasks, and really shine at 
  25. editing source code:
  26.  
  27.  - debugging support (added in TP 5)
  28.  - regular expressions (added in TP 6)
  29.  - undo/redo
  30.  - the symbol browser.  This is great:  you point at an object type,
  31.    browse it and you can see all the fields and methods, and jump right to
  32.    the source or declarations for them if you like.  When you're done, if the
  33.    cursor isn't where you wanted, just Alt-Backspace to undo a few times!
  34.  - hooks to external tools, e.g. TD, GREP, TASM, TPROF, and those you add
  35.    yourself:  I've added my disassembler, so I can point at a procedure,
  36.    hit Shift-F10, and see its disassembly.  As I point at a line of the 
  37.    disassembly, the cursor follows the pointer in the source window. (Can't 
  38.    add your own tools in the Windows-hosted IDE.  Boo!  Hiss!)
  39.  
  40. The main disadvantage to the IDE now is just that it's big, and slow to load.
  41.  
  42. Duncan Murdoch
  43. dmurdoch@mast.queensu.ca
  44.