Re: Jumping cursors

2017-01-05 Thread Richmond Mathewson
Impressive: "added this to the 8.1.3-rc-1 milestone" Has any one any idea when to expect that release? Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Jumping cursors

2017-01-05 Thread Richmond Mathewson
Thank you: 373 wonky results! Well, to be honest, I'm not going to wait for you and yours to sort that out; I shall use the list to help me avoid wonky Unicode addresses. On 1/5/17 1:07 pm, Mark Waddingham wrote: On 2017-01-05 11:01, Richmond Mathewson wrote: Ha, Ha, Ha: possibly the first ti

Re: Jumping cursors

2017-01-05 Thread Mark Waddingham
On 2017-01-05 11:01, Richmond Mathewson wrote: Ha, Ha, Ha: possibly the first time ever that it hasn't been the latter :) http://quality.livecode.com/show_bug.cgi?id=19045 By 'stupid engine' do you mean the LiveCode engine, something else, or code that has been co-opted from elsewhere and fol

Re: Jumping cursors

2017-01-05 Thread Richmond Mathewson
Thanks for a very clear explanation. On 1/5/17 11:19 am, Mark Waddingham wrote: On 2017-01-05 09:56, Richmond Mathewson wrote: Um: this could be a "stupid Richmond" case rather than anything else as I populated cells FF001 to FF01E with Grantha Samyuktaksharas: and those in FF002 and so on beha

Re: Jumping cursors

2017-01-05 Thread Mark Waddingham
On 2017-01-05 09:56, Richmond Mathewson wrote: Um: this could be a "stupid Richmond" case rather than anything else as I populated cells FF001 to FF01E with Grantha Samyuktaksharas: and those in FF002 and so on behave perfectly well; This is a case of 'stupid engine', rather than 'stupid Richmo

Re: Jumping cursors

2017-01-05 Thread Richmond Mathewson
Um: this could be a "stupid Richmond" case rather than anything else as I populated cells FF001 to FF01E with Grantha Samyuktaksharas: and those in FF002 and so on behave perfectly well; but FF001 could be a non-character which I had overlooked: If one goes here: http://www.unicode.org/charts/

Re: Jumping cursors

2017-01-05 Thread Ali Lloyd
0xFF001 appears to be an invalid unicode character, residing in the private use area. When I try > set the text of the selectedText to numToCodepoint(0xff001) The text is replaced by a character that LiveCode appears to think is RTL, and the cursor splits as it does when placed 'ahead' of an RTL ch

Re: Jumping cursors

2017-01-04 Thread Kay C Lan
On Thu, Jan 5, 2017 at 5:26 AM, J. Landman Gay wrote: > > I'm a little surprised that works at all. The "selectedtext" returns a > string, not a position. I'd use "selectedChunk" which would provide a > character location, enabling you to set the cursor at a specific position. > Whilst your defini

Re: Jumping cursors

2017-01-04 Thread dunbarx
Neither construction works in HC. You would have had to: put "foo" into the selectedChunk. Both work in LC, though, and it is a case where LC is more forgiving than HC. Craig -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Jumping-cursors-tp47113

Re: Jumping cursors

2017-01-04 Thread Richmond Mathewson
I have been using "the selectedText" without a backward glance extremely successfully for 6 years. Richmond. On 1/4/17 11:26 pm, J. Landman Gay wrote: On 1/4/17 10:33 AM, Richmond Mathewson wrote: set the text of the selectedText to numToCodePoint(0xFF001) and it does do what it is meant to

Re: Jumping cursors

2017-01-04 Thread J. Landman Gay
On 1/4/17 10:33 AM, Richmond Mathewson wrote: set the text of the selectedText to numToCodePoint(0xFF001) and it does do what it is meant to do; i.e. pops character 0xFF001 at the end of the line in my text entry field, but I really want the cursor to end up after that character not in front of

Jumping cursors

2017-01-04 Thread Richmond Mathewson
Hey-Ho: more fun with my endless Devawriter Pro (Grantha Samyuktaksharas for those who care about that sort of thing). So, I have a line of code that says this: set the text of the selectedText to numToCodePoint(0xFF001) and it does do what it is meant to do; i.e. pops character 0xFF001 at th