home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13082 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!qucdn!charlesw
  2. Organization: Queen's University at Kingston
  3. Date: Tuesday, 28 Jul 1992 00:56:55 EDT
  4. From: <CHARLESW@QUCDN.QueensU.CA>
  5. Message-ID: <92210.005655CHARLESW@QUCDN.QueensU.CA>
  6. Newsgroups: comp.sys.mac.programmer
  7. Subject: Re: Top Ten Things I'd Like to See in Think Pasal
  8. References: <1992Jul23.181158.27079@lambda.msfc.nasa.gov>
  9.  <1992Jul24.181247.8354@reed.edu> <1992Jul27.140233.14740@lambda.msfc.nasa.gov>
  10.  <1992Jul27.151815.2971@newstand.syr.edu>
  11. Lines: 14
  12.  
  13. > I want to be able to comment out blocks of code, while debugging, and then
  14. > uncomment the block afterwards, without having to deal with TP's silly
  15. > single-line comment restriction.
  16.  
  17.   You can bracket unwanted sections of code with {$IfC FALSE}...{$EndC}.  It's
  18. slightly less convenient than {...} but it's not bad.
  19.  
  20.   My wish list would include a way to break up long lines so that they wrap,
  21. and to be able to move "THEN" onto a new line (whew--now that can't be a very
  22. common wish).  I'd also like to have TP close open files when the program
  23. is reset.  (I put in a CloseAllFiles global procedure for now, and use the
  24. Instant window to run it before resetting.)
  25.  
  26. .../dave   Dave Charlesworth
  27.