Re: Text area refresh

2013-04-10 Thread Ole
Am Mittwoch, den 10.04.2013, 22:11 +0200 schrieb Peter Slegg : I don't know if it related but the Page Up key does a page-down action. Not related, but should be fixed in the next auto-build.

Re: Text area refresh

2013-04-10 Thread Peter Slegg
> Date: Mon, 08 Apr 2013 19:54:52 +0100 > Subject: Re: Text area refresh > In article > , >Chris Young wrote: > > > The core handling of Ctrl-V (and any other similar shortcuts) probably > > needs to be tracked down and obliterated. > > The core handling of

Re: Text area refresh

2013-04-08 Thread Ole
Am Montag, den 08.04.2013, 23:52 +0200 schrieb Ole : Am Montag, den 08.04.2013, 21:53 +0200 schrieb "Chris Young" I have to think about how to solve it...: 1. I would still like to process menu events before browser_window events. 2. catching ctrl+v and not passing it to the core is mayb

Re: Text area refresh

2013-04-08 Thread Ole
Am Montag, den 08.04.2013, 21:53 +0200 schrieb "Chris Young" : Oh yes, I didn't realise KEY_PASTE = ASCII 22 = Ctrl-V (until I looked it up) I still think the double-pasting would be the frontend interpreting it directly as a KEY_PASTE *and* passing the original key press as well. The f

Re: Text area refresh

2013-04-08 Thread Chris Young
On Mon, 08 Apr 2013 19:54:52 +0100, Michael Drake wrote: > The core handling of Ctrl-V is the only supported way of pasting. > > When you select "Paste" in a menu, the front end should be implementing it > by passing Ctrl-V to the core. Oh yes, I didn't realise KEY_PASTE = ASCII 22 = Ctrl-V (unt

Re: Text area refresh

2013-04-08 Thread Michael Drake
In article , Chris Young wrote: > The core handling of Ctrl-V (and any other similar shortcuts) probably > needs to be tracked down and obliterated. The core handling of Ctrl-V is the only supported way of pasting. When you select "Paste" in a menu, the front end should be implementing it by

Re: Text area refresh

2013-04-08 Thread Chris Young
On Fri, 5 Apr 2013 13:09:01 +0200, J. F. Lemaire wrote: > On 5 April 2013 12:30, wrote: > > > What I have noticed recently is that pasting into the text area with Ctrl-V > > creates 2 copies of the pasted text. > > Yes, I noticed this too. I suspect this is a frontend issue, however, > not a co

Re: Text area refresh

2013-04-05 Thread J. F. Lemaire
On 5 April 2013 12:30, wrote: > What I have noticed recently is that pasting into the text area with Ctrl-V > creates 2 copies of the pasted text. Yes, I noticed this too. I suspect this is a frontend issue, however, not a core one, since each platform has its own mechanism to access the clipboa

Re: Text area refresh

2013-04-05 Thread p . slegg
What I have noticed recently is that pasting into the text area with Ctrl-V creates 2 copies of the pasted text. Peter

Re: Text area refresh

2013-04-04 Thread J. F. Lemaire
On 26/03/2013, Michael Drake wrote: > In article <4136879.Nb86WAdMgm@chertsey>, >Jean-François Lemaire wrote: >> I tried the Atari build and indeed it is much better now. It would be >> fantastic if multi-line textareas could be improved in the same way. > Please try CI build #1009 or later

Re: Text area refresh

2013-03-26 Thread Michael Drake
In article <4136879.Nb86WAdMgm@chertsey>, Jean-François Lemaire wrote: > > I've updated the single line textarea (used for search boxes and > > passwords), to reduce unnecessary redraw in some cases. Please try CI > > build #1000 or later and let me know if it's any better. > I tried the Ata

Re: Text area refresh (Michael Drake)

2013-03-22 Thread Peter Slegg
>Date: Fri, 22 Mar 2013 00:28:11 +0100 >From: Ole >Subject: Re: Text area refresh > > > Am Donnerstag, den 21.03.2013, 20:25 +0100 schrieb Jean-François > Lemaire > >> I tried the Atari build and indeed it is much better now. It would be >> fantastic if multi

Re: Text area refresh

2013-03-21 Thread Ole
Am Donnerstag, den 21.03.2013, 20:25 +0100 schrieb Jean-François Lemaire I tried the Atari build and indeed it is much better now. It would be fantastic if multi-line textareas could be improved in the same way. Thanks for this! Yes, typing results in no flickering now. Thanks!

Re: Text area refresh

2013-03-21 Thread Jean-François Lemaire
On Thursday 21 March 2013 19:01:53 Michael Drake wrote: > In article <00112fcb.01dac5001...@smtp.freeola.net>, > >Peter Slegg wrote: > > When typing in a textarea, each key press causes a refresh of the entire > > textarea. > > I've updated the single line textarea (used for search boxes and

Re: Text area refresh

2013-03-21 Thread Michael Drake
In article <00112fcb.01dac5001...@smtp.freeola.net>, Peter Slegg wrote: > When typing in a textarea, each key press causes a refresh of the entire > textarea. I've updated the single line textarea (used for search boxes and passwords), to reduce unnecessary redraw in some cases. Please try C

Text area refresh

2013-03-19 Thread Peter Slegg
While work is being done on textareas maybe it is a good time to raise this again ? When typing in a textarea, each key press causes a refresh of the entire textarea. You may not notice this on a fast cpu but on a 68060 it is very noticeable and the more text there is, the slower it gets. Coul