Re: [LyX/master] Mark insets with invalid buffer() in red in devel-mode.

2019-10-21 Thread Richard Kimberly Heck
On 10/21/19 12:43 PM, Jean-Marc Lasgouttes wrote: > Le 21/10/2019 à 18:13, Richard Kimberly Heck a écrit : >>> To this end, a new method develMode() is added to the Painter >>> class. >>> With this commit, it is easy to see that macro template do >>> not have a >>> proper

cmake install missing help documentation

2019-10-21 Thread Vincent Lucarelli
Hi, I tried to use cmake on CentOS 7 to build and install lyx from a clone of the git repo. The binary built and installed fine, but if I try to access in the gui "Help > User's Guide" I get the error "Lyx: unable to find `UserGuide'. Bad installation?" There isn't a CMakeLists.txt in the lib

Re: [LyX/master] Mark insets with invalid buffer() in red in devel-mode.

2019-10-21 Thread Jean-Marc Lasgouttes
Le 21/10/2019 à 18:13, Richard Kimberly Heck a écrit : To this end, a new method develMode() is added to the Painter class. With this commit, it is easy to see that macro template do not have a proper buffer set! I was thinking to try adding inset().setBuffer() to the

Re: [LyX/master] Mark insets with invalid buffer() in red in devel-mode.

2019-10-21 Thread Richard Kimberly Heck
On 10/21/19 11:25 AM, Jean-Marc Lasgouttes wrote: > commit 067d6dc759b819d2a40a4dea0b09736d474ddc24 > Author: Jean-Marc Lasgouttes > Date: Mon Oct 21 16:45:03 2019 +0200 > > Mark insets with invalid buffer() in red in devel-mode. > > We tend to have insets which buffer() member is