<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/cmdline.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>do not try to complete string argument if it is in "{" mode</title>
<updated>2012-11-24T20:50:54+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-24T20:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=73037b68bd2769d5e8bd42dcc1e5a7b3d5f0d7b9'/>
<id>73037b68bd2769d5e8bd42dcc1e5a7b3d5f0d7b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support auto-completion of symbols in the scintilla command (ES)</title>
<updated>2012-11-24T18:57:07+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-24T18:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=71f84c2ca051fb3f4e0e98faaba05e9449598b81'/>
<id>71f84c2ca051fb3f4e0e98faaba05e9449598b81</id>
<content type='text'>
 * does not yet handle case-insensitive completions
 * does not handle omitting of the SCI_ prefix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * does not yet handle case-insensitive completions
 * does not handle omitting of the SCI_ prefix
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed command line termination</title>
<updated>2012-11-24T17:19:52+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-24T17:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=a532338ca642ed386270047aefc56ed11ef120d3'/>
<id>a532338ca642ed386270047aefc56ed11ef120d3</id>
<content type='text'>
 * do it only in start state: so double escapes in strings do not cause a termination and an empty string may be specified
 * clear arithmetic stacks on line termination
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * do it only in start state: so double escapes in strings do not cause a termination and an empty string may be specified
 * clear arithmetic stacks on line termination
</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>errors when label cannot be found at end of macro invocation</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-19T21:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=f0f420be3d80366a54598f6742ef73114651f3c4'/>
<id>f0f420be3d80366a54598f6742ef73114651f3c4</id>
<content type='text'>
 * on the command line the line terminating &lt;ESC&gt; is not accepted when a label was not found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * on the command line the line terminating &lt;ESC&gt; is not accepted when a label was not found
</pre>
</div>
</content>
</entry>
<entry>
<title>goto table cleanup</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-19T21:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=6bf314fa5193872e26e3eaabe222ee1e2a823c08'/>
<id>6bf314fa5193872e26e3eaabe222ee1e2a823c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make goto tables local to macro invocation: they are declared on the C++ callstack since macro invocations result in nested macro_execute() calls</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-19T21:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=90f203bff189706c2dec34482475b89d0a232597'/>
<id>90f203bff189706c2dec34482475b89d0a232597</id>
<content type='text'>
otherwise a macro could set labels with program counters which are invalid in other macros/the command line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise a macro could set labels with program counters which are invalid in other macros/the command line
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed behaviour on runtime errors: the character resulting in the error is not accepted and all side-effects up to the exception must be reversed</title>
<updated>2012-11-17T00:08:28+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-17T00:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=3c12d015023a48bf6c48dea4ae1a60045b2c9c04'/>
<id>3c12d015023a48bf6c48dea4ae1a60045b2c9c04</id>
<content type='text'>
if more than one character is inserted (e.g. via &lt;TAB&gt;), insertion stops at the offending character
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if more than one character is inserted (e.g. via &lt;TAB&gt;), insertion stops at the offending character
</pre>
</div>
</content>
</entry>
</feed>
