InsetMathNest.cpp: add \sideset to the autocomplete list

This commit is contained in:
Uwe Stöhr 2015-11-17 01:06:38 +01:00
parent 7dc3394139
commit 5c85869304
2 changed files with 3 additions and 0 deletions

View File

@ -2140,6 +2140,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
globals.push_back(from_ascii("\\sqrt"));
globals.push_back(from_ascii("\\root"));
globals.push_back(from_ascii("\\tabular"));
globals.push_back(from_ascii("\\sideset"));
globals.push_back(from_ascii("\\stackrel"));
globals.push_back(from_ascii("\\stackrelthree"));
globals.push_back(from_ascii("\\binom"));

View File

@ -107,6 +107,8 @@ What's new
dialog in certain cases, and bad enabling-disabling behavior in Document>
Settings> Bibliography (bugs 9797 and 9848).
- The math command \sideset is now in the autocomplete list (bug 9810).
* INTERNALS