Try to use unicodes instead of latex commands in regexes of findadv

2022-03-18 Thread Kornel Benko
The problem: Open new lyx-file insert unicode-insert 0x025c 0x1d08 Open adv-find dialog search for unicode 0x025c OK search for unicode 0x1d08 OK search with regex for unicode 0x025c OK search with regex for unicode 0x1d08 ==> NOT OK (because we are searching for \textrevepsilon and this

Re: support git (mercurial) push and pull

2022-03-18 Thread Scott Kostyshak
On Fri, Mar 18, 2022 at 06:31:17PM +0100, Uwe Brauer wrote: > > Hi > > Are there any plans that lyx could interact with git (or even > mercurial), and could even push and pull to a server, say bitbucket or > github or helix. That would be great for collaboration. Hi Uwe, We do have some basic

Lexer and optional arguments

2022-03-18 Thread Daniel
Is it possible to have optional arguments read with Lexer? I imagine something like: Command [] So Parameter1 is necessary but Parameter2 is optional. The Lexer would only look on the same line for an optional parameter. Daniel -- lyx-devel mailing list lyx-devel@lists.lyx.org

support git (mercurial) push and pull

2022-03-18 Thread Uwe Brauer
Hi Are there any plans that lyx could interact with git (or even mercurial), and could even push and pull to a server, say bitbucket or github or helix. That would be great for collaboration. Regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support

Re: Missing tabular-feature_set-all-lines.svgz

2022-03-18 Thread Lorenzo Bertini
Il 18/03/22 10:20, Jürgen Spitzmüller ha scritto: Am Freitag, dem 18.03.2022 um 09:18 +0100 schrieb Lorenzo Bertini: Hello, since a week ago I can't build LyX anymore, as it complains that the file "tabular-feature_set-all-lines.svgz" is necessary for "all-am", but there are no rules to make

Re: Missing tabular-feature_set-all-lines.svgz

2022-03-18 Thread Jürgen Spitzmüller
Am Freitag, dem 18.03.2022 um 09:18 +0100 schrieb Lorenzo Bertini: > Hello, > > since a week ago I can't build LyX anymore, as it complains that the > file "tabular-feature_set-all-lines.svgz" is necessary for "all-am", > but > there are no rules to make it, as it is an image. I checked and

Missing tabular-feature_set-all-lines.svgz

2022-03-18 Thread Lorenzo Bertini
Hello, since a week ago I can't build LyX anymore, as it complains that the file "tabular-feature_set-all-lines.svgz" is necessary for "all-am", but there are no rules to make it, as it is an image. I checked and it's not present in origin repo. What can I do to start building again? Thanks