X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=PeClLqo7fJefa/3ySHeApjffM9U070/mISrhmI0hK1s=; b=MDcJAh6expR8pczWuZi4fA9stsZdOJ2QGgnF8U8vaIkhiVAeSb6BdPPnsLr7PXX2Hk siq3K6cFugfFVxL1mXZl4adwgGyXEnku/r2FyKXCxBAmMDt4vFmkC+jXYJGUeMIVZ8gF ib3hmAIKbR1QhEFBw8DtM9AJeIQ6PfUYoEIryPJSnuwLQtWZmh0JhWkOalkecrW5+7E+ eAN/J/Uy47XIUZl7T0rKpMwpHyTL6VT8UiibzpbamDgicdOLn1ip/mMsGbQWdYl/EfVS fZmoeyh7PW/9gmrDc7mRqB8hnBnmKQaigXz0cDeZ60j6fJcxXD6D9dvM3L0lHR/oungQ aYOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PeClLqo7fJefa/3ySHeApjffM9U070/mISrhmI0hK1s=; b=YHnW0dizzhF95yCrJV1SemVs2BHg3k7PKVySYdmilZ4nEfHY4ARitDX2XH4IXoD4/i jkmy3paDMp7BDi7d9ENdnGMyCRshQufcl1I5W90+dKtOiq5y5BTWs9LxEeFS8V4SXjEy FVL3oDuHmHCA627z21+eVQlBp024tRZhY7/1RiJRGOX/nScIeWQkBP0SY8QnPjE2zbzW x1ahLQu3Ld0tv3YgW9EJMChmVQflMGJH0YzqCgUPaDpEvvjR01lxfR9TodGU3JniTH0+ CRj0cIljqEo97zZcZ5csIQDraKU1J2ZOFNtZPNwqd7PO5/PxRjBtI/9WXCWRi6PEqSKd DdhQ== X-Gm-Message-State: AOUpUlHOVBZW9xSDZxKkQHM7qkLm9hipyGEKUx+LeET9tYYBEIYrY/OM VyTrJaR9/wexUEnV/txVWokbu0ad X-Google-Smtp-Source: AAOMgpcG1AvFi6nw5rXPR0lCjdk/dCN2xZdcMhRfsxJxFARAupIwTPKCOsXojsFb7iQmI4bQRTcOkQ== X-Received: by 2002:a2e:9645:: with SMTP id z5-v6mr9236051ljh.127.1532372356727; Mon, 23 Jul 2018 11:59:16 -0700 (PDT) Date: Mon, 23 Jul 2018 20:59:15 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem multiple pages Message-Id: <20180723205915.c162c74157b8787dc514bf07@gmail.com> In-Reply-To: References: <20180723152807 DOT 13d27cadcd023b63aa3fd9c0 AT gmail DOT com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Sounds like the "project file" problem. A tool or menu item or maybe a menu item invoking the tool so that it could also could be used in a script to search where schematics and symbols are used might be a solution. > I introduced (optional!) project files in pcb-rnd and I recommend gschem > join this effort, preferrably sharing the same file, that could then > describe almost all aspects of your project. I would have no arguments against this. > The project file contains per tool sections. For pcb-rnd it contains the > board file names and the arbitrary subtrees of pcb-rnd configuration. > Both pcb-rnd and gsch2pcb-rnd work from this file (we deprecated > gsch2pcb rc files). Gschem's section could contain a list or tree of > schematic files and maybe some settings too (e.g. library search paths). If some files are reused which is the case at least for footprints I guess it would be good with a tool to search for there it have been used. For this to work the user have to know where files are stored but if the user do not where the files are it will not work. I have a simulation on the other screen but maybe some day I have some time to write some real code also.