<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/parser.cpp, 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>
<entry>
<title>first draft of N command based on S</title>
<updated>2012-12-03T02:54:00+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-02T23:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=14246a1c5a8b542eadd19d74640d9e69c7df9b98'/>
<id>14246a1c5a8b542eadd19d74640d9e69c7df9b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed range interpretation for search command: had to be given in the wrong order</title>
<updated>2012-11-25T13:02:30+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-25T13:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=036cc00ecdb8908f3ac54e8cc9fef006bbd8095e'/>
<id>036cc00ecdb8908f3ac54e8cc9fef006bbd8095e</id>
<content type='text'>
 * also inverse ranges are now supported (&lt;a,b&gt;S if a&gt;b) and result in constrained backward searches
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * also inverse ranges are now supported (&lt;a,b&gt;S if a&gt;b) and result in constrained backward searches
</pre>
</div>
</content>
</entry>
<entry>
<title>allow symbolic names (symbols) being specified for the scintilla (ES) command</title>
<updated>2012-11-24T16:56:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-24T16:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=fad826dcfe095d57aa5faf6cc8a863069f65b0d6'/>
<id>fad826dcfe095d57aa5faf6cc8a863069f65b0d6</id>
<content type='text'>
 * new syntax is &lt;[lParam,[wParam,[msg]]]&gt;ES[msg[,wParam[,lParam]]]$[lParam string]$
 * symbols are matched case-insensitive, the leading SCI_ for message symbols may be omitted
 * added support for more multiple string arguments (for commands in general)
 * fixed "C conditional: succeeds for every alpanumeric character, dot, dollar or underscore
 * added SCLEX_ and SCE_ constants as symbols
 * updated teco.ini: using symbolic names is preferred since that way code does not depend on the current Scintilla version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * new syntax is &lt;[lParam,[wParam,[msg]]]&gt;ES[msg[,wParam[,lParam]]]$[lParam string]$
 * symbols are matched case-insensitive, the leading SCI_ for message symbols may be omitted
 * added support for more multiple string arguments (for commands in general)
 * fixed "C conditional: succeeds for every alpanumeric character, dot, dollar or underscore
 * added SCLEX_ and SCE_ constants as symbols
 * updated teco.ini: using symbolic names is preferred since that way code does not depend on the current Scintilla version
</pre>
</div>
</content>
</entry>
</feed>
