<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/search.h, branch v2.5.2</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>autoconf preparation: move everything into src/ subdir</title>
<updated>2012-12-04T21:07:08+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T16:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=d8a316514c03d85b771a9dce4a8a51b875d955b3'/>
<id>d8a316514c03d85b771a9dce4a8a51b875d955b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buffer ring part (ring.cpp)</title>
<updated>2012-12-04T16:09:31+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T15:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=b120616b6da52e951097f69ad267de06081d218a'/>
<id>b120616b6da52e951097f69ad267de06081d218a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>search-kill command (FK)</title>
<updated>2012-12-04T03:57:18+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T03:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=266cdca115c7e9b14f734da478d04a8ce0c2cb69'/>
<id>266cdca115c7e9b14f734da478d04a8ce0c2cb69</id>
<content type='text'>
 * like the other search-related commands the operation (delete, kill, replace) is not performed until the
   search pattern string argument is terminated (simplifies implementation and has visual advantages)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * like the other search-related commands the operation (delete, kill, replace) is not performed until the
   search pattern string argument is terminated (simplifies implementation and has visual advantages)
</pre>
</div>
</content>
</entry>
<entry>
<title>search-delete command (FD)</title>
<updated>2012-12-04T03:57:17+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T03:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=99bc57227170fea32cb3dbf923a4b4ab00aca1cc'/>
<id>99bc57227170fea32cb3dbf923a4b4ab00aca1cc</id>
<content type='text'>
 * new base for searc-replace command states
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * new base for searc-replace command states
</pre>
</div>
</content>
</entry>
<entry>
<title>search-replace command with default replacement string (FR)</title>
<updated>2012-12-04T03:06:45+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T03:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=575c9f45ec0f338e1d22032b98773d3ff3386bc9'/>
<id>575c9f45ec0f338e1d22032b98773d3ff3386bc9</id>
<content type='text'>
 * based on FS command
 * default replacement string is stored in global register "-"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * based on FS command
 * default replacement string is stored in global register "-"
</pre>
</div>
</content>
</entry>
<entry>
<title>search and replace command (FS)</title>
<updated>2012-12-04T02:15:24+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T02:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=457fe1498d5fe88e0447ddecd617281f7afd3304'/>
<id>457fe1498d5fe88e0447ddecd617281f7afd3304</id>
<content type='text'>
 * makes use of Scintilla selections, so their usage has been improved
 * search commands preserve selection on termination (escape)
 * selections are restored on rubout
 * search-replace command makes use of the Insert command's state (may serve as a base class now)
   but does not pop additional values from stack (like "I" does)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * makes use of Scintilla selections, so their usage has been improved
 * search commands preserve selection on termination (escape)
 * selections are restored on rubout
 * search-replace command makes use of the Insert command's state (may serve as a base class now)
   but does not pop additional values from stack (like "I" does)
</pre>
</div>
</content>
</entry>
<entry>
<title>refactored search command (states): they are now in a separate search.cpp file</title>
<updated>2012-12-03T16:09:13+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-03T16:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=aca9517b3d90180581570596cb5ac768ef8c127e'/>
<id>aca9517b3d90180581570596cb5ac768ef8c127e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
