<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-60</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>Continuation Marker feature from Hans Eckardt.</title>
<updated>2004-04-27T22:13:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-27T22:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8680d7580a9a94f6cd46b2fc21f9d81851a0b3d8'/>
<id>8680d7580a9a94f6cd46b2fc21f9d81851a0b3d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>// April 21, 2004 - Added Preprosessor Table + Syntax Highlighting</title>
<updated>2004-04-25T22:58:11+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-25T22:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0127a4411dcff0cd184c2ee5fcea45ca4c0a6484'/>
<id>0127a4411dcff0cd184c2ee5fcea45ca4c0a6484</id>
<content type='text'>
//                  Fixed Number highlighting
//                  Changed default isoperator to IsAOperator to have a better match to AutoIt3
//                  Fixed "#comments_start" -&gt; "#comments-start"
//                  Fixed "#comments_end" -&gt; "#comments-end"
//                  Fixed Sendkeys in Strings when not terminated with }
//                  Added support for Sendkey strings that have second parameter e.g. {UP 5}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
//                  Fixed Number highlighting
//                  Changed default isoperator to IsAOperator to have a better match to AutoIt3
//                  Fixed "#comments_start" -&gt; "#comments-start"
//                  Fixed "#comments_end" -&gt; "#comments-end"
//                  Fixed Sendkeys in Strings when not terminated with }
//                  Added support for Sendkey strings that have second parameter e.g. {UP 5}
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed check whether growth needed in SString insert and</title>
<updated>2004-04-24T12:09:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-24T12:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1a35ab4d6070771c4ef6aaab32f78dee1f0cf178'/>
<id>1a35ab4d6070771c4ef6aaab32f78dee1f0cf178</id>
<content type='text'>
append to not grow when new length is 1 less than size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
append to not grow when new length is 1 less than size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to line layout cache use. When a line was retrieved from</title>
<updated>2004-04-19T12:52:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-19T12:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0fa762719bffc33e4572872a2b1e3ca1e76ff431'/>
<id>0fa762719bffc33e4572872a2b1e3ca1e76ff431</id>
<content type='text'>
the line layout cache and then replaced with another that
mapped to the same cache entry then there could be use of
a deleted pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the line layout cache and then replaced with another that
mapped to the same cache entry then there could be use of
a deleted pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from John Ehresman to add character set to selections.</title>
<updated>2004-04-16T23:54:01+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-16T23:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1a92829bb2bb134606590f4d670476675cb675ff'/>
<id>1a92829bb2bb134606590f4d670476675cb675ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Trent Mick.</title>
<updated>2004-04-14T22:03:56+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-14T22:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c247ff6b1a2ae626afbff5ed6062736ac359b007'/>
<id>c247ff6b1a2ae626afbff5ed6062736ac359b007</id>
<content type='text'>
Prevent autocompletion from deleting prefix when actioned
with no choice selected.
Cancel autocompletion when backspacing beyond the start
position rather than to the start position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent autocompletion from deleting prefix when actioned
with no choice selected.
Cancel autocompletion when backspacing beyond the start
position rather than to the start position.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor formatting edits from Philippe.</title>
<updated>2004-04-14T21:55:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-14T21:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=094a3e3c1133a67417697f4303166834fa1de9c7'/>
<id>094a3e3c1133a67417697f4303166834fa1de9c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added lexer for bash and sh from Kein-Hong Man.</title>
<updated>2004-04-12T06:24:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-12T06:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ae3561eff074c627171f2114a3b33bd35324046b'/>
<id>ae3561eff074c627171f2114a3b33bd35324046b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Folder added by Jos.</title>
<updated>2004-04-12T06:22:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-12T06:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c826d96127dcd66b0d751c8eda185cabc5709050'/>
<id>c826d96127dcd66b0d751c8eda185cabc5709050</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extra argument validation from Philippe.</title>
<updated>2004-04-12T05:43:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-12T05:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a0e595bd6f01fd64dcee7284b9daca1c6e6764a'/>
<id>4a0e595bd6f01fd64dcee7284b9daca1c6e6764a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
