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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d084d53a77fc8e59 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!feeder.news-service.com!newsfeed.straub-nv.de!noris.net!news.teledata-fn.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: GPR: project hierarchy and file names Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: Date: Thu, 19 Aug 2010 09:50:39 +0200 Message-ID: NNTP-Posting-Date: 19 Aug 2010 09:50:36 CEST NNTP-Posting-Host: 90a08f64.newsspool4.arcor-online.net X-Trace: DXC=jeNTF\_JC\=U`5g[@c]@J14IUK[ On Thu, 19 Aug 2010 09:20:45 +0200, Yannick Duch�ne (Hibou57) wrote: > Le Thu, 19 Aug 2010 09:03:25 +0200, Dmitry A. Kazakov > a �crit: >> >> This cannot work just because you have two units named object1. >> > I did not want to gave up, but I finally had to conclude the same. No > workaround. There is no need for workarounds. What could be done is a very simple thing. The GPS project view is a GtkTreeView. It is built in the MVC model. So it is relatively simple to change the way it shows child and separate units. Instead of: A.ads A-B.ads A-C.ads at the same level, this A.ads B.ads C.ads Since any child has a parent, it is always possible to do. They probably have a GtkTreeStore for the project files. It would be enough to add a new column for stripped names or else cell-data callback. Not much work, IMO. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de