]> git.lyx.org Git - features.git/commit
* Added another isRTL variant which takes a CursorSlice
authorStefan Schimanski <sts@lyx.org>
Mon, 4 Jun 2007 18:40:06 +0000 (18:40 +0000)
committerStefan Schimanski <sts@lyx.org>
Mon, 4 Jun 2007 18:40:06 +0000 (18:40 +0000)
commitde15c267e3e5a3ec5e64c4afef50ab9b6fe64cb5
tree88c07b400737a203e362c0654b43b31dd591c94b
parent6d67f77467e5d139e989431c9786d9c15f7fdcad
* Added another isRTL variant which takes a CursorSlice
* Use the isRTL information to compute the cursor position correctly around
  insets in RTL text. Those insets are positioned to the right of the cursor position
  in the text.
  (fixes issue (3) of bug 3551: Cursor movement in and around insets in RTL paragraphs)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18667 a592a061-630c-0410-9148-cb99ea01b6c8
src/Text.cpp
src/Text.h
src/Text3.cpp
src/bufferview_funcs.cpp