<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/RESearch.h, branch rel-5-6-2</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 [#2405]. Avoid character fragments in regular expression search results.</title>
<updated>2023-12-21T05:00:00+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-21T05:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e55cc0c973cc2fbaac8cca1505524b86ce58dff'/>
<id>8e55cc0c973cc2fbaac8cca1505524b86ce58dff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2157]. Fix regular expression search for word begin \&lt; and word end \&gt;.</title>
<updated>2023-12-01T21:20:55+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-01T21:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e6538bb38cd509111f0f595f46e7d1ff71bcc017'/>
<id>e6538bb38cd509111f0f595f46e7d1ff71bcc017</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1503] Use std::array for bittab and simplify use.</title>
<updated>2023-11-24T22:11:21+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-24T22:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dfc5d8de39ac19263122eed5ef40f7c9ae73ef7e'/>
<id>dfc5d8de39ac19263122eed5ef40f7c9ae73ef7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1503] Reduce variable scope.</title>
<updated>2023-11-23T04:19:32+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-23T04:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f6786c9118007d0fcf3632c585e203a66c13c35'/>
<id>7f6786c9118007d0fcf3632c585e203a66c13c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2413]. Fix regular expression search failure.</title>
<updated>2023-11-21T00:29:30+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-21T00:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df54de37b0a372a49bed0130406a5b75b85cd119'/>
<id>df54de37b0a372a49bed0130406a5b75b85cd119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1501] Use const and simpler indexing.</title>
<updated>2023-11-07T03:14:13+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-07T03:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=befae293448be75d5e10c689bcd787ab0d19fb2c'/>
<id>befae293448be75d5e10c689bcd787ab0d19fb2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1500] Remove match text retrieval from MatchOnLines</title>
<updated>2023-11-01T21:51:15+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-01T21:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e702dacda85f0976d1006d9634dc38b53fad1336'/>
<id>e702dacda85f0976d1006d9634dc38b53fad1336</id>
<content type='text'>
as it is redone in SubstituteByPosition.
Replace RESearch::pat and RESearch::GrabMatches with retrieving matches as
needed in SubstituteByPosition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as it is redone in SubstituteByPosition.
Replace RESearch::pat and RESearch::GrabMatches with retrieving matches as
needed in SubstituteByPosition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use std::array for regex match positions as it will simplify copying.</title>
<updated>2023-10-14T21:40:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-14T21:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0a00f1b52c9f05800192db71ccc28dfaed58729b'/>
<id>0a00f1b52c9f05800192db71ccc28dfaed58729b</id>
<content type='text'>
This change set does not change behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change set does not change behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow rule-of-zero to omit standard methods.</title>
<updated>2023-04-10T22:18:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-04-10T22:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c94691510eefa2f74e5f760fa09b51046cea8eab'/>
<id>c94691510eefa2f74e5f760fa09b51046cea8eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators</title>
<updated>2021-08-22T12:14:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-22T12:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afbd611bed7f27d0790fc19b18318e3ef213dfd8'/>
<id>afbd611bed7f27d0790fc19b18318e3ef213dfd8</id>
<content type='text'>
that are not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that are not needed.
</pre>
</div>
</content>
</entry>
</feed>
