Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Bad readability: Includes list in Project Explorer
  • From: Moritz Strübe <moritz.struebe@xxxxxxxxxx>
  • Date: Fri, 25 Mar 2022 16:42:57 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mathema.de; dmarc=pass action=none header.from=mathema.de; dkim=pass header.d=mathema.de; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=aLZXtjzNoBlLzVq2P4CRy+g+4dMuBSnvMwxcRSL4Mjw=; b=U5NIgSKlVzyOYz0tVoFVdZiXEEbMSXxzmV1fKY525N9W1agis5PRck64D/iIvThue/2Vg29++ATrOT7NUELqHnRcDhBn8ZdB7ZGmZD3Wvi4PFEHwBdjOylyft24m69Kwy8sNIelAzlRfrVNcWVHw3RNbiTm7Ugs+UYhFsOpGwG7i4DFmNqdo43Is9atQMQmhTCvc9YlPuL2eWvxikbdePxNz9ZoRP5k5N7CKhUck/YZVZscAk9bDF7xtaNLsWziWpjummwZbpLqg8Pf8t94FUIwE8CdZ9rNfi2E2xXNPqoU9eLmp7J6AQyynRa7b7ZTwcOK2OWZRg2u0arCHnKScQw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ycd+9FC+0d0Vv02OZ4oLeYH3lCkdvmZC2/yWohbyo9p9Ow0yt8GeFh6k0lIodCZhj9M+L2gAEaO9OWe5Yf81BjS9jXc8iUPdsBW12+RSrnqYKEuY/sG5H+js+75GSVRWNl8M/DR+Fl2EkDRHL9QqNF+jWVWiRexv00j+zsCKRqdP4buc/PwcG2NXfJI1GecgA8XybfBQuFw6xVOge2q/qCLNjr9GCm1XOg21iDGRUfH8lS0RbP3wU16sxEzhfFucLFYLzpkal2STTL/T8SD/x64DCOW3H1K6vPYRHkcsZb4fIV9g3hvE2KDL3ltEhsaCDUv72I83eIDvi6JPQaxSEg==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Hey,

I finally have some time to work on docker improvements. One of the things bugging me are the include paths in the project. While they are already hard to read when they are no systems paths, but things get worse when they are copied from a docker image:



Thus: Is there an easy whey to fix this?
One of my ideas was to introduce some kind of mapping. Showing the actual path within the docker, but listing the copied files.
The second was to clip the paths on the left side instead of the right. But that is probably far from simple, because it breaks the rendering hierarchy, right?
A third option would be to introduce a hierarchy level. Adding one when all paths share the same base-path (or some other magic):



Thinking about it, the third option is probably the most non-confusing for the end-user, while still being implementable with reasonable effort (this is a wild guess, though).

Any thoughts? Would a patch be merged? Can this be implemented in CDT or do I have to adjust Eclipse? Pointers to the code to look at are welcome, too. :)

Morty


-- 
MATHEMA GmbH
Schillerstraße 14 | 90409 Nürnberg

Telefon: +49 (0)911 180778-50
E-Mail: moritz.struebe@xxxxxxxxxx | Web: www.mathema.de

Geschäftsführer: Andreas Hanke, Thomas Haug
Handelsregister: HR B 35517, Nürnberg/Bayern

Back to the top