From: "Gregg Young" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 1410796 for lswitcher-dev@2rosenthals.com; Fri, 11 Dec 2020 13:39:10 -0500 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:36689 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1knnJs-0005iB-2r for lswitcher-dev@2rosenthals.com; Fri, 11 Dec 2020 13:39:09 -0500 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:29273 helo=smtp.centurylink.net) by mail2.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1knnJp-0002hq-1w for lswitcher-dev@2rosenthals.com; Fri, 11 Dec 2020 13:39:05 -0500 X-CTCH-RefID: str=0001.0A742F1F.5FD3BCCD.0007,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-RefID: str=0001.0A742F15.5FD3BCC9.0042,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Return-Path: X-Vade-Score: -100 X-Vade-Verditct: clean X-Vade-Analysis: gggruggvucftvghtrhhoucdtuddrgedujedrudekvddgudduiecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfujgfpteevqfftpdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkhffvffhrjghffgfogggtgffusehtkeertderreejnecuhfhrohhmpedfifhrvghgghcujghouhhnghdfuceohihgkhesqhifvghsthdrnhgvtheqnecuggftrfgrthhtvghrnhepkedvtefgudetteetgefgleeugfetudefudeitefhheffiefhuedtffelleffledtnecukfhppeejuddrfeejrdekuddrvddtgeenucevlhhushhtvghrufhiiigvpedt X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=G7di7Os5 c=1 sm=1 tr=0 cx=a_idp_x a=SGbCn7Zr4ePLhLgjmTmT+Q==:117 a=SGbCn7Zr4ePLhLgjmTmT+Q==:17 a=KGjhK52YXX0A:10 a=IkcTkHD0fZMA:10 a=zTNgK-yGK50A:10 a=ysqN1OIC4P0A:10 a=eQrCS-SpgXYA:10 a=qBQd0pxSNv4unhh1KKgA:9 a=7Zwj6sZBwVKJAoWSPKxL6X1jA+E=:19 a=QEXdDO2ut3YA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Feedback-ID: dfw:ctl:res:onyx X-Authed-Username: eWdrQHF3ZXN0Lm5ldA== Authentication-Results: smtp04.onyx.dfw.sync.lan smtp.user=ygk@qwest.net; auth=pass (LOGIN) Received: from [71.37.81.204] ([71.37.81.204:57148] helo=ZOBOPEEP) by smtp.centurylink.net (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPA id 2E/15-20495-6CCB3DF5; Fri, 11 Dec 2020 13:39:03 -0500 Message-ID: <100.30270d00c1bcd35f.004@qwest.net> To: "lSwitcher Developers Mailing List" Date: Fri, 11 Dec 2020 11:38:57 -0700 (MST) Reply-To: "Gregg Young" In-Reply-To: References: <5FC23484.9070001.ref@yahoo.es> Priority: Normal User-Agent: PMMail/3.25 (os/2; U; Warp 4.5; en-US; i386; ver 3.25.00.1984) X-Mailer: PMMail 3.25.00.1984 for OS/2 Warp 4.5 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [lswitcher-dev] Revisiting 2.92 On Tue, 1 Dec 2020 17:28:55 +0100 Alfredo Fernández Díaz wrote: > >On 20/11/30 21:43, Gregg Young wrote: >>On Mon, 30 Nov 2020 17:03:47 +0100 Alfredo Fernández Díaz wrote: >>> >>>On 20/11/29 23:28, Gregg Young wrote: > >>>What's CS136? >> >>Revision 136 I just checked and that was when the change was made. >> >> Current SVN revision is 240+ >> >>True >> >>> >>>>One of the problems is that some things in the ini get changed >>>>outside >>>>the settings notebook. The hints font for example. >>> >>>I understand that, but it makes the button useless and misleading. >>>Lacking a better approach (or UI) as of now, a 'fix' could be to save >>>only non-UI stuff like fonts dropped, etc., unless Save is pressed >>>(save >>>everything). That would surely have its own problems. >>> >> >>Let me think about how best to handle this. >> > >If I have some say on this, I think the "WPS" way may be both very easy >to implement, and most convenient. This is just 'set stuff as you go', >and save on close/exit, BUT with Undo and Default buttons on the UI. >Then: > >On notebook open: store a copy of any relevant variables as currently in >use, and forget -- just let values be updated on the UI. >On Undo: restore the copied values above. >On Default: restore some default values. >On close: simply save the variable values. > >This would even leave room for implementing a font selection UI >eventually without affecting the global logic. > >It would also have the advantage of further integrating lSwitcher with >the system, as its settings notebook would behave more like the WPS ones >everywhere. Hi Unfortunately implementing an actual "undo" is a nontrivial change. I have determined that the random box on the Spanish Global page is caused because it thinks that the à glyph is missing (obviously not). I have tried everything I can think of including discussing it with Steven and I can't get it to work properly. What is Spanish for notebook? Thanks Gregg