]> git.lyx.org Git - features.git/commit
Make autocorrect have priority.
authorIsaac Oscar Gariano <IsaacOscar@live.com.au>
Fri, 24 May 2019 23:17:41 +0000 (11:17 +1200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:34 +0000 (15:48 +0200)
commit961987024835e9b5178f9ac2b354dd1e1e999828
treedfc8e8ee85a6fdfc53cbf7c6e2019b3282e35018
parent55b2c355817dbe08bdd9200a3c3ed43795cf8117
Make autocorrect have priority.

Place autocorrect at the top of `InsetMathNest::interpretChar`,
ensuring that any autocorrections that trigger on special characters
(such as '^' or '~') work. In particular, you can now make an
autocorrection from "<~" to "\preceq"!
src/mathed/InsetMathNest.cpp