Juergen Spitzmueller
bbf21502bf
Initialize member
2022-04-04 11:43:55 +02:00
Kornel Benko
681334ce20
FindAdv: Amend 6e7fd68c
: Handle InsetNoteParams::Comment too
2022-04-04 10:46:55 +02:00
Kornel Benko
6e7fd68c79
FindAdv: Allow to search in LyX-Note also if ignoring format
2022-04-03 19:03:47 +02:00
Kornel Benko
c559b69fe1
FindAdv: Amend 4125f6a9
...
Variables regexError and regexError only defined
when searching via QT-version >= 5
2022-04-03 18:05:15 +02:00
Kornel Benko
4125f6a9d3
FindAdv: Omit possible empty patterns
...
Normally this is done by the GUI, but searching for e.g. LyX-Comment
allows empty patterns.
2022-04-03 13:21:02 +02:00
Thibaut Cuvelier
e7ed8213ac
DocBook: fix a test to ensure that the DocBook document is valid.
...
A book cannot directly contain paragraphs, they must be within a chapter.
2022-04-03 03:41:02 +02:00
Thibaut Cuvelier
26300c565f
MathML: fix validity for fractions with units.
...
https://www.lyx.org/trac/ticket/12513
Contributed by lynx.
2022-04-03 03:00:03 +02:00
Kornel Benko
4feb6aaea9
Make clang happy
...
Omitting 'error: comparison of integer expressions of different signedness'
2022-04-02 17:01:02 +02:00
Juergen Spitzmueller
0ab862f942
Amend d96135a9dc
2022-04-02 12:05:18 +02:00
Juergen Spitzmueller
d96135a9dc
Amend bcad19e504
...
Allow searching in notes and comments if non-output-content is true
2022-04-02 11:19:55 +02:00
Thibaut Cuvelier
50374e38e1
XHTML/CALS tables: create helper functions to share more code.
2022-04-02 03:34:33 +02:00
Thibaut Cuvelier
88f767e492
CALS tables: base implementation of row separators on the new code from XHTML.
2022-04-02 03:34:33 +02:00
Thibaut Cuvelier
8b9c162f51
CALS tables: fix implementation of multirow/col.
2022-04-02 03:34:33 +02:00
Thibaut Cuvelier
544adb065b
XHTML tables: fix borders and implement booktabs.
...
https://www.lyx.org/trac/ticket/10154
Contributed by raccoon.
2022-04-02 03:34:33 +02:00
Thibaut Cuvelier
838157392a
XHTML/DocBook tables: slight refactoring.
2022-04-02 03:34:33 +02:00
Thibaut Cuvelier
72f630cb8f
DocBook: remove unused variable.
2022-04-02 03:34:32 +02:00
Thibaut Cuvelier
5488bebb30
XHTML/DocBook: merge code paths to generate a row in a table.
2022-04-02 03:34:32 +02:00
Thibaut Cuvelier
fa5db30d41
Remove debug output.
2022-04-02 03:34:32 +02:00
Pavel Sanda
46c6c40bea
* layouttranslations for bg
2022-04-01 23:05:04 +02:00
Pavel Sanda
d1f8c48d1b
* bash_completion from Hernan Solari
2022-04-01 22:56:57 +02:00
Pavel Sanda
9804b544e9
Add Hernan to credits
2022-04-01 22:55:41 +02:00
Kornel Benko
bcad19e504
FindAdv: Handle latex-output for comment-environment
...
Disable if in search-adv modus and not searching in not-printed contents,
enable otherwise
2022-04-01 20:14:47 +02:00
Kornel Benko
83e65161a8
FindAdv: Ignore comment-feature (but not its content)
...
TODO: Handle 'comment' like other features, but this needs more thinking.
2022-04-01 13:45:57 +02:00
Juergen Spitzmueller
1aa449785e
Indentation
2022-04-01 11:34:26 +02:00
Juergen Spitzmueller
898007fecd
bg.po: update from Veselin
2022-04-01 09:27:55 +02:00
Thibaut Cuvelier
0ba1b68f69
DocBook: merge code duplicates for HTML and CALS tables.
2022-04-01 04:21:31 +02:00
Thibaut Cuvelier
ec01616247
XHTML/DocBook: merge code duplicates for horizontal alignment.
2022-04-01 04:01:40 +02:00
Thibaut Cuvelier
c7896cf922
XHTML/DocBook: merge code duplicates for vertical alignment.
2022-04-01 03:51:24 +02:00
Thibaut Cuvelier
7b6afb23ec
MathML: fix underbraces to be stretchable.
...
Ticket: https://www.lyx.org/trac/ticket/12502
Contributed by lynx
2022-04-01 00:01:42 +02:00
Kornel Benko
570be4760b
FindAdv: Amend a0daf5e5
...
1.) Completed non backslashed '{' and '}' in regex in non format-search
2022-03-31 11:39:46 +02:00
Kornel Benko
a0daf5e551
FindAdv: Optimizing
...
1.) Handle backslashed '{' and '}' in regex also in non format-search
2.) Simplify a complex regex in format-search
2022-03-30 22:15:22 +02:00
Kornel Benko
6888c26706
FindAdv: Amend 23fe87bf
:
...
Write one line of code and produce 10 new errors :(
2022-03-29 18:00:13 +02:00
Kornel Benko
23fe87bfc9
FindAdv: Amend f78ddc49
, Added handling of accented chars like \ddot{a}
...
Only important for search without format. The format search was already OK.
2022-03-29 17:25:29 +02:00
Scott Kostyshak
77fd682acb
Doc for inset-forall: how to open branch insets
...
The functionality was mentioned, but it seems worth it to give the
command explicitly, so it is seen how "Branch:<branch name>" is used
to refer to the specific branch with name <branch name>.
Additionally, tweak a phrase in doc for buffer-forall.
2022-03-28 21:48:59 -04:00
Kornel Benko
f78ddc49ad
FindAdv: Amend 93b6fe2c
, forgot about uppercase greek symbols
2022-03-27 13:43:42 +02:00
Kornel Benko
7d053393a5
Cmake key-tests: Adapted to changed shortcuts
2022-03-26 19:38:55 +01:00
Kornel Benko
93b6fe2c48
FindAdv: Use always converted latex macros
...
In some situation the macros are not used with their unicode
representation. For instance all greek characters are used
as \alpha, \beta, ... in the latex output.
For the search it is more convenient to use the corresponding UTF-8 codes.
2022-03-26 19:32:33 +01:00
Pavel Sanda
b678844481
* RELEASE-NOTES
2022-03-26 11:58:49 +01:00
Pavel Sanda
b1db663d99
* bash_completion - outdated syntax
...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008257
2022-03-26 11:16:38 +01:00
Kornel Benko
8380034203
AdvFind: Adapt a testfile
...
Change [a-z]* to [a-z]+ . This omits finds of empty strings.
2022-03-25 23:00:59 +01:00
Kornel Benko
a537fc4ab1
Update sk.po
...
Correct some shortcuts
2022-03-24 15:04:01 +01:00
Kornel Benko
49c52d4c8e
Indentation
2022-03-22 10:43:23 +01:00
Kornel Benko
e6d998d33c
FindAdv: If possible use unicode instead of math command when searching
...
Wrong behaviour before this commit:
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 was mapped to 0x025c
2022-03-20 11:33:12 +01:00
jpc
32de59d84a
Update fr.po
2022-03-17 18:26:00 +01:00
Jean-Marc Lasgouttes
307a2f91ad
Revert part of 503c7c16
: InsetMathNest:edit resets anchor.
...
Fixes bug reported here:
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217265.html
1. Start a new document.
2. Start a math inset and inside put "1+2".
3. Put the cursor to the right of "+".
4. Press <Shift> + L three times. This will select the entire math inset
(as expected).
5. Press <Shift> + R.
Before 503c7c16
, the selection inside the math inset was preserved.
After 503c7c16
, it is lost.
The problem is that InsetMathNest does too much for our needs and
resets the anchor (why, I do not know). Therefore, it is better to
duplicate the code.
2022-03-17 17:02:23 +01:00
Juergen Spitzmueller
b9ca608c2f
Properly color red checkbox labels in validation (part of #12508 )
2022-03-17 08:47:43 +01:00
Juergen Spitzmueller
a89ff030cf
Amend 0f80de308c
2022-03-17 08:16:54 +01:00
Juergen Spitzmueller
0f80de308c
0 is a plausible intermediate length in positive context ( #12508 )
2022-03-17 08:15:09 +01:00
Kornel Benko
2e9c962a24
FindAdv: Generalize substitutions of commands to unicode inside regex
2022-03-16 13:46:24 +01:00
Kornel Benko
9bef4f9f1a
Amend f8071449
: Added conversion for unicode 0x2bb
...
Now regex using \textquoteleft works also without format search.
2022-03-15 13:01:51 +01:00