comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: GPR: project hierarchy and file names
Date: Thu, 19 Aug 2010 09:50:39 +0200
Date: 2010-08-19T09:50:36+02:00	[thread overview]
Message-ID: <hxzf3t6xgh0v$.cmhadxmgzotv.dlg@40tude.net> (raw)
In-Reply-To: op.vhob0vowxmjfy8@garhos

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  
> <mailbox@dmitry-kazakov.de> 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



  parent reply	other threads:[~2010-08-19  7:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-19  3:23 GPR: project hierarchy and file names Yannick Duchêne (Hibou57)
2010-08-19  7:03 ` Dmitry A. Kazakov
2010-08-19  7:20   ` Yannick Duchêne (Hibou57)
2010-08-19  7:31     ` Pascal Obry
2010-08-19  7:42       ` Dmitry A. Kazakov
2010-08-19  8:35         ` Yannick Duchêne (Hibou57)
2010-08-19  7:50     ` Dmitry A. Kazakov [this message]
2010-08-19  8:41       ` Yannick Duchêne (Hibou57)
2010-08-19  8:54         ` Dmitry A. Kazakov
2010-08-19  7:07 ` Yannick Duchêne (Hibou57)
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox