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