Newsgroups: comp.lang.beta Path: news.daimi.aau.dk!news.uni-c.dk!sunic!trane.uninett.no!eunet.no!nuug!EU.net!uunet!MathWorks.Com!europa.eng.gtefsd.com!howland.reston.ans.net!agate!msuinfo!uchinews!news From: Charles (Froggy) Fiterman Subject: Re: Why can't we have ... ? Message-ID: <1994Sep20.123031.13320@midway.uchicago.edu> Sender: news@uchinews.uchicago.edu (News System) Organization: Geodesic Systems References: <35j8ki$3ld@engnews2.Eng.Sun.COM> <35mffu$bu1@fbi-news.informatik.uni-dortmund.de> Date: Tue, 20 Sep 1994 12:30:31 GMT Lines: 12 I often use different capitalization conventions for different things in C++. All Caps for defines Hungarian notation or is that hungarianNotation for globals, all lower for locals, last char capital for generated symbols f0176X. I would like a spell checker that would know about things like Hungarian notation underscores etc that would spell check my programs. A good convention would be to use only valid words and their combinations. But folding cases reduces name space to no purpose.