<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-6-7</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>Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled.</title>
<updated>2016-08-31T01:30:52+00:00</updated>
<author>
<name>jedailey</name>
<email>unknown</email>
</author>
<published>2016-08-31T01:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=26869ee3d67d8f58c6573a6b010e9a615c9d681a'/>
<id>26869ee3d67d8f58c6573a6b010e9a615c9d681a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make some methods const where reasonable.</title>
<updated>2016-08-20T04:49:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-20T04:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2d5cfce5a832cbdf57889dff848be4e16c5b1781'/>
<id>2d5cfce5a832cbdf57889dff848be4e16c5b1781</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1648]: Option added to prevent left arrow movement and selection wrapping</title>
<updated>2016-08-20T04:48:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-20T04:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4789f4214261e944fa0824f0a536debc8bc45897'/>
<id>4789f4214261e944fa0824f0a536debc8bc45897</id>
<content type='text'>
to previous line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to previous line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1842]. Fix fold expand when some child text not styled.</title>
<updated>2016-08-15T05:42:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-15T05:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82b5df1e6a44a6e814ce9ad207ab5e106dd9de1d'/>
<id>82b5df1e6a44a6e814ce9ad207ab5e106dd9de1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tests that are not needed.</title>
<updated>2016-08-12T02:26:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-12T02:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bf22e97e77124e601f4be76d33ecb81d5f9c4a66'/>
<id>bf22e97e77124e601f4be76d33ecb81d5f9c4a66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post a caret moved accessibility event in Editor::MovedCaret so that screen</title>
<updated>2016-05-14T00:32:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-05-14T00:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a9f941bc10507eab2e352978bd7f35ca26920dc'/>
<id>5a9f941bc10507eab2e352978bd7f35ca26920dc</id>
<content type='text'>
readers like NVDA will speak when extending the selection with a Shift+Down key
combination scrolls but does not move the caret position relative to the screen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
readers like NVDA will speak when extending the selection with a Shift+Down key
combination scrolls but does not move the caret position relative to the screen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1827]. GTK: Avoid possible IdleWork() calls on destructed objects</title>
<updated>2016-05-11T21:00:37+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-05-11T21:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3f7b52da84cf6a8168c555bddbe1e8919cee1334'/>
<id>3f7b52da84cf6a8168c555bddbe1e8919cee1334</id>
<content type='text'>
The idle callback removal clause in the ScintillaGTK destructor got
broken in 4e5c321dda8e69104cb7b639c3107dc11dbc00f6, leading to the
callback not being removed thus possibly running after the instance
destruction.
Indeed, gdk_threads_add_idle() wraps g_idle_add() with a custom user
data, thus making the g_source_remove_by_user_data() call in the
destructor incorrect, as we give it our own user data, not GDK's
wrapper one.

Fix the callback removal not to use user data matching to avoid this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idle callback removal clause in the ScintillaGTK destructor got
broken in 4e5c321dda8e69104cb7b639c3107dc11dbc00f6, leading to the
callback not being removed thus possibly running after the instance
destruction.
Indeed, gdk_threads_add_idle() wraps g_idle_add() with a custom user
data, thus making the g_source_remove_by_user_data() call in the
destructor incorrect, as we give it our own user data, not GDK's
wrapper one.

Fix the callback removal not to use user data matching to avoid this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid use of const_cast when retrieving window positions.</title>
<updated>2016-05-03T02:09:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-05-03T02:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6cbb4d76afafbd4aa496fee7e3f8f8add1a5527'/>
<id>c6cbb4d76afafbd4aa496fee7e3f8f8add1a5527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++ 11 &lt;regex&gt; support built by default.</title>
<updated>2016-04-27T23:54:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-04-27T23:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=474aab1c941497ae8275289bb0d7e5a214faeb2f'/>
<id>474aab1c941497ae8275289bb0d7e5a214faeb2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct comments.</title>
<updated>2016-04-21T01:19:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-04-21T01:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=219e641af24ed4e4383c0a11164e26f6a3333778'/>
<id>219e641af24ed4e4383c0a11164e26f6a3333778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
