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.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cd61b5e1ee37008a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Dynamic Code Assist in Eclipse with gnatbench Date: Mon, 15 Aug 2011 19:47:20 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <1c106231-9bba-4c64-92ba-2f08ceb9b55c@glegroupsg2000goo.googlegroups.com> <38883de7-6024-47dc-aa1e-1b03466f2f7b@cf8g2000vbb.googlegroups.com> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 187.56.110.187 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1313462840 10765 127.0.0.1 (16 Aug 2011 02:47:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 16 Aug 2011 02:47:20 +0000 (UTC) In-Reply-To: <38883de7-6024-47dc-aa1e-1b03466f2f7b@cf8g2000vbb.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=187.56.110.187; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 X-Google-Web-Client: true Xref: g2news2.google.com comp.lang.ada:21612 Date: 2011-08-15T19:47:20-07:00 List-Id: Not by default (at least the dynamic mode). The default is not automatic, i= t just works with Ctrl+Space, or when we write a type and a ".". I want to = use it automatically for all that I type (same behavior in GPS if you check= the "Dynamic" Smart Completion - which also is not the GPS default) - even= if I have to modify the plugin (and I yet do not know how to do it). In GP= S this feature is set in menu Edit > Preferences > Editor > Smart Completio= n - set (from "Normal") to "Dynamic". Also, in GNATbench User Guide, it says "Code Assist for identifiers is invo= ked by pressing the control+space key combination inside any Ada source fil= e" and further "Code Assist is automatically invoked when entering dotted n= ames and when entering parameters for a subprogram call.". This does not me= ntion the "dynamic" feature. Any idea?