<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/parser.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>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>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>
<entry>
<title>support "\" and &lt;n&gt;\ commands to insert and read integers in the current radix from/to the buffer</title>
<updated>2012-11-21T13:15:41+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-21T13:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=172a136bede965c2648e30a61d8768afde280b76'/>
<id>172a136bede965c2648e30a61d8768afde280b76</id>
<content type='text'>
 * uncommon radices are allowed but reading stops on non-alphanumeric characters (and characters on allowed by the current radix)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * uncommon radices are allowed but reading stops on non-alphanumeric characters (and characters on allowed by the current radix)
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup macro execution functions: common namespace, Execute::file() uses Execute::macro()</title>
<updated>2012-11-20T05:07:34+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-20T00:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=df9f83a249e59867373e06c79aa8f57a5c9640b7'/>
<id>df9f83a249e59867373e06c79aa8f57a5c9640b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>local Q-Register tables; :M command</title>
<updated>2012-11-20T05:07:34+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-19T23:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=ec510eda5f080d39906c396a36cba89188031640'/>
<id>ec510eda5f080d39906c396a36cba89188031640</id>
<content type='text'>
 * munged files use the same local Q-Registers as commandline
 * :M calls macro without new set of local registers (local register names refer to the parent macro level)
 * only .x names accepted at the moment. for string building characters, this will like stay that way (cannot refer to extended/long names)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * munged files use the same local Q-Registers as commandline
 * :M calls macro without new set of local registers (local register names refer to the parent macro level)
 * only .x names accepted at the moment. for string building characters, this will like stay that way (cannot refer to extended/long names)
</pre>
</div>
</content>
</entry>
<entry>
<title>support special "{" alternate escape character: is only terminated by a matching *balanced* "}"</title>
<updated>2012-11-20T05:07:33+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-19T20:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=b804417f36ef398f1223e439fd5ac9f2ade046eb'/>
<id>b804417f36ef398f1223e439fd5ac9f2ade046eb</id>
<content type='text'>
this eases writing nested macros
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this eases writing nested macros
</pre>
</div>
</content>
</entry>
<entry>
<title>disable ^U string building characters (by default)</title>
<updated>2012-11-20T05:07:33+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-19T20:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=3db5b1a40bf6b503b26827355f40033b1047a123'/>
<id>3db5b1a40bf6b503b26827355f40033b1047a123</id>
<content type='text'>
some method to reenable it will be developed in the future (perhaps using a separate command, or a special modifier which reverses a string commands default handling of building character)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some method to reenable it will be developed in the future (perhaps using a separate command, or a special modifier which reverses a string commands default handling of building character)
</pre>
</div>
</content>
</entry>
</feed>
