<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-1-63</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>PHPScript is for standalone PHP scripts not part of web pages.</title>
<updated>2005-04-01T01:03:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-04-01T01:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a3a4f54132af8ecead2306c7b2db953baa5a57c'/>
<id>8a3a4f54132af8ecead2306c7b2db953baa5a57c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Haskell lexer contributed by Tobias Engvall.</title>
<updated>2005-04-01T00:54:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-04-01T00:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4ffff60c4ab83010707d6b4b711f1a5d4b872327'/>
<id>4ffff60c4ab83010707d6b4b711f1a5d4b872327</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 Franck Marcia implements sticky caret.</title>
<updated>2005-03-25T10:49:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-25T10:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bc1f05e523b4ec0c6f087c550312e7150ab46b35'/>
<id>bc1f05e523b4ec0c6f087c550312e7150ab46b35</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 Blair McGlashan for autocompletion on Windows to</title>
<updated>2005-03-25T05:08:19+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-25T05:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=054f95abc83e81b7ea5b0d1275ad5b3abf70fc08'/>
<id>054f95abc83e81b7ea5b0d1275ad5b3abf70fc08</id>
<content type='text'>
* Set maximum width of list
* set maximum height of list
* better calculate width
* use ellipsis when text is truncated to fit window
* use popup window so it can extend past parent window
* disallow resizing too small
* draw to bottom edge when resized so last item not full line high
* improve time to display by by 90%
Minor tweaks by me to fix warnings, layout etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Set maximum width of list
* set maximum height of list
* better calculate width
* use ellipsis when text is truncated to fit window
* use popup window so it can extend past parent window
* disallow resizing too small
* draw to bottom edge when resized so last item not full line high
* improve time to display by by 90%
Minor tweaks by me to fix warnings, layout etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Blair McGlashan for autocompletion on Windows to</title>
<updated>2005-03-25T05:08:19+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-25T05:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3891cd122f24ac1bd06197999036b6f2708ba7d0'/>
<id>3891cd122f24ac1bd06197999036b6f2708ba7d0</id>
<content type='text'>
* Set maximum width of list
* set maximum height of list
* better calculate width
* use ellipsis when text is truncated to fit window
* use popup window so it can extend past parent window
* disallow resizing too small
* draw to bottom edge when resized so last item not full line high
* improve time to display by by 90%
Minor tweaks by me to fix warnings, layout etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Set maximum width of list
* set maximum height of list
* better calculate width
* use ellipsis when text is truncated to fit window
* use popup window so it can extend past parent window
* disallow resizing too small
* draw to bottom edge when resized so last item not full line high
* improve time to display by by 90%
Minor tweaks by me to fix warnings, layout etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimised by treating sort state of case sensitive and case insensitive</title>
<updated>2005-03-22T08:33:20+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-22T08:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6fec06006c6c8a051900fd875e3ec1d80132d7c'/>
<id>c6fec06006c6c8a051900fd875e3ec1d80132d7c</id>
<content type='text'>
lists separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lists separately.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from nissl in RFE 1164540 adds WrapCount method.</title>
<updated>2005-03-20T01:37:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-20T01:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ff812ee43507881bded1bdf7f35f950b7e8e87c'/>
<id>8ff812ee43507881bded1bdf7f35f950b7e8e87c</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 Blair McGlashan to send a notification before accepting an autocompletion.</title>
<updated>2005-03-09T03:34:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-09T03:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=693e547da376d8790fbdcdf228c9d57810ec9f46'/>
<id>693e547da376d8790fbdcdf228c9d57810ec9f46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecated SCLEX_PHP and SCLEX_ASP.</title>
<updated>2005-03-03T07:53:12+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-03T07:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92481ad0ad3adb18b62bd03d7e419726a531be71'/>
<id>92481ad0ad3adb18b62bd03d7e419726a531be71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements to NSIS support from Angelo Mandato.</title>
<updated>2005-03-01T02:43:58+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-01T02:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b223aa4de85c2be6bcd74b4f72fb9e02594b3edc'/>
<id>b223aa4de85c2be6bcd74b4f72fb9e02594b3edc</id>
<content type='text'>
Includes line continuation, C style box comments,
SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes line continuation, C style box comments,
SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n.
</pre>
</div>
</content>
</entry>
</feed>
