<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-5-0</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>Added lexer for registry files.</title>
<updated>2014-08-09T04:46:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-09T04:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4f382b2e4a37af5f9d04242cbcc08001533c9157'/>
<id>4f382b2e4a37af5f9d04242cbcc08001533c9157</id>
<content type='text'>
From nkmathew.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From nkmathew.
</pre>
</div>
</content>
</entry>
<entry>
<title>Getting ready to release 3.5.0.</title>
<updated>2014-08-08T23:00:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-08T23:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b9b10ce87ef85bd8b59b45d21f867d8c270701ca'/>
<id>b9b10ce87ef85bd8b59b45d21f867d8c270701ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using last argument to AddCharUTF from Korean IME code as previus release</title>
<updated>2014-08-08T03:27:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-08T03:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b56bbafb49a89ae493fdf9298988d0f199583366'/>
<id>b56bbafb49a89ae493fdf9298988d0f199583366</id>
<content type='text'>
always used false for last argument so changing mynot be cmpatible.
Move maxLenInputIME to superclass where it can be used for all platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
always used false for last argument so changing mynot be cmpatible.
Move maxLenInputIME to superclass where it can be used for all platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed NotifyChar tha is not needed from new Korean IME code and use correct</title>
<updated>2014-07-29T22:42:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-29T22:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=14eda5339120d84f75532f75c80d426e3e685a0d'/>
<id>14eda5339120d84f75532f75c80d426e3e685a0d</id>
<content type='text'>
value for treatAsDBCS argument to AddCharUTF.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
value for treatAsDBCS argument to AddCharUTF.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using separate variable imeCaretBlockOverride for IME mode instead of changing</title>
<updated>2014-07-24T02:54:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-24T02:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a833a9ea04ecb588591a63276a9039940855575'/>
<id>2a833a9ea04ecb588591a63276a9039940855575</id>
<content type='text'>
caretStyle as there could be confusion if the container changes caret style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caretStyle as there could be confusion if the container changes caret style.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid shadowed names mostly in method prototypes. Turn off shadow</title>
<updated>2014-07-23T02:57:02+00:00</updated>
<author>
<name>Neil</name>
<email>devnull@localhost</email>
</author>
<published>2014-07-23T02:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3da0bc57839e659c5078f59a8c6a6562712d3cdb'/>
<id>3da0bc57839e659c5078f59a8c6a6562712d3cdb</id>
<content type='text'>
warnings for lexers since they may be maintained by others.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warnings for lexers since they may be maintained by others.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit and simplify variable lifetimes used in the IME code.</title>
<updated>2014-07-22T23:58:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-22T23:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=143e44e7bfc8097b96a95c929481c8c42ae27542'/>
<id>143e44e7bfc8097b96a95c929481c8c42ae27542</id>
<content type='text'>
From johnsonj and Neil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj and Neil.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Korean IME inside window and make undo work correctly without undoing into</title>
<updated>2014-07-19T04:35:46+00:00</updated>
<author>
<name>johnsonj</name>
<email>devnull@localhost</email>
</author>
<published>2014-07-19T04:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=934368163fc7a096cb241d0d0f0ad26d66546d62'/>
<id>934368163fc7a096cb241d0d0f0ad26d66546d62</id>
<content type='text'>
temporary composition states.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
temporary composition states.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement separate timers for each type of periodic activity and turn them on and off</title>
<updated>2014-07-15T02:04:54+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-15T02:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=baf2d31068737bf24102cee6a7fed33e0d00d1f3'/>
<id>baf2d31068737bf24102cee6a7fed33e0d00d1f3</id>
<content type='text'>
as required. This saves power as there are fewer wake ups.
A tolerance value is provided so that platforms that support coalescing timers,
Windows 8+ and OS X 10.9+, can use them.
The previous global 100 millisecond timer may still be used by non-core platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as required. This saves power as there are fewer wake ups.
A tolerance value is provided so that platforms that support coalescing timers,
Windows 8+ and OS X 10.9+, can use them.
The previous global 100 millisecond timer may still be used by non-core platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>When losing focus, complete any IME composition.</title>
<updated>2014-07-10T00:24:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-10T00:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a5bca4ec529ad0f3a368d8a53f6a40b244dfc00a'/>
<id>a5bca4ec529ad0f3a368d8a53f6a40b244dfc00a</id>
<content type='text'>
From johnsonj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj.
</pre>
</div>
</content>
</entry>
</feed>
