From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,ea99940253996e3e X-Google-Attributes: gid109fba,public X-Google-Thread: 108717,ea99940253996e3e X-Google-Attributes: gid108717,public X-Google-Thread: f43e6,ea99940253996e3e X-Google-Attributes: gidf43e6,public X-Google-Thread: 103376,ea99940253996e3e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-15 08:02:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!wsip-66-210-59-5.ph.ph.cox.NET!not-for-mail From: Alan Balmer Newsgroups: comp.software-eng,comp.programming,comp.lang.c++,comp.lang.ada Subject: Re: Spell-checking source code Date: Wed, 15 Oct 2003 08:02:33 -0700 Organization: Balmer Consulting Message-ID: References: <86zngh5oct.fsf@huldreheim.huldreskog.no> <86r81s6elg.fsf@huldreheim.huldreskog.no> <3F830C63.1070005@crs4.it> <3F8BFCF5.6020906@crs4.it> <3f8c1a9f_2@mk-nntp-2.news.uk.tiscali.com> Reply-To: albalmer@spamcop.net NNTP-Posting-Host: wsip-66-210-59-5.ph.ph.cox.net (66.210.59.5) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1066230154 20033592 66.210.59.5 (16 [162642]) Cancel-Lock: sha1:GMy5KUKnA/1l3ot2GN0QRAGPSwo= X-Newsreader: Forte Agent 1.93/32.576 English (American) X-NFilter: 1.2.0 Xref: archiver1.google.com comp.software-eng:20798 comp.programming:1035 comp.lang.c++:2479 comp.lang.ada:898 Date: 2003-10-15T08:02:33-07:00 List-Id: On Wed, 15 Oct 2003 07:34:33 +0200, "Jakob Bieling" wrote: >"Alan Balmer" wrote in message >news:hscoov4a1i762dd8jtf7ejnh6h0pg27a1e@4ax.com... >> On Tue, 14 Oct 2003 18:46:59 +0200, "Jakob Bieling" >> wrote: >> >> > True, but it is still pretty annoying to type all kinds of variable >> >names out (we are talking about long names, anything over 10 letters, >> >right?) all the time you use them >> >> A good editor can eliminate that problem. > > > For function local variables, mine does not. For class members or >identifiers in a namespace it does. > Mine will complete any symbol it knows about, or give you a drop-down list if there's more than one choice. However, almost any editor will allow you to code with abbreviations, then expand them to full names with search and replace. This can be useful for some people who have total recall in the heat of a programming session, but can't remember what they were thinking a week later :-) -- Al Balmer Balmer Consulting removebalmerconsultingthis@att.net