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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54889de51045a215 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-21 01:49:52 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: martin.dowie@btopenworld.com (Martin Dowie) Newsgroups: comp.lang.ada Subject: Re: += in ada Date: 21 Oct 2003 01:49:51 -0700 Organization: http://groups.google.com Message-ID: References: <3F7316F7.219F@mail.ru> <1066312000.671303@master.nyc.kbcfp.com> <1066322883.139702@master.nyc.kbcfp.com> <3F8F372D.9040801@comcast.net> <3F8F4559.50306@noplace.com> <3F929FC8.9070901@noplace.com> NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1066726192 24641 127.0.0.1 (21 Oct 2003 08:49:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 21 Oct 2003 08:49:52 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:1262 Date: 2003-10-21T01:49:51-07:00 List-Id: Wes Groleau wrote in message news:... > But Object.Method ? Yes, it would reduce the need to "use" clauses, as the context can be determined from the object. A nice IDE could then produce a pop-up, list menu of available methods that can be called (similar to what Rational Apex or AdaGIDE do). It is relatively simple for compilers to implement too (~130 sloc for GNAT apparently). Here a link to the current proposal (by Tucker himself! :) http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-00252.TXT?rev=1.7