]> git.lyx.org Git - features.git/commit
Fix inserting subscript/superscript with nonempty selection by creating a dedicated...
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 23 Nov 2010 20:09:08 +0000 (20:09 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 23 Nov 2010 20:09:08 +0000 (20:09 +0000)
commit7edd656f2125fa5b43b56226706f7ea4f0aa16b4
treee5578b7c932a7a088ebf8d8e394d442268c14f38
parentf53a16e3281d1e4974d7d05548fa4c0bbd24342c
Fix inserting subscript/superscript with nonempty selection by creating a dedicated lfun:
inset-insert simply swallows the selection, while box-insert, note-insert etc.
put the selection inside the new inset.
As a side effect the toolbar icons get better names, as requested by Uwe.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36451 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
development/scons/scons_manifest.py
lib/Makefile.am
lib/images/inset-insert_script_script_subscript.png [deleted file]
lib/images/inset-insert_script_script_superscript.png [deleted file]
lib/images/script-insert_subscript.png [new file with mode: 0644]
lib/images/script-insert_superscript.png [new file with mode: 0644]
lib/ui/stdmenus.inc
src/FuncCode.h
src/LyXAction.cpp
src/Text3.cpp
src/factory.cpp
src/mathed/InsetMathNest.cpp