[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Word selection and cursor placement
From: |
Benhur Stein |
Subject: |
Re: Word selection and cursor placement |
Date: |
Mon, 20 Nov 2006 09:22:15 -0200 |
On 11/20/06, Matt Rice <ratmice@yahoo.com> wrote:
I don't know anything about right-to-left text flow,
but it seems to me that moveLeft: and moveRight should
have the same behaviour on both left->right and
right->left text because left is a literal direction,
Not really, because when you move to the right, you are going towards
the begining of the text in a right->left system, and towards the end
in a left->right system. moveBackward: and moveForward: are always
relative to the text, independently on how it is laid out.
Benhur
- Word selection and cursor placement, Andreas Höschler, 2006/11/11
- Re: Word selection and cursor placement, Matt Rice, 2006/11/11
- Re: Word selection and cursor placement, Matt Rice, 2006/11/11
- Re: Word selection and cursor placement, Andreas Höschler, 2006/11/17
- Re: Word selection and cursor placement, Wolfgang Lux, 2006/11/19
- Re: Word selection and cursor placement, Andreas Höschler, 2006/11/19
- Re: Word selection and cursor placement, Matt Rice, 2006/11/19
- Re: Word selection and cursor placement, Wolfgang Lux, 2006/11/20
- Re: Word selection and cursor placement, Matt Rice, 2006/11/20
- Re: Word selection and cursor placement, Matt Rice, 2006/11/20
- Re: Word selection and cursor placement,
Benhur Stein <=