]> git.lyx.org Git - features.git/commit
On Mac, moving down a paragraph should place the cursor at the end of the current...
authorStephan Witt <switt@lyx.org>
Sat, 25 May 2013 16:02:21 +0000 (18:02 +0200)
committerStephan Witt <switt@lyx.org>
Sat, 25 May 2013 16:02:21 +0000 (18:02 +0200)
commit75c631df7f1124b6bf53f48f8d82ecb42fdb9c52
tree17d91108b3b0f7a81b43eb033c9e6ff3b0893ceb
parent427aeff90fdb9ff5a698c73b72240467611c9f04
On Mac, moving down a paragraph should place the cursor at the end of the current paragraph
(unless it's already there, in which case it should move to the end of the next paragraph).
Change the preference setting name (mac_like_word_movement to mac_like_cursor_movement)
to better reflect its function.

Patch and description from Bennett Helm
development/MacOSX/lyxrc.dist.in
lib/scripts/prefs2prefs_prefs.py
src/LyXRC.cpp
src/LyXRC.h
src/Text.cpp
src/Text2.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/ui/PrefEditUi.ui