mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 09:37:31 +00:00
InsetMathNest.cpp: add \sideset to the autocomplete list
This commit is contained in:
parent
7dc3394139
commit
5c85869304
@ -2140,6 +2140,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
|
|||||||
globals.push_back(from_ascii("\\sqrt"));
|
globals.push_back(from_ascii("\\sqrt"));
|
||||||
globals.push_back(from_ascii("\\root"));
|
globals.push_back(from_ascii("\\root"));
|
||||||
globals.push_back(from_ascii("\\tabular"));
|
globals.push_back(from_ascii("\\tabular"));
|
||||||
|
globals.push_back(from_ascii("\\sideset"));
|
||||||
globals.push_back(from_ascii("\\stackrel"));
|
globals.push_back(from_ascii("\\stackrel"));
|
||||||
globals.push_back(from_ascii("\\stackrelthree"));
|
globals.push_back(from_ascii("\\stackrelthree"));
|
||||||
globals.push_back(from_ascii("\\binom"));
|
globals.push_back(from_ascii("\\binom"));
|
||||||
|
@ -107,6 +107,8 @@ What's new
|
|||||||
dialog in certain cases, and bad enabling-disabling behavior in Document>
|
dialog in certain cases, and bad enabling-disabling behavior in Document>
|
||||||
Settings> Bibliography (bugs 9797 and 9848).
|
Settings> Bibliography (bugs 9797 and 9848).
|
||||||
|
|
||||||
|
- The math command \sideset is now in the autocomplete list (bug 9810).
|
||||||
|
|
||||||
|
|
||||||
* INTERNALS
|
* INTERNALS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user