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: Wed, 17 Aug 2011 05:32:04 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23fd65bb-6b3d-45c6-ae00-f0a1622963f0@glegroupsg2000goo.googlegroups.com> References: <1c106231-9bba-4c64-92ba-2f08ceb9b55c@glegroupsg2000goo.googlegroups.com> <38883de7-6024-47dc-aa1e-1b03466f2f7b@cf8g2000vbb.googlegroups.com> <5b651ac2-3d02-457b-bf61-cf8838cd6e67@j14g2000prh.googlegroups.com> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1313584325 23812 127.0.0.1 (17 Aug 2011 12:32:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 17 Aug 2011 12:32:05 +0000 (UTC) In-Reply-To: <5b651ac2-3d02-457b-bf61-cf8838cd6e67@j14g2000prh.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.7.145.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 X-Google-Web-Client: true Xref: g2news2.google.com comp.lang.ada:21634 Date: 2011-08-17T05:32:04-07:00 List-Id: No problem... I was thinking on how it could be implemented in Eclipse, so I looked into the gps.exe file, and found the code Dynamic: the smart completion occurs on every key press.Smart completionSmart-Completion-Mode The timeout (in milliseconds) for character-triggered smart completion in 'Normal' modeSmart completion COMPLETION_MODULE.SMART_COMPLETION_PREFERENCES.PREFERENCE_RECORD and inside tip_of_the_day.py, I found: Tip: Dynamic smart completion You'd like GPS to make more suggestions automatically to complete identifiers while you're typing without having to press control-space? Go to Edit->Preferences, Editor and then set the Smart completion preference to Dynamic. You might also want to tune the default timeout. so it looks like a shortcut to all letters is set to activate the Smart Completion.