delorie.com/archives/browse.cgi | search |
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=mime-version:in-reply-to:references:date:message-id:subject:from:to | |
:content-type; | |
bh=iFWsgMMi/xlEgOGnB3E1J5OhyPHAUAELu3ksFr8L7P8=; | |
b=iwWPZ4TzxsGwdUIC+3fP6kLzOMGAKwu9zHvP5T86bL0lT9GLuFBrMZ4ZC1lIc0Lrb+ | |
5Capli+DfwWEPBfhp4bSiD7AmGvLoNDR4TPgTDvJaL5ZTR7Po6jDqWWLVs8T3xRjBe30 | |
aARSixVjL+S4PUjAMXSylnDqfHS10GvGlkI+G2zKGi9Sn9HpDyyPtIksPN7SdlSj/8Dh | |
aszrn1nyWRECqMji6QnRmlczc4T2H+90ToIvN4mNJB7S2n0t7rP7q+nnmdXfQZziDHmD | |
QapojSD2wVJ/P5hJV3sJQ4qJyIiG5KbLzNUjGk3sJ5gTpkU9UKgiir+zAtH8xd5CPGrN | |
oiKQ== | |
MIME-Version: | 1.0 |
X-Received: | by 10.194.8.227 with SMTP id u3mr22985481wja.38.1443920604318; |
Sat, 03 Oct 2015 18:03:24 -0700 (PDT) | |
In-Reply-To: | <201510040036.t940ae4M004656@envy.delorie.com> |
References: | <56100AF8 DOT 4090802 AT jump-ing DOT de> |
<201510040036 DOT t940ae4M004656 AT envy DOT delorie DOT com> | |
Date: | Sat, 3 Oct 2015 17:03:24 -0800 |
Message-ID: | <CAC4O8c-pC4=JuF57PrkxdAKoV9fG9gBuzxOCWkPmFqL5CFf4Vw@mail.gmail.com> |
Subject: | Re: [geda-user] Clutterless user interface or even more custom |
special super features? | |
From: | "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
To: | geda-user AT delorie DOT com |
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 |
--047d7b5d9c07b4512905213cf656 Content-Type: text/plain; charset=UTF-8 On Sat, Oct 3, 2015 at 4:36 PM, DJ Delorie <dj AT delorie DOT com> wrote: > > > ... I learned that there are no less than three special modes for > > ignoring text, hiding text and/or ignoring anything but text exist. The > > bug is a crashing one, hitting Undo takes the whole application with it, > > data lost. > > If Undo crashed, Undo is broken and needs to be fixed. > > The "ignore text" flag was added because a lot of users were trying to > move elements and ended up moving their labels instead. The "only > text" option is for the case where they're organizing the labels at > the end of layout and don't want to accidentally move anything else. > Oh that does sound conveninet, I'll have to try it. > > It was a commonly asked for feature, and well received at the time. > > > 1. Add a lot more special case search code to check not only for mode > > flags like ONLYNAMESFLAG, but also under which conditions this search > > happens. This easily makes one special case for every other case. 3 > > names modes x 12 drawing modes = 36 cases. > > Our search has much more complexity than that. Handling locked > vs unlocked and tool-specific things makes it all very complex. > > > 2. Disable modes like track drawing mode while in names only > > mode. This would be the advertised behaviour. Also a lot of code and > > on top of this, unexpected user behaviour ("I can't draw tracks > > anymore and I don't know why"). > > I like this idea; perhaps a tool tip over the disabled tool buttons > that says 'disabled due to the "only text" option' or something. > I'd probably not notice it due to mental tooltip filters. Perhaps a popup when user tries to go into line (etc.) mode or enables these modes while in line etc. mode --047d7b5d9c07b4512905213cf656 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><br><div class=3D"gmail_extra"><br><div class=3D"gmail_quo= te">On Sat, Oct 3, 2015 at 4:36 PM, DJ Delorie <span dir=3D"ltr"><<a hre= f=3D"mailto:dj AT delorie DOT com" target=3D"_blank">dj AT delorie DOT com</a>></span>= wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bor= der-left:1px #ccc solid;padding-left:1ex"><br> > ... I learned that there are no less than three special modes for<br> > ignoring text, hiding text and/or ignoring anything but text exist. Th= e<br> > bug is a crashing one, hitting Undo takes the whole application with i= t,<br> > data lost.<br> <br> If Undo crashed, Undo is broken and needs to be fixed.<br> <br> The "ignore text" flag was added because a lot of users were tryi= ng to<br> move elements and ended up moving their labels instead.=C2=A0 The "onl= y<br> text" option is for the case where they're organizing the labels a= t<br> the end of layout and don't want to accidentally move anything else.<br= ></blockquote><div><br></div><div style=3D"">Oh that does sound conveninet,= I'll have to try it.</div><div style=3D"">=C2=A0</div><blockquote clas= s=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;pad= ding-left:1ex"> <br> It was a commonly asked for feature, and well received at the time.<br> <br> > 1. Add a lot more special case search code to check not only for mode<= br> > flags like ONLYNAMESFLAG, but also under which conditions this search<= br> > happens. This easily makes one special case for every other case. 3<br= > > names modes x 12 drawing modes =3D 36 cases.<br> <br> Our search has much more complexity than that.=C2=A0 Handling locked<br> vs unlocked and tool-specific things makes it all very complex.<br> <br> > 2. Disable modes like track drawing mode while in names only<br> > mode. This would be the advertised behaviour. Also a lot of code and<b= r> > on top of this, unexpected user behaviour ("I can't draw trac= ks<br> > anymore and I don't know why").<br> <br> I like this idea; perhaps a tool tip over the disabled tool buttons<br> that says 'disabled due to the "only text" option' or som= ething.<br></blockquote><div><br></div><div style=3D"">I'd probably not= notice it due to mental tooltip filters.=C2=A0 Perhaps a popup when</div><= div style=3D"">user tries to go into line (etc.) mode or enables these mode= s while in</div><div style=3D"">line etc. mode=C2=A0</div><div style=3D""><= br></div></div></div></div> --047d7b5d9c07b4512905213cf656--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |