]> git.lyx.org Git - features.git/commit
Fix thinko: default paste method for plain text
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 6 Jan 2007 15:33:07 +0000 (15:33 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 6 Jan 2007 15:33:07 +0000 (15:33 +0000)
commit1103be3d857aa3a286a67de4f2fd1e6e5463df75
tree6f5b4e8fc2280f18921634b20137724d36a69042
parent53e186297e30359c13977bfd83730f30df754470
Fix thinko: default paste method for plain text

* src/lyxtext.h
* src/text3.C
(pasteString): Change argument to bool

* src/text3.C
(LyXText::dispatch): (LFUN_PASTE): Paste plain text as paragraphs,
not as lines
(LyXText::dispatch): Adjust to pasteString change

* lib/bind/cua.bind:
* lib/bind/sciword.bind:
* lib/bind/mac.bind: Move shortcuts from "clipboard-paste paragraph"
and "primary-selection-paste paragraph" to "primary-selection-paste"
and "clipboard-paste", since the "paragaph" versions are used in
LFUN_PASTE and middle-mouse-button paste. Now "primary-selection-paste"
has the same shortcut it always had, and "clipboard-paste" has the
shortcut that was originally assigned to
"primary-selection-paste paragraph".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16553 a592a061-630c-0410-9148-cb99ea01b6c8
lib/bind/cua.bind
lib/bind/mac.bind
lib/bind/sciword.bind
src/lyxtext.h
src/text3.C