<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlua, branch rel-3-21-1</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>lexlua: Updated D lexer to not use a deprecated function.</title>
<updated>2020-08-23T14:06:17+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-08-23T14:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a0b3f49afb6107c33582dc2c1fcace558c0d1f2c'/>
<id>a0b3f49afb6107c33582dc2c1fcace558c0d1f2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Documented color restrictions for the curses platform.</title>
<updated>2020-08-23T04:17:48+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-08-23T04:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8fb21d5471a9c50151a4c7c7fde35edf922e4daf'/>
<id>8fb21d5471a9c50151a4c7c7fde35edf922e4daf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Deprecated `lexer.fold_line_comments()` in favor of `lexer.fold_consecutive_lines()`.</title>
<updated>2020-08-03T22:48:30+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-08-03T22:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7e647657b0f95a4756b8aa714b0b3e4295272b81'/>
<id>7e647657b0f95a4756b8aa714b0b3e4295272b81</id>
<content type='text'>
Also use `lexer.fold_line_groups` for option that enables this folding, avoiding
name clash that plagued the previous option.
Added "import" folding for Java.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also use `lexer.fold_line_groups` for option that enables this folding, avoiding
name clash that plagued the previous option.
Added "import" folding for Java.
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Added C99 bool, true, and false to C lexer.</title>
<updated>2020-07-27T16:36:33+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-27T16:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a4334c5eeedc65c1b33c2a9d2d141df1c254944'/>
<id>8a4334c5eeedc65c1b33c2a9d2d141df1c254944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Updated LuaDoc documentation.</title>
<updated>2020-07-27T16:36:03+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-27T16:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5fc9bedb991e16c5e6189283c2aded33e27b391d'/>
<id>5fc9bedb991e16c5e6189283c2aded33e27b391d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.</title>
<updated>2020-07-19T00:49:26+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-19T00:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a66cc374298d15cbe6916fd7acb5f682e532347'/>
<id>9a66cc374298d15cbe6916fd7acb5f682e532347</id>
<content type='text'>
This makes things simpler for applications that supply a Lua state; they do not
have to manipulate property sets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes things simpler for applications that supply a Lua state; they do not
have to manipulate property sets.
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Minor pattern refactoring.</title>
<updated>2020-07-14T14:09:33+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-14T14:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a4a5a6907acf6361618a8aa723a4bacc489f270a'/>
<id>a4a5a6907acf6361618a8aa723a4bacc489f270a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Deprecated some unused lexer patterns.</title>
<updated>2020-07-13T23:40:56+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-13T23:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b76968a8e29f7851cbda33523db79da12a962b95'/>
<id>b76968a8e29f7851cbda33523db79da12a962b95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Return `lexer.colors.name` as a number if possible.</title>
<updated>2020-07-13T19:18:05+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-13T19:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8415f6bb194477fcdd8a9f0c6f8551f1749e6b6'/>
<id>c8415f6bb194477fcdd8a9f0c6f8551f1749e6b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Convert uses of `lexer.STYLE_*` to `lexer.styles.*`.</title>
<updated>2020-07-08T14:18:42+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-08T14:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=be2b4322cbb398b33ee9641d04463b663c781e1a'/>
<id>be2b4322cbb398b33ee9641d04463b663c781e1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
