Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!well!gurgle@well.sf.ca.us From: gurgle@well.sf.ca.us (Pete Gontier) Newsgroups: comp.sys.mac.programmer Subject: Yet more THINK C suggestions... Message-ID: <21239@well.sf.ca.us> Date: 18 Oct 90 18:13:27 GMT Sender: gurgle@well.sf.ca.us Organization: cellular Lines: 20 Yet more suggestions gathered from among the multitudes at Kiwi... 1. The debugger should save its window positions with respect to each project. 2. The meanings of command-S and command-T should be reversed. At the moment, they are exactly opposite those of MacsBug. Very confusing. 3. There should be MacsBug symbols for all named C functions. As it is, some void functions drop out and some small functions, as well. Additionally, the names generation should be brought up to the new standard, which spells out the entire name. I believe MPW assembler generates names in this way. And, in my own interest... 4. I wish I could turn on stronger enum type checking. I want to be able to limit a function caller's paremeter choices to a small set of symbols, and as it is, the enum type-checking isn't strong enough to do that. I might as well be using char's as parameters and #defining constants for them.