Re: Text drag & drop

2016-04-30 Thread Chris Young


On 29 April 2016 14:43:00 BST, Vincent Sanders  
wrote:
>On Wed, Apr 27, 2016 at 06:13:18PM +0100, Chris Young wrote:
>> On Wed, 27 Apr 2016 16:47:15 +0100, Richard Torrens (lists) wrote:
>> 
>> > Somewhere between 3492 and 3507 the ability to mark text, drag and
>drop
>> > elsewhere has been lost. Also the find text does not mark the
>finds.
>> > 
>> > This was very useful! I hope it's  temporary thing?
>> 
>> Marking text isn't working correctly on the Amiga version either. 
>Put
>> it on the bugtracker if you haven't already.
>> 
>
>Apologies for this Chris. I have been making some core changes
>improving the font layout API and messed up converting some
>frontends. I fixed the others but you got to Amiga before I had
>chance. Thanks for that

No problem. I saw what you did with the RISC OS version so I figured the fix 
would be the same. :)

>I have also recently changed the warn_user API. The core have very,
>very few usages of this left and mostly returns nserror from API
>letting the frontends report errors as they see fit. However this
>means frontends now provide the warning API through the miscellaneous
>operations table. Frontend code that should generate user warnings
>(amiga_warn_user for the amiga frontend) should be called directly
>
>To avoid breakage I kept the old warn_user() API in utils/utils.[ch]
>while I carefully remove usages. Rather than risk me breaking your
>frontend again might it be possible for you to remove the use of this
>API?

Yes, no problem.

I'm having some problems accessing this email account from home, so whilst I'm 
struggling typing on my phone, can you kick off a rebuild of the ppc-amiga 
toolchain please? I added some includes I now need for the version in master.

Thanks
Chris




Re: Text drag & drop

2016-04-29 Thread Vincent Sanders
On Wed, Apr 27, 2016 at 06:13:18PM +0100, Chris Young wrote:
> On Wed, 27 Apr 2016 16:47:15 +0100, Richard Torrens (lists) wrote:
> 
> > Somewhere between 3492 and 3507 the ability to mark text, drag and drop
> > elsewhere has been lost. Also the find text does not mark the finds.
> > 
> > This was very useful! I hope it's  temporary thing?
> 
> Marking text isn't working correctly on the Amiga version either.  Put
> it on the bugtracker if you haven't already.
> 

Apologies for this Chris. I have been making some core changes
improving the font layout API and messed up converting some
frontends. I fixed the others but you got to Amiga before I had
chance. Thanks for that

I have also recently changed the warn_user API. The core have very,
very few usages of this left and mostly returns nserror from API
letting the frontends report errors as they see fit. However this
means frontends now provide the warning API through the miscellaneous
operations table. Frontend code that should generate user warnings
(amiga_warn_user for the amiga frontend) should be called directly

To avoid breakage I kept the old warn_user() API in utils/utils.[ch]
while I carefully remove usages. Rather than risk me breaking your
frontend again might it be possible for you to remove the use of this
API?

> Chris
> 
> 

-- 
Regards Vincent
http://www.kyllikki.org/



Re: Text drag & drop

2016-04-28 Thread John Williams
In article <5577741072joh...@ukgateway.net>,
   John Williams  wrote:

> So that might correspond with: ...

Thank you, Vincent; normal behaviour restored!

John

-- 
| John Williams 
| joh...@ukgateway.net

 Names for Soul Band:- Soul Beneficiary *



Re: Text drag & drop

2016-04-27 Thread Richard Torrens (lists)
In article <5577741072joh...@ukgateway.net>,
   John Williams  wrote:
> > Somewhere between 3492 and 3507 the ability to mark text, drag and drop
> > elsewhere has been lost. Also the find text does not mark the finds.

> Absent in 3495. So that might correspond with:

> Apr 24 2016 1:35:32 PM
> 1. update risc os frontend for layout table - Vincent Sanders/cgit

> - from the changes page.

Drag and drop does still work - it's just that you now cannot see what you
are dragging!

-- 
Richard Torrens.
http://www.Torrens.org.uk for genealogy, natural history, wild food, walks, cats
and more!



Re: Text drag & drop

2016-04-27 Thread Chris Young
On Wed, 27 Apr 2016 16:47:15 +0100, Richard Torrens (lists) wrote:

> Somewhere between 3492 and 3507 the ability to mark text, drag and drop
> elsewhere has been lost. Also the find text does not mark the finds.
> 
> This was very useful! I hope it's  temporary thing?

Marking text isn't working correctly on the Amiga version either.  Put
it on the bugtracker if you haven't already.

Chris