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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=32sEy0YhWXYPgITGrHxkhIfXp4JQ02do9NGViMhOLv4=; b=CIUA00agHphIRLgTGAWLbQrTh0Vuv+k0v3Kej9m2O6EeK4rY+hdryZ+EHMOFMfTixN qgAC13RbMwX65FQkkSRJzKJmJnRe3P2VfQaY4DeUWxWGPGZ42ZQBQhA63cOzJUcmu9Ni NI2KTJnw4hbl/47Vfj6xGebvWIMoiPExPRor1jksmWMwAUBc5/GNpiPv4AVfVbzyS26L /52MFdxKQJYtuYCvLx3qXVTjVkUyjyrtyalLtP9o9t7Zg1RLyZYNzzT7pnO/QDa96jPg 9/U7HpMT+zpAjQDGeSMzkd9FnrRh8yD/ujT+y5RiRBsjyBaPq92FmKwoDRoM7C2S7c1d rEeg== X-Received: by 10.152.27.100 with SMTP id s4mr30767037lag.122.1440582894554; Wed, 26 Aug 2015 02:54:54 -0700 (PDT) Date: Wed, 26 Aug 2015 11:54:49 +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] Re: off-topic: daydreaming about modularization Message-Id: <20150826115449.a135f823c8ff0a34c6e1b367@gmail.com> In-Reply-To: <201508252002.t7PK2At5032203@envy.delorie.com> References: <6B8DDCCF-0E84-43DC-94A3-89CE0E56F0ED AT noqsi DOT com> <201508242052 DOT 28189 DOT ad252 AT freeelectron DOT net> <3766120C-93DD-454D-B2FA-7C79B78DC86C AT noqsi DOT com> <8DC5050C-49D2-49AD-94B0-A1FC857178E5 AT noqsi DOT com> <55DC6491 DOT 8030607 AT iae DOT nl> <3FA132D6-A8D9-47C8-8D37-E1962EF4098B AT noqsi DOT com> <55DC78F8 DOT 1010105 AT iae DOT nl> <55DC8B80 DOT 4020504 AT iae DOT nl> <20150825215359 DOT 0e88ef8e605a29bf9d842ff7 AT gmail DOT com> <201508252002 DOT t7PK2At5032203 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; 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 For pcb someone suggested to use a pcblib for storage of the layout. If this lib have functions in particular to search thru or extract objects with a certian property value and any changed is notified back to the application I guess it could be used for plugins. On Tue, 25 Aug 2015 16:02:10 -0400 DJ Delorie wrote: > > I wonder if gschem would be more plugin-friendly if there were more > operations that acted directly on the schematic you're editing. PCB > has a lot of features/plugins that are "editors" of the pcb, but other > than gattrib most of the other gEDA tools work with a pre-existing > schematic.