From 5c858693045329c138023572c9d80e40deac08f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 17 Nov 2015 01:06:38 +0100 Subject: [PATCH] InsetMathNest.cpp: add \sideset to the autocomplete list --- src/mathed/InsetMathNest.cpp | 1 + status.21x | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 984245d194..ff5e1955c5 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -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")); diff --git a/status.21x b/status.21x index a9cc49cc6f..4db3824d89 100644 --- a/status.21x +++ b/status.21x @@ -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