]> git.lyx.org Git - features.git/commitdiff
Implement inset-select-all in mathed
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 22 Mar 2013 13:41:57 +0000 (14:41 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 22 Mar 2013 14:57:11 +0000 (15:57 +0100)
src/mathed/InsetMathNest.cpp
status.20x

index 59358d2a670383ffcebea9b453fea4c1ee5689af..dd9666e9b2f55a35f2e454b3bfdf3bc56d7023a2 100644 (file)
@@ -725,6 +725,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
        case LFUN_MOUSE_DOUBLE:
        case LFUN_MOUSE_TRIPLE:
        case LFUN_WORD_SELECT:
+       case LFUN_INSET_SELECT_ALL:
                cur.pos() = 0;
                cur.idx() = 0;
                cur.resetAnchor();
index a3a615950879e8b6b96919f6a8a111ab9e6e13c9..72b544289b2ab0b4d1f5e79250ebdade497dfbca 100644 (file)
@@ -141,6 +141,8 @@ What's new
 
 - Fix a few selection bugs in tabular (bugs 4981, 7988).
 
+- Fix `select whole inset' function in math editor.
+
 - Fix confusing behavior in search when changing directions (bug 8543)
 
 - Fix several issues when using multicolumns/multirows and decimal alignment in