On Sun, Nov 04, 2007 at 11:00:54PM +0200, Dov Feldstern wrote:
> Dov Feldstern wrote:
> >Martin Vermeer wrote:
> >>On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote:
> >>>Hi!
> >>>
> >>>Attached find the final patch (at least for now) which gets rid of
> >>>LTR bias in the code. I will
Dov Feldstern wrote:
Martin Vermeer wrote:
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote:
Hi!
Attached find the final patch (at least for now) which gets rid of
LTR bias in the code. I will commit in the next few days if there are
no objections.
Attached is a newer versio
Martin Vermeer wrote:
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote:
Hi!
Attached find the final patch (at least for now) which gets rid of LTR
bias in the code. I will commit in the next few days if there are no
objections.
The only non-trivial change (i.e., more than just
Martin Vermeer wrote:
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote:
-bool Cursor::popLeft()
+bool Cursor::popBackward()
{
BOOST_ASSERT(!empty());
- //lyxerr << "Leaving inset to the left" << endl;
+ //lyxerr << "Leaving inset from in back" << endl;
This fe
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote:
> Hi!
>
> Attached find the final patch (at least for now) which gets rid of LTR bias
> in the code. I will commit in the next few days if there are no objections.
>
> The only non-trivial change (i.e., more than just changing function
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote:
> Hi!
>
> Attached find the final patch (at least for now) which gets rid of LTR
> bias in the code. I will commit in the next few days if there are no
> objections.
>
> The only non-trivial change (i.e., more than just changing fun
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote:
> Hi!
>
> Attached find the final patch (at least for now) which gets rid of LTR
> bias in the code. I will commit in the next few days if there are no
> objections.
>
> The only non-trivial change (i.e., more than just changing fun
Hi!
Attached find the final patch (at least for now) which gets rid of LTR
bias in the code. I will commit in the next few days if there are no
objections.
The only non-trivial change (i.e., more than just changing function
names) is that I merged idxLeft into idxPrev, and idxRight into idxN