<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-1-38</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>Support for forced upper and lower case styles.</title>
<updated>2001-05-22T01:33:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-05-22T01:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=31cf66ea898e6fe8c025f08a7c309321b4784669'/>
<id>31cf66ea898e6fe8c025f08a7c309321b4784669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed uncounted version of ReplaceTarget to allow for</title>
<updated>2001-05-20T13:56:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-05-20T13:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46710d0638b0d214c0342907237095851eb82cd3'/>
<id>46710d0638b0d214c0342907237095851eb82cd3</id>
<content type='text'>
nulls in replace strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nulls in replace strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eiffel support.</title>
<updated>2001-05-18T22:57:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-05-18T22:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4170ad72152b2ac829afc2e29dd86c8dbecda17e'/>
<id>4170ad72152b2ac829afc2e29dd86c8dbecda17e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed ConvertEOLs to show that it uses the first parameter rather than</title>
<updated>2001-05-14T03:39:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-05-14T03:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f2f4b9c5c4917528024a9e21337bc42438b6e349'/>
<id>f2f4b9c5c4917528024a9e21337bc42438b6e349</id>
<content type='text'>
the current mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the current mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged patch from Michele to add ability for tab key to perform indent when</title>
<updated>2001-05-14T03:26:53+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-05-14T03:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d2af76b9da8cd7b74ec1fdc22a4e9de1bb7e836c'/>
<id>d2af76b9da8cd7b74ec1fdc22a4e9de1bb7e836c</id>
<content type='text'>
selection is empty and within indentation and for backspace to unindent in
the same circumstances.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
selection is empty and within indentation and for backspace to unindent in
the same circumstances.
</pre>
</div>
</content>
</entry>
<entry>
<title>External lexer feature added by Simon allows lexers to be housed in DLLs with</title>
<updated>2001-05-01T11:12:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-05-01T11:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2bf292a604d2b8e2bb07be283d8ab0067f24a43b'/>
<id>2bf292a604d2b8e2bb07be283d8ab0067f24a43b</id>
<content type='text'>
a .lexer extension which are automatically loaded at startup.
Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a .lexer extension which are automatically loaded at startup.
Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Addition of new target methods - versions of ReplaceTarget that take counted</title>
<updated>2001-04-29T13:32:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-04-29T13:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=09d42ffa21ce48f7ccd80c71674445bffe15cef1'/>
<id>09d42ffa21ce48f7ccd80c71674445bffe15cef1</id>
<content type='text'>
strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a
series of calls rather than a structure.
Handling of \000 in search and replace.
Handling of /escapes within character ranges of regular expressions.
Some handling of bare ^ and $ regular expressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a
series of calls rather than a structure.
Handling of \000 in search and replace.
Handling of /escapes within character ranges of regular expressions.
Some handling of bare ^ and $ regular expressions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature from Stephan to allow autocompletion to stay open even when there</title>
<updated>2001-04-27T12:41:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-04-27T12:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=33ce86f2a9e5389f7dd9922eb387936b61364259'/>
<id>33ce86f2a9e5389f7dd9922eb387936b61364259</id>
<content type='text'>
are no longer any values that start with the typed text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are no longer any values that start with the typed text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby support.</title>
<updated>2001-04-24T07:58:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-04-24T07:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f7d64e55283ac537f041cd44f310d548421056cf'/>
<id>f7d64e55283ac537f041cd44f310d548421056cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Alexey added Lisp support.</title>
<updated>2001-04-20T04:23:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-04-20T04:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aa32229ba6eadc82b68cd4684779e1b821132f77'/>
<id>aa32229ba6eadc82b68cd4684779e1b821132f77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
