]> git.lyx.org Git - features.git/commit
Fix cursor movement inside insets by Dov Feldstern.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 15 May 2007 17:19:05 +0000 (17:19 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 15 May 2007 17:19:05 +0000 (17:19 +0000)
commit55a26d72d446be48188b26fa494d5fe2b24437f4
tree51cf033c1a8e534387138273e56d4a0fbab6fcea
parent6277ba63ab39f833e225b8f6e4b0a9b7f9d757f4
Fix cursor movement inside insets by Dov Feldstern.

* Bidi.[h,cpp]: new helper function reverseDirectionNeeded()

* Cursor::isRTL(): delete unused method

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18350 a592a061-630c-0410-9148-cb99ea01b6c8
src/Bidi.cpp
src/Bidi.h
src/Cursor.cpp
src/Cursor.h
src/Text3.cpp
src/mathed/InsetMathNest.cpp