<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexMatlab.cxx, branch sciteco-rel-5-3-4</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>Remove Lexilla files from Scintilla</title>
<updated>2021-01-29T09:51:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-01-29T09:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=54341053b273c905afa7503d8dadcc4c46a0d2d3'/>
<id>54341053b273c905afa7503d8dadcc4c46a0d2d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.</title>
<updated>2019-06-25T01:45:55+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-25T01:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9396cc9c1f5781c3aca8b3b9f064d1046734dd1b'/>
<id>9396cc9c1f5781c3aca8b3b9f064d1046734dd1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #1985] Add 'while' keyword to Matlab lexer keywords that start a fold block</title>
<updated>2018-01-02T13:09:54+00:00</updated>
<author>
<name>John Donoghue</name>
<email>john.donoghue@ieee.org</email>
</author>
<published>2018-01-02T13:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3d815f892d7b4828b0230551b7ec8d78845e8861'/>
<id>3d815f892d7b4828b0230551b7ec8d78845e8861</id>
<content type='text'>
* lexers/LexMatlab.cxx
  (CheckKeywordFoldPoint): add check for while keyword
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lexers/LexMatlab.cxx
  (CheckKeywordFoldPoint): add check for while keyword
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1972]. Change encoding used in comments to UTF-8.</title>
<updated>2017-09-15T09:51:21+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2017-09-15T09:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0e997cdb65909c817b7147609590a079abedb3d2'/>
<id>0e997cdb65909c817b7147609590a079abedb3d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" properties.</title>
<updated>2017-08-06T23:07:38+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2017-08-06T23:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e3f1b037ed58e87b11a27862577c1c7ac154a2a'/>
<id>4e3f1b037ed58e87b11a27862577c1c7ac154a2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used as a index.</title>
<updated>2017-06-29T11:54:05+00:00</updated>
<author>
<name>John Donoghue</name>
<email>john.donoghue@ieee.org</email>
</author>
<published>2017-06-29T11:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9c38cba4055ac8e4cd9fd92774c2c46e50c3bcf7'/>
<id>9c38cba4055ac8e4cd9fd92774c2c46e50c3bcf7</id>
<content type='text'>
(ColouriseMatlabOctaveDoc) - set end as a number if within brackets ()[]{}
that would allow end as an index rather than a keyword.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(ColouriseMatlabOctaveDoc) - set end as a number if within brackets ()[]{}
that would allow end as an index rather than a keyword.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1902]. Require Matlab block comment start/end to be alone on a line.</title>
<updated>2017-01-19T05:02:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-01-19T05:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=77d1370542d24488065909e9d3895c9bd59f7e53'/>
<id>77d1370542d24488065909e9d3895c9bd59f7e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1692]. LexMatlab: update fold functions to use keywords instead of indenting.</title>
<updated>2016-11-24T18:46:26+00:00</updated>
<author>
<name>John Donoghue</name>
<email>john.donoghue@ieee.org</email>
</author>
<published>2016-11-24T18:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ac968971d5cc25e4a15707ff238e52c1d1faab4'/>
<id>7ac968971d5cc25e4a15707ff238e52c1d1faab4</id>
<content type='text'>
 * lexers/LexMatlab.cxx
  (IsMatlabComment): removed unused function.
  (IsOctaveComment): removed unused function.
  (LowerCase): Added inline function.
  (CheckKeywordFoldPoint): New function.
  (FoldMatlabOctaveDoc): use style and keyword to identify fold points.
  (FoldMatlabDoc): Use IsMatlabCommentChar.
  (FoldOctaveDoc): Use IsOctaveCommentChar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * lexers/LexMatlab.cxx
  (IsMatlabComment): removed unused function.
  (IsOctaveComment): removed unused function.
  (LowerCase): Added inline function.
  (CheckKeywordFoldPoint): New function.
  (FoldMatlabOctaveDoc): use style and keyword to identify fold points.
  (FoldMatlabDoc): Use IsMatlabCommentChar.
  (FoldOctaveDoc): Use IsOctaveCommentChar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end whitespace.</title>
<updated>2015-11-20T00:05:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-20T00:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6652c4eadad09cf6ea23b690c92d70b55a49d57f'/>
<id>6652c4eadad09cf6ea23b690c92d70b55a49d57f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
