Implement inset-select-all in mathed

This commit is contained in:
Jean-Marc Lasgouttes 2013-03-22 14:41:57 +01:00
parent e0b03d3e7f
commit 2093b90fb7
2 changed files with 3 additions and 0 deletions

View 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();

View 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