mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Implement inset-select-all in mathed
This commit is contained in:
parent
e0b03d3e7f
commit
2093b90fb7
@ -725,6 +725,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
case LFUN_MOUSE_DOUBLE:
|
case LFUN_MOUSE_DOUBLE:
|
||||||
case LFUN_MOUSE_TRIPLE:
|
case LFUN_MOUSE_TRIPLE:
|
||||||
case LFUN_WORD_SELECT:
|
case LFUN_WORD_SELECT:
|
||||||
|
case LFUN_INSET_SELECT_ALL:
|
||||||
cur.pos() = 0;
|
cur.pos() = 0;
|
||||||
cur.idx() = 0;
|
cur.idx() = 0;
|
||||||
cur.resetAnchor();
|
cur.resetAnchor();
|
||||||
|
@ -141,6 +141,8 @@ What's new
|
|||||||
|
|
||||||
- Fix a few selection bugs in tabular (bugs 4981, 7988).
|
- 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 confusing behavior in search when changing directions (bug 8543)
|
||||||
|
|
||||||
- Fix several issues when using multicolumns/multirows and decimal alignment in
|
- Fix several issues when using multicolumns/multirows and decimal alignment in
|
||||||
|
Loading…
Reference in New Issue
Block a user