[Harbour] Re: bug/issue: slow pasting on uppercase letters
smu johnson
smujohnson at gmail.com
Wed Mar 3 19:38:51 EST 2010
Here is the code that proves this. I have shown it to 2 other co-workers
and they can confirm a noticable difference in speed when Harbour draws the
CAPS chars. Try and see for yourself!
/*
Copy the string below in Windows and right-click to paste it into the GET
Take note of how long it takes to write the capital letters to the screen
abcdefghijkmlopqrstuvABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijkmlopqrstuv
*/
FUNC MAIN()
LOCAL VAR := SPACE(70)
@ 22,1 SAY "Type: " GET VAR
READ
RETURN
On Mon, Mar 1, 2010 at 4:36 PM, smu johnson <smujohnson at gmail.com> wrote:
> Hi,
>
> On regular CLI input boxes where you can type stuff, we have found copying
> and pasting in Windows to be very slow. When I looked more into it, using
> something like MEMOEDIT() to test pasting a bunch of chars, I found the
> UPPERCASE chars paste very slowly, and lowercase chars paste instantly.
>
> It didn't take much to test this out for myself, but if no one else can see
> what I'm talking about, I will record a small youtube video of it maybe.
>
> My paste test string:
> FESFJSEFKJESFKJSFNEjqelmkdewlkESFJSEFKJESFKJSFNEESFJSEFKJESFKJSFNE
>
> Thanks
>
> --
> smu johnson <smujohnson at gmail.com>
>
>
--
smu johnson <smujohnson at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.harbour-project.org/pipermail/harbour/attachments/20100303/20e02f6d/attachment.html
More information about the Harbour
mailing list