Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!husc6!endor!singer From: singer@endor.harvard.edu (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: CAPPS' (was:Text editor help) Message-ID: <467@husc6.harvard.edu> Date: 13 Oct 88 14:36:59 GMT Article-I.D.: husc6.467 References: <2476@rti.UUCP> <2580001@hpausla.HP.COM> <549@uva.UUCP> <2500@rti.UUCP> Sender: news@husc6.harvard.edu Reply-To: singer@endor.UUCP (Rich Siegel) Organization: Symantec/THINK Technologies, Bedford, MA Lines: 28 In article <2500@rti.UUCP> rcb@rti.UUCP (Random) writes: >CAPPS' is a wonderful product. I am going to use it in my current program. >However, I have one small complaint. It does not support the arrow keys. >I'm going to have to try to fake this with my function that handles >typing. Oh well, nothings perfect. It's not within the scope of PE to support arrow keys, since the semantics of an arrow key may vary from application to application, and PE is useful for other things besides pure text editing (for example, the LightspeedC debugger makes heavy use of PE routines). It's much simpler, from the developer's point of view, to have the application support arrow keys, rather than the library. Look at the PEdit sample application to see how it's done. --Rich Rich Siegel Staff Software Developer THINK Technologies Division, Symantec Corp. Internet: singer@endor.harvard.edu UUCP: ..harvard!endor!singer Phone: (617) 275-4800 x305 Any opinions stated in this article do not necessarily reflect the views or policies of Symantec Corporation or its employees.