[LyX/master] Change IgnoreFormats to a proper class

2018-11-09 Thread Jean-Marc Lasgouttes
commit 7055bb0098f2dd60bfa8054a4841a6c5bd485eb3 Author: Jean-Marc Lasgouttes Date: Thu Nov 8 21:07:17 2018 -0800 Change IgnoreFormats to a proper class Instantiate a global variabble holding the formats and allow to modify it using the helper function setIgnoreFormat. --- src/

[LyX/master] improve left/right navigation in root inset

2018-11-09 Thread Jean-Marc Lasgouttes
commit ee9451aaf58d15e82b1e25eea13a11a6b4906cad Author: Jean-Marc Lasgouttes Date: Thu Nov 8 21:22:04 2018 -0800 improve left/right navigation in root inset Now the cursor is correctly set when changing cell with xursor left/right. --- src/mathed/InsetMathRoot.cpp |8

[LyX/master] Make cell-forward/backward cycle in math

2018-11-09 Thread Jean-Marc Lasgouttes
commit 93db2bd08e4c1a9b5e78aecbb71055f22fa3683e Author: Jean-Marc Lasgouttes Date: Fri Nov 9 15:21:55 2018 + Make cell-forward/backward cycle in math Make cell-backward put the cursor at the end of cell when using mac-like cursor movement. --- src/mathed/InsetMathGrid.cpp

[LyX/master] FindAdv: Polishing

2018-11-09 Thread Kornel Benko
commit f5d5777a86238296b2bfaf09d4a610ed43072cd3 Author: Kornel Benko Date: Fri Nov 9 13:36:47 2018 +0100 FindAdv: Polishing 1.) Added \textmd to be ignored (sometimes it is used and sometimes not) 2.) Typo: multiline --> multline. Searching in 'multline' caused a crash

[LyX/master] missed this.

2018-11-09 Thread Juergen Spitzmueller
commit 523d284729312376609e8b239b16e434c156da2a Author: Juergen Spitzmueller Date: Fri Nov 9 11:47:51 2018 +0100 missed this. --- src/insets/InsetInfo.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 52d

[LyX/master] Fix thinko

2018-11-09 Thread Juergen Spitzmueller
commit a5004a394abf1eb64a6524b7e1c31795cfa71f80 Author: Juergen Spitzmueller Date: Fri Nov 9 11:28:38 2018 +0100 Fix thinko Actually use the replaced path string :-/ --- src/insets/InsetInfo.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/I