X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1437852147.1412.16.camel@ssalewski.de> Subject: Re: [geda-user] Docking Property Editors From: Stefan Salewski To: geda-user AT delorie DOT com Date: Sat, 25 Jul 2015 21:22:27 +0200 In-Reply-To: References: <6384EC21-FBC6-47D2-A371-CB9770C27561 AT sbcglobal DOT net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 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 On Sat, 2015-07-25 at 20:35 +0200, Kai-Martin Knaak wrote: > There may be a lesson to be learned: Perhaps the ability to rescale > and reposition individual docks on the fly does not contribute that > much to usability. Interesting observations. Indeed a few releases of inkscape shipped a special version of libgdl, maybe linked static? I myself have never really liked multi-windows applications like Gimp -- docking makes it not really better for me. I think for GTK a Notebook inside a panned window is generally a good solution for schematic or pcb editors, because for such tools generally one single property widget is used (we may edit text or line style or colors or something other, but generally only one at a time. So switching the Notebook works well.) For people working with multiple monitors that may be different -- but I myself prefer having one application with all its widgets on only one screen in these days, maybe on one UHD 32" display. If I would use multiple monitors, than maybe one for schematic, the other for PCB. (For tools like gimp multiple (docked) property windows makes indeed more sense, maybe one for line style, one for color, used interchangeably.)