[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
RE: [XaraXtreme-dev] RE: [XaraXtreme-commits] Commit Complete
- From: Martin Wuerthner <lists@xxxxxxxxxxxxxxx>
- Date: Wed, 17 May 2006 16:35:27 +0200
- Subject: RE: [XaraXtreme-dev] RE: [XaraXtreme-commits] Commit Complete
Your observation does not surprise me - there are problems with text
selection updates in debug builds. Here, it can take seconds to update
a text selection, most notably, when the selection is cleared. The
last time I saw it I thought that something was seriously broken, but
it is fine in non-debug builds, so this is probably due to excessive
logging in wx that we do not see because it is suppressed but that
still slows down everything to a crawl.
Martin
In message <5056CBC646CB4047BB26120F4377DB71D17A37@xxxxxxxxxxxxxxxxxxx
>
"Gerry Iles" <GerryI@xxxxxxxx> wrote:
> I've just installed the 1097 autopackage and, yes, it does seem ok in
> that. I am using my debug build of 1099 so either it only shows up in
> debug builds or Alex's fix to the idle handling (1099) or MartinW's fix
> to font rendering (1098) has upset it. I guess we'll see in the next
> build server version...
>
> Interestingly, now that I have autopackage installed, clicking the link
> in Firefox gives me the option to open it using autopackage so you only
> have to do the setting it +x and running it manually the first time.
>
> Presumably if you install autopackage first then this would also work...
>
> Gerry
>
> -----Original Message-----
> From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
> Behalf Of Luke Hart
> Sent: 17 May 2006 14:45
> To: dev@xxxxxxxxxxxxxx
> Subject: Re: [XaraXtreme-dev] RE: [XaraXtreme-commits] Commit Complete
>
> Gerry Iles wrote:
>
>>Alex (and Luke),
>>
>>Your fix for this is fine for normal typing but it is still very slow
>>when using delete or backspace (the rendering doesn't keep up). Also,
>>shift and cursor to select characters behaves very oddly with big
> pauses
>>in the auto-repeat. I suppose these could be issues with the key
>>handling. Does it handle delete and backspace differently to other
>>keys? Does it do anything strange when shift is down?
>>
>>These could be issues only in debug builds but as autorepeat typing
>>keeps up, I would expect delete and selection to keep up too...
>>
>>Gerry
>>
>>
> It seems fine in 1097 from the build server. Can you re check with that?
>
> Luke