Re: [patch] another solution for Bidi cursor movement in Mathed

2007-05-07 Thread Elazar Leibovich
I agree with the confusion remark. What I should've done is to iff it with (lyxrc.bidiVisual) condition. I just wanted remarks on my implementation. Except, we might decide that the visual approach is the default one As of your multiline inset problem - this does not exist, since mathed insets (an

Re: [patch] another solution for Bidi cursor movement in Mathed

2007-05-06 Thread Dov Feldstern
Hi Elazar! If I understand correctly, this patch is intended to provide "visual mode" cursor movement? So a few comments: 1) I find it a little confusing to have two different patches going around (the one I suggested yesterday, and this one), which are intended to solve the same issue (Bid

[patch] another solution for Bidi cursor movement in Mathed

2007-05-06 Thread Elazar Leibovich
Please try this patch for second approach. Please make sure I'm not breaking anything. See discussion here http://bugzilla.lyx.org/show_bug.cgi?id=3551 Index: Text2.cpp === --- Text2.cpp (revision 18129) +++ Text2.cpp (working copy) @