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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c6567772e9f3871d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.38.134 with SMTP id g6mr24240711pbk.6.1318835356504; Mon, 17 Oct 2011 00:09:16 -0700 (PDT) Path: d5ni20394pbc.0!nntp.google.com!news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: organizing deep source trees with child packages Date: Mon, 17 Oct 2011 08:09:16 +0100 Organization: A noiseless patient Spider Message-ID: References: <21c9e6bb-f4f7-4a00-bde7-68f2c1a42d01@q13g2000vby.googlegroups.com> <82ty7d1ewz.fsf@stephe-leake.org> <3486b228-abdd-490f-b4ef-9ee6b19f65fa@gy7g2000vbb.googlegroups.com> <7179717a-9837-476c-b564-6599a9c02acd@ff5g2000vbb.googlegroups.com> <1qk4l4n9zsdgm$.1bvxdhoq5cpx5.dlg@40tude.net> <82hb39umkd.fsf@stephe-leake.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="26523"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+sgVnOcXtkd72FS3563zRIll+TbRELXsc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:yMGJ1kRkkEaZLthvXxTJ20rWcOE= sha1:3T3F/qNqt9QKhhrTa7TGpf3pqnw= Xref: news2.google.com comp.lang.ada:13992 Content-Type: text/plain; charset=us-ascii Date: 2011-10-17T08:09:16+01:00 List-Id: "Dmitry A. Kazakov" writes: > Long file names, which are difficult to read. > > GPS project view shows file names, e.g.: > > gtk-layered-waveform-ring_data_buffer.adb > gtk-layered-waveform-ring_data_buffer.ads > > It should rather show simple names of Ada units, e.g.: > > gtk > |-layered > | |-waveform > | | |-ring_data_buffer > | | | |-package specification > | | | |-package body You seem to be complaining about the design of GPS rather than anything particularly to do with long file names. You could use gnatkr: $ gnatkr gtk.layered.waveform.ring_data_buffer.ads glwrdabu.ads :-)