fix build under newer KConfig by bump cmake min version
This commit is contained in:
30
3rdparty/lexilla540/lexilla/test/examples/markdown/AllStyles.md
vendored
Normal file
30
3rdparty/lexilla540/lexilla/test/examples/markdown/AllStyles.md
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
Text=0
|
||||
Line end characters=1
|
||||
**Strong Emphasis (bold) 1=2**
|
||||
__Strong Emphasis (bold) 2=3__
|
||||
*Emphasis (italic) 1=4*
|
||||
_Emphasis (italic) 2=5_
|
||||
# Heading level 1=6
|
||||
## Heading level 2=7
|
||||
### Heading level 3=8
|
||||
#### Heading level 4=9
|
||||
##### Heading level 5=10
|
||||
###### Heading level 6=11
|
||||
PreChar=12
|
||||
* Unordered list item=13
|
||||
1. Ordered list item=14
|
||||
>Block Quote=15
|
||||
~~Strike-out=16~~
|
||||
|
||||
***
|
||||
Previous line was horizontal rule=17
|
||||
[Link=18](https://18.com)
|
||||
`Inline Code=19`
|
||||
``Inline Code=20``
|
||||
|
||||
~~~
|
||||
Block code=21
|
||||
~~~
|
||||
|
||||
## Issue 23
|
||||
`
|
30
3rdparty/lexilla540/lexilla/test/examples/markdown/AllStyles.md.folded
vendored
Normal file
30
3rdparty/lexilla540/lexilla/test/examples/markdown/AllStyles.md.folded
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
0 400 0 Text=0
|
||||
0 400 0 Line end characters=1
|
||||
0 400 0 **Strong Emphasis (bold) 1=2**
|
||||
0 400 0 __Strong Emphasis (bold) 2=3__
|
||||
0 400 0 *Emphasis (italic) 1=4*
|
||||
0 400 0 _Emphasis (italic) 2=5_
|
||||
0 400 0 # Heading level 1=6
|
||||
0 400 0 ## Heading level 2=7
|
||||
0 400 0 ### Heading level 3=8
|
||||
0 400 0 #### Heading level 4=9
|
||||
0 400 0 ##### Heading level 5=10
|
||||
0 400 0 ###### Heading level 6=11
|
||||
0 400 0 PreChar=12
|
||||
0 400 0 * Unordered list item=13
|
||||
0 400 0 1. Ordered list item=14
|
||||
0 400 0 >Block Quote=15
|
||||
0 400 0 ~~Strike-out=16~~
|
||||
0 400 0
|
||||
0 400 0 ***
|
||||
0 400 0 Previous line was horizontal rule=17
|
||||
0 400 0 [Link=18](https://18.com)
|
||||
0 400 0 `Inline Code=19`
|
||||
0 400 0 ``Inline Code=20``
|
||||
0 400 0
|
||||
0 400 0 ~~~
|
||||
0 400 0 Block code=21
|
||||
0 400 0 ~~~
|
||||
0 400 0
|
||||
0 400 0 ## Issue 23
|
||||
0 400 0 `
|
30
3rdparty/lexilla540/lexilla/test/examples/markdown/AllStyles.md.styled
vendored
Normal file
30
3rdparty/lexilla540/lexilla/test/examples/markdown/AllStyles.md.styled
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{0}Text=0{1}
|
||||
{0}Line end characters=1{1}
|
||||
{2}**Strong Emphasis (bold) 1=2**{1}
|
||||
{3}__Strong Emphasis (bold) 2=3__{1}
|
||||
{4}*Emphasis (italic) 1=4*{1}
|
||||
{5}_Emphasis (italic) 2=5_{1}
|
||||
{6}#{0} Heading level 1=6{1}
|
||||
{7}##{0} Heading level 2=7{1}
|
||||
{8}###{0} Heading level 3=8{1}
|
||||
{9}####{0} Heading level 4=9{1}
|
||||
{10}#####{0} Heading level 5=10{1}
|
||||
{11}######{0} Heading level 6=11{1}
|
||||
{12} {0}PreChar=12{1}
|
||||
{13}*{0} Unordered list item=13{1}
|
||||
{14}1.{0} Ordered list item=14{1}
|
||||
{15}>{0}Block Quote=15{1}
|
||||
{16}~~Strike-out=16~~{1}
|
||||
|
||||
{17}***{1}
|
||||
{0}Previous line was horizontal rule=17{1}
|
||||
{18}[Link=18](https://18.com){1}
|
||||
{19}`Inline Code=19`{1}
|
||||
{20}``Inline Code=20``{1}
|
||||
|
||||
{21}~~~
|
||||
Block code=21
|
||||
~~~{1}
|
||||
|
||||
{7}##{0} Issue 23{1}
|
||||
{0}`
|
27
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug1216.md
vendored
Normal file
27
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug1216.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# Checking resolution of bug 1216
|
||||
|
||||
*This line is not emphasized
|
||||
|
||||
This is plain text with *inline emphasis*
|
||||
|
||||
_This, too, is not emphasized
|
||||
|
||||
And this is plain text with _inline emphasis_
|
||||
|
||||
**This line is not in bold
|
||||
|
||||
But this is plain text with some words **in bold**
|
||||
|
||||
__This line is also not in bold
|
||||
|
||||
And this is plain text with __some words in bold__
|
||||
|
||||
~~This line is not crossed out
|
||||
|
||||
This is plain text with ~~some words crossed out~~
|
||||
|
||||
~~~
|
||||
this is a code block
|
||||
~~~
|
||||
|
||||
This is a new paragraph
|
28
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug1216.md.folded
vendored
Normal file
28
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug1216.md.folded
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
0 400 0 # Checking resolution of bug 1216
|
||||
0 400 0
|
||||
0 400 0 *This line is not emphasized
|
||||
0 400 0
|
||||
0 400 0 This is plain text with *inline emphasis*
|
||||
0 400 0
|
||||
0 400 0 _This, too, is not emphasized
|
||||
0 400 0
|
||||
0 400 0 And this is plain text with _inline emphasis_
|
||||
0 400 0
|
||||
0 400 0 **This line is not in bold
|
||||
0 400 0
|
||||
0 400 0 But this is plain text with some words **in bold**
|
||||
0 400 0
|
||||
0 400 0 __This line is also not in bold
|
||||
0 400 0
|
||||
0 400 0 And this is plain text with __some words in bold__
|
||||
0 400 0
|
||||
0 400 0 ~~This line is not crossed out
|
||||
0 400 0
|
||||
0 400 0 This is plain text with ~~some words crossed out~~
|
||||
0 400 0
|
||||
0 400 0 ~~~
|
||||
0 400 0 this is a code block
|
||||
0 400 0 ~~~
|
||||
0 400 0
|
||||
0 400 0 This is a new paragraph
|
||||
0 400 0
|
27
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug1216.md.styled
vendored
Normal file
27
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug1216.md.styled
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{6}#{0} Checking resolution of bug 1216{1}
|
||||
|
||||
{0}*This line is not emphasized{1}
|
||||
|
||||
{0}This is plain text with {4}*inline emphasis*{1}
|
||||
|
||||
{0}_This, too, is not emphasized{1}
|
||||
|
||||
{0}And this is plain text with {5}_inline emphasis_{1}
|
||||
|
||||
{0}**This line is not in bold{1}
|
||||
|
||||
{0}But this is plain text with some words {2}**in bold**{1}
|
||||
|
||||
{0}__This line is also not in bold{1}
|
||||
|
||||
{0}And this is plain text with {3}__some words in bold__{1}
|
||||
|
||||
{0}~~This line is not crossed out{1}
|
||||
|
||||
{0}This is plain text with {16}~~some words crossed out~~{1}
|
||||
|
||||
{21}~~~
|
||||
this is a code block
|
||||
~~~{1}
|
||||
|
||||
{0}This is a new paragraph{1}
|
15
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2235.md
vendored
Normal file
15
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2235.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
Po spuštění modulu je zobrazen hlavní dialog modulu:
|
||||
|
||||
V tomto dialogu lze nastavit různé
|
||||
parametry vykreslení výsledného schématu. Doporučujeme pro většinu
|
||||
případů ponechat přednastavené hodnoty.
|
||||
|
||||
Základní parametry ne nacházejí v záložce *Obecné*:
|
||||
|
||||
![SciTE224.png][]V tomto dialogu lze nastavit různé
|
||||
parametry vykreslení výsledného schématu. Doporučujeme pro většinu
|
||||
případů ponechat přednastavené hodnoty.
|
||||
|
||||
Základní parametry ne nacházejí v záložce _Obecné_
|
||||
|
||||
[SciTE224.png]: https://www.scintilla.org/SciTE224.png
|
16
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2235.md.folded
vendored
Normal file
16
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2235.md.folded
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
0 400 0 Po spuštění modulu je zobrazen hlavní dialog modulu:
|
||||
0 400 0
|
||||
0 400 0 V tomto dialogu lze nastavit různé
|
||||
0 400 0 parametry vykreslení výsledného schématu. Doporučujeme pro většinu
|
||||
0 400 0 případů ponechat přednastavené hodnoty.
|
||||
0 400 0
|
||||
0 400 0 Základní parametry ne nacházejí v záložce *Obecné*:
|
||||
0 400 0
|
||||
0 400 0 ![SciTE224.png][]V tomto dialogu lze nastavit různé
|
||||
0 400 0 parametry vykreslení výsledného schématu. Doporučujeme pro většinu
|
||||
0 400 0 případů ponechat přednastavené hodnoty.
|
||||
0 400 0
|
||||
0 400 0 Základní parametry ne nacházejí v záložce _Obecné_
|
||||
0 400 0
|
||||
0 400 0 [SciTE224.png]: https://www.scintilla.org/SciTE224.png
|
||||
0 400 0
|
15
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2235.md.styled
vendored
Normal file
15
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2235.md.styled
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{0}Po spuštění modulu je zobrazen hlavní dialog modulu:{1}
|
||||
|
||||
{18}{0}V tomto dialogu lze nastavit různé{1}
|
||||
{0}parametry vykreslení výsledného schématu. Doporučujeme pro většinu{1}
|
||||
{0}případů ponechat přednastavené hodnoty.{1}
|
||||
|
||||
{0}Základní parametry ne nacházejí v záložce {4}*Obecné*{0}:{1}
|
||||
|
||||
{18}![SciTE224.png][]{0}V tomto dialogu lze nastavit různé{1}
|
||||
{0}parametry vykreslení výsledného schématu. Doporučujeme pro většinu{1}
|
||||
{0}případů ponechat přednastavené hodnoty.{1}
|
||||
|
||||
{0}Základní parametry ne nacházejí v záložce {5}_Obecné_{1}
|
||||
|
||||
{18}[SciTE224.png]:{0} https://www.scintilla.org/SciTE224.png{1}
|
30
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2247.md
vendored
Normal file
30
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2247.md
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# Checking resolution of bug 2247
|
||||
|
||||
~~~sql
|
||||
SELECT datetime() AS `date`;
|
||||
~~~
|
||||
|
||||
```sql
|
||||
SELECT datetime() AS `date`;
|
||||
```
|
||||
|
||||
List of examples:
|
||||
|
||||
- example *one*
|
||||
|
||||
- example _two_
|
||||
|
||||
- example `inline code without end
|
||||
|
||||
In case of **AAA**:
|
||||
|
||||
```sql
|
||||
SELECT strftime('%Y-%m-%d %H:%M:%S', 'now') AS `date`;
|
||||
```
|
||||
|
||||
or, in case of __BBB__:
|
||||
. . .
|
||||
|
||||
- example *three*
|
||||
|
||||
Last paragraph.
|
31
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2247.md.folded
vendored
Normal file
31
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2247.md.folded
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
0 400 0 # Checking resolution of bug 2247
|
||||
0 400 0
|
||||
0 400 0 ~~~sql
|
||||
0 400 0 SELECT datetime() AS `date`;
|
||||
0 400 0 ~~~
|
||||
0 400 0
|
||||
0 400 0 ```sql
|
||||
0 400 0 SELECT datetime() AS `date`;
|
||||
0 400 0 ```
|
||||
0 400 0
|
||||
0 400 0 List of examples:
|
||||
0 400 0
|
||||
0 400 0 - example *one*
|
||||
0 400 0
|
||||
0 400 0 - example _two_
|
||||
0 400 0
|
||||
0 400 0 - example `inline code without end
|
||||
0 400 0
|
||||
0 400 0 In case of **AAA**:
|
||||
0 400 0
|
||||
0 400 0 ```sql
|
||||
0 400 0 SELECT strftime('%Y-%m-%d %H:%M:%S', 'now') AS `date`;
|
||||
0 400 0 ```
|
||||
0 400 0
|
||||
0 400 0 or, in case of __BBB__:
|
||||
0 400 0 . . .
|
||||
0 400 0
|
||||
0 400 0 - example *three*
|
||||
0 400 0
|
||||
0 400 0 Last paragraph.
|
||||
0 400 0
|
30
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2247.md.styled
vendored
Normal file
30
3rdparty/lexilla540/lexilla/test/examples/markdown/Bug2247.md.styled
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{6}#{0} Checking resolution of bug 2247{1}
|
||||
|
||||
{21}~~~sql
|
||||
SELECT datetime() AS `date`;
|
||||
~~~{1}
|
||||
|
||||
{20}```sql
|
||||
SELECT datetime() AS `date`;
|
||||
```{1}
|
||||
|
||||
{0}List of examples:{1}
|
||||
|
||||
{13}-{0} example {4}*one*{1}
|
||||
|
||||
{13}-{0} example {5}_two_{1}
|
||||
|
||||
{13}-{0} example `inline code without end{1}
|
||||
|
||||
{12} {0} In case of {2}**AAA**{0}:{1}
|
||||
{12} {0} {1}
|
||||
{12} {0} {20}```sql
|
||||
SELECT strftime('%Y-%m-%d %H:%M:%S', 'now') AS `date`;
|
||||
```{1}
|
||||
{12} {0} {1}
|
||||
{12} {0} or, in case of {3}__BBB__{0}:{1}
|
||||
{12} {0} . . .{1}
|
||||
|
||||
{13}-{0} example {4}*three*{1}
|
||||
|
||||
{0}Last paragraph.{1}
|
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_0.md
vendored
Normal file
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_0.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
H1
|
||||
==
|
||||
|
||||
H2
|
||||
--
|
||||
|
||||
# H1
|
||||
|
||||
## H2
|
||||
|
||||
H1
|
||||
==
|
||||
H2
|
||||
--
|
||||
# H1
|
||||
## H2
|
||||
### H3
|
||||
#### H4
|
||||
##### H5
|
||||
###### H6
|
21
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_0.md.folded
vendored
Normal file
21
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_0.md.folded
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
0 400 0 H1
|
||||
0 400 0 ==
|
||||
0 400 0
|
||||
0 400 0 H2
|
||||
0 400 0 --
|
||||
0 400 0
|
||||
0 400 0 # H1
|
||||
0 400 0
|
||||
0 400 0 ## H2
|
||||
0 400 0
|
||||
0 400 0 H1
|
||||
0 400 0 ==
|
||||
0 400 0 H2
|
||||
0 400 0 --
|
||||
0 400 0 # H1
|
||||
0 400 0 ## H2
|
||||
0 400 0 ### H3
|
||||
0 400 0 #### H4
|
||||
0 400 0 ##### H5
|
||||
0 400 0 ###### H6
|
||||
0 400 0
|
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_0.md.styled
vendored
Normal file
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_0.md.styled
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{0}H1{1}
|
||||
{6}=={1}
|
||||
|
||||
{0}H2{1}
|
||||
{7}--{1}
|
||||
|
||||
{6}#{0} H1{1}
|
||||
|
||||
{7}##{0} H2{1}
|
||||
|
||||
{0}H1{1}
|
||||
{6}=={1}
|
||||
{0}H2{1}
|
||||
{7}--{1}
|
||||
{6}#{0} H1{1}
|
||||
{7}##{0} H2{1}
|
||||
{8}###{0} H3{1}
|
||||
{9}####{0} H4{1}
|
||||
{10}#####{0} H5{1}
|
||||
{11}######{0} H6{1}
|
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_1.md
vendored
Normal file
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_1.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
H1
|
||||
==
|
||||
|
||||
H2
|
||||
--
|
||||
|
||||
# H1
|
||||
|
||||
## H2
|
||||
|
||||
H1
|
||||
==
|
||||
H2
|
||||
--
|
||||
# H1
|
||||
## H2
|
||||
### H3
|
||||
#### H4
|
||||
##### H5
|
||||
###### H6
|
21
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_1.md.folded
vendored
Normal file
21
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_1.md.folded
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
0 400 0 H1
|
||||
0 400 0 ==
|
||||
0 400 0
|
||||
0 400 0 H2
|
||||
0 400 0 --
|
||||
0 400 0
|
||||
0 400 0 # H1
|
||||
0 400 0
|
||||
0 400 0 ## H2
|
||||
0 400 0
|
||||
0 400 0 H1
|
||||
0 400 0 ==
|
||||
0 400 0 H2
|
||||
0 400 0 --
|
||||
0 400 0 # H1
|
||||
0 400 0 ## H2
|
||||
0 400 0 ### H3
|
||||
0 400 0 #### H4
|
||||
0 400 0 ##### H5
|
||||
0 400 0 ###### H6
|
||||
0 400 0
|
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_1.md.styled
vendored
Normal file
20
3rdparty/lexilla540/lexilla/test/examples/markdown/HeaderEOLFill_1.md.styled
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{0}H1{1}
|
||||
{6}==
|
||||
{1}
|
||||
{0}H2{1}
|
||||
{7}--
|
||||
{1}
|
||||
{6}# H1
|
||||
{1}
|
||||
{7}## H2
|
||||
{1}
|
||||
{0}H1{1}
|
||||
{6}==
|
||||
{0}H2{1}
|
||||
{7}--
|
||||
{6}# H1
|
||||
{7}## H2
|
||||
{8}### H3
|
||||
{9}#### H4
|
||||
{10}##### H5
|
||||
{11}###### H6
|
12
3rdparty/lexilla540/lexilla/test/examples/markdown/Issue117.md
vendored
Normal file
12
3rdparty/lexilla540/lexilla/test/examples/markdown/Issue117.md
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
The number:
|
||||
|
||||
338269006135764734700913562171
|
||||
|
||||
is prime. Therefore:
|
||||
|
||||
1. the only factors of 338269006135764734700913562171 are:
|
||||
|
||||
1
|
||||
338269006135764734700913562171
|
||||
|
||||
2. 338269006135764734700913562171 is a natural number
|
13
3rdparty/lexilla540/lexilla/test/examples/markdown/Issue117.md.folded
vendored
Normal file
13
3rdparty/lexilla540/lexilla/test/examples/markdown/Issue117.md.folded
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
0 400 0 The number:
|
||||
0 400 0
|
||||
0 400 0 338269006135764734700913562171
|
||||
0 400 0
|
||||
0 400 0 is prime. Therefore:
|
||||
0 400 0
|
||||
0 400 0 1. the only factors of 338269006135764734700913562171 are:
|
||||
0 400 0
|
||||
0 400 0 1
|
||||
0 400 0 338269006135764734700913562171
|
||||
0 400 0
|
||||
0 400 0 2. 338269006135764734700913562171 is a natural number
|
||||
0 400 0
|
12
3rdparty/lexilla540/lexilla/test/examples/markdown/Issue117.md.styled
vendored
Normal file
12
3rdparty/lexilla540/lexilla/test/examples/markdown/Issue117.md.styled
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{0}The number:{1}
|
||||
|
||||
{0}338269006135764734700913562171{1}
|
||||
|
||||
{0}is prime. Therefore:{1}
|
||||
|
||||
{12} {14}1.{0} the only factors of 338269006135764734700913562171 are:{1}
|
||||
|
||||
{12} {0} 1{1}
|
||||
{12} {0} 338269006135764734700913562171{1}
|
||||
|
||||
{12} {14}2.{0} 338269006135764734700913562171 is a natural number{1}
|
9
3rdparty/lexilla540/lexilla/test/examples/markdown/SciTE.properties
vendored
Normal file
9
3rdparty/lexilla540/lexilla/test/examples/markdown/SciTE.properties
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
code.page=65001
|
||||
lexer.*.md=markdown
|
||||
fold=1
|
||||
|
||||
# Tests for the lexer.markdown.header.eolfill property, issue #62
|
||||
if $(= $(FileNameExt);HeaderEOLFill_0.md)
|
||||
lexer.markdown.header.eolfill=0
|
||||
if $(= $(FileNameExt);HeaderEOLFill_1.md)
|
||||
lexer.markdown.header.eolfill=1
|
Reference in New Issue
Block a user