From: Jean-Marc Lasgouttes Date: Fri, 22 Mar 2013 13:41:57 +0000 (+0100) Subject: Implement inset-select-all in mathed X-Git-Tag: 2.0.6~57 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2093b90fb7c6498e760e4d6f525150575cce1de4;p=features.git Implement inset-select-all in mathed --- diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 59358d2a67..dd9666e9b2 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -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(); diff --git a/status.20x b/status.20x index a3a6159508..72b544289b 100644 --- a/status.20x +++ b/status.20x @@ -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