<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/scripts, branch rel-4-4-6</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>Updating version number.</title>
<updated>2020-08-11T22:39:05+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-08-11T22:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=17663447e1de99e02f10ef52d68823f9ca179074'/>
<id>17663447e1de99e02f10ef52d68823f9ca179074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Defer most initialisation until Scintilla window is created.</title>
<updated>2020-06-06T00:09:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-06T00:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b5b2247de50e20e7db3c64e786aab788d9f49148'/>
<id>b5b2247de50e20e7db3c64e786aab788d9f49148</id>
<content type='text'>
Previously, more initialisation was performed inside DllMain but some actions
such as loading libraries are unsafe inside DllMain.
Avoid listbox UnregisterClass if no attempt to register which will occur if
no Scintilla windows were created.
std::call_once is used to ensure initialisation is performed at most once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, more initialisation was performed inside DllMain but some actions
such as loading libraries are unsafe inside DllMain.
Avoid listbox UnregisterClass if no attempt to register which will occur if
no Scintilla windows were created.
std::call_once is used to ensure initialisation is performed at most once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pathlib.</title>
<updated>2020-06-03T23:58:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-03T23:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eadb190f1bb1303dffcfcb1e8d5305a2c1e2ef60'/>
<id>eadb190f1bb1303dffcfcb1e8d5305a2c1e2ef60</id>
<content type='text'>
Read files as cp437 so all bytes are valid and windows-1252 invalid characters
do not fail.
When new headers found, save reasonable order of headers to "NewOrder.txt"
making it easier to update HeaderOrder.txt.
When a file is out-of-order, save list of headers used in the same order as
HeaderOrder.txt to "&lt;path&gt;.ordered".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Read files as cp437 so all bytes are valid and windows-1252 invalid characters
do not fail.
When new headers found, save reasonable order of headers to "NewOrder.txt"
making it easier to update HeaderOrder.txt.
When a file is out-of-order, save list of headers used in the same order as
HeaderOrder.txt to "&lt;path&gt;.ordered".
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate version numbers in cocoa/Scintilla project.</title>
<updated>2020-05-23T10:47:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-23T10:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=56f4cf0c0d32c5b9025b2f88c0c55f3432e96b1f'/>
<id>56f4cf0c0d32c5b9025b2f88c0c55f3432e96b1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pathlib in generator scripts.</title>
<updated>2020-05-19T02:39:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-19T02:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef98916585104cb893bdd7dd8f4bf91313639baf'/>
<id>ef98916585104cb893bdd7dd8f4bf91313639baf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove call to ScintillaData as result not used.</title>
<updated>2020-05-19T01:43:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-19T01:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=868780c1a7b664d0453c3921baed3ddfa5a2e4c3'/>
<id>868780c1a7b664d0453c3921baed3ddfa5a2e4c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Python versions. Modules that are only used as top level scripts or from</title>
<updated>2020-04-17T10:24:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-17T10:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9'/>
<id>df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9</id>
<content type='text'>
scripts that require Python 3.6 have Python 2.x support removed.
Modules that may be called from Python 2 for PySide require Python 2.7.
Documented how to run scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scripts that require Python 3.6 have Python 2.x support removed.
Modules that may be called from Python 2 for PySide require Python 2.7.
Documented how to run scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>List headers in HeaderOrder.txt that are not used.</title>
<updated>2020-03-15T23:55:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-15T23:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b2c60e7f07acc70adaeef02037645ce6a45ed123'/>
<id>b2c60e7f07acc70adaeef02037645ce6a45ed123</id>
<content type='text'>
Remove unused headers from HeaderOrder.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused headers from HeaderOrder.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize and simplify script. Now requires Python 3.</title>
<updated>2020-03-11T04:34:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-11T04:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=875e097fe65eac923eb67412d3e5b2c33f4a3910'/>
<id>875e097fe65eac923eb67412d3e5b2c33f4a3910</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add or update #! lines of Python scripts to use python3.</title>
<updated>2020-03-11T04:32:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-11T04:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b5c8cd58e4972e142c3a199a00625e7c93de5ddd'/>
<id>b5c8cd58e4972e142c3a199a00625e7c93de5ddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
