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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.43.65.211 with SMTP id xn19mr960771icb.0.1425385456837; Tue, 03 Mar 2015 04:24:16 -0800 (PST) X-Received: by 10.140.19.1 with SMTP id 1mr405450qgg.14.1425385456672; Tue, 03 Mar 2015 04:24:16 -0800 (PST) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!hl2no2574682igb.0!news-out.google.com!n6ni190qar.0!nntp.google.com!j7no10488243qaq.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 3 Mar 2015 04:24:16 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.97.208.85; posting-account=jilNqwoAAAAGAetLgvhs5eND0vT6JMLd NNTP-Posting-Host: 79.97.208.85 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5b49dc19-e22f-49b9-845a-67d67b359be3@googlegroups.com> Subject: GPS / Enabling Edit Functions On Mouse . . . . From: Massif Injection-Date: Tue, 03 Mar 2015 12:24:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:192393 Date: 2015-03-03T04:24:16-08:00 List-Id: Afin que me permettre d'utiliser les fonctions comme copier-coller =E0 sour= is, j'ai ajout=E9 la ligne=20 OVERRIDE_MIDDLE_CLICK_PASTE =3D no =E0 ma fiche trace.cfg en cachier .gps. (cf. http://docs.adacore.com/gps-docs/users_guide/_build/html/editing.html#= using-the-clipboard ) Cependant rien change et il faut copier-coller avec le menu . . .=20 Y a-t-il quelqu'un qui puisse me conseiller mieux ? I was trying to enable X-Windows style edits (i.e. using right-clicks of th= e mouse) and in accordance with the suggestion given on this page of the GP= A Manual=20 =20 http://docs.adacore.com/gps-docs/users_guide/_build/html/editing.html#using= -the-clipboard I added the line=20 OVERRIDE_MIDDLE_CLICK_PASTE =3D no to my trace.cfg file in the .gps folder. However, this has changed noting and I still can't do the much more conveni= ent mouse edit functions. Can anyone suggest anything ?