]> git.lyx.org Git - features.git/commit
Fix cursor movement inside insets within RTL mode.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 16 May 2007 09:35:12 +0000 (09:35 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 16 May 2007 09:35:12 +0000 (09:35 +0000)
commite9780fe317b3bad923dee327d68a06562c926029
tree781acd1d9f1435991cfabae2a1880b7cd1a56637
parent291b765a6110390fef022c8c74ae4e3f554b4615
Fix cursor movement inside insets within RTL mode.

* Bidi.{h,cpp}:
  - isWithinRtlParagraph(): new helper function.

* Text2.cpp: use function above for cursor up and down instead of needReverseDirection() which is about cursor left and right.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18364 a592a061-630c-0410-9148-cb99ea01b6c8
src/Bidi.cpp
src/Bidi.h
src/Text2.cpp