<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/undo.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>undo.push_var() and undo.push_str() return references so calls can be used as l-values (common use case)</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:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=9e49e88d0cc3e6336754040eeaab7a760645dd79'/>
<id>9e49e88d0cc3e6336754040eeaab7a760645dd79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure undo tokens and RB-tree entries are destroyed properly</title>
<updated>2012-11-16T22:14:00+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-16T22:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8f3e18e12c8e85ad635dc765020327477668a131'/>
<id>8f3e18e12c8e85ad635dc765020327477668a131</id>
<content type='text'>
 * when a pointer to an abstract base class is "deleted", it must have a virtual destructor so the destructor of derived classes is executed
 * fixes for instance, deletion of save point files when the command line is terminated (undo stack is discarded)
 * simplified some undotoken code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * when a pointer to an abstract base class is "deleted", it must have a virtual destructor so the destructor of derived classes is executed
 * fixes for instance, deletion of save point files when the command line is terminated (undo stack is discarded)
 * simplified some undotoken code
</pre>
</div>
</content>
</entry>
<entry>
<title>DEBUG support for printing state change undo tokens</title>
<updated>2012-11-11T05:31:03+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-11T05:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=d07d857360339ba8a56c1f50e7d3b1647d4b883c'/>
<id>d07d857360339ba8a56c1f50e7d3b1647d4b883c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set UndoToken position only when it is required (undo enabled)</title>
<updated>2012-11-08T17:17:19+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-08T17:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=16614be0a5dea0613fedb6bbbb9f0dd8879905a2'/>
<id>16614be0a5dea0613fedb6bbbb9f0dd8879905a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support line termination ($$) as immediate editing command + some fixes</title>
<updated>2012-11-08T01:21:36+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-08T01:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=0d01c262c0ed23ef950530c743b023e89ef4a821'/>
<id>0d01c262c0ed23ef950530c743b023e89ef4a821</id>
<content type='text'>
 * separate function for immediate editing command processing
 * undo.clear() to remove and free all undo tokens without executing them
 * goto_table_clear() to remove and free all goto table entries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * separate function for immediate editing command processing
 * undo.clear() to remove and free all undo tokens without executing them
 * goto_table_clear() to remove and free all goto table entries
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for labels, including the goto label table</title>
<updated>2012-11-08T00:20:37+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-08T00:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=7dbb2831b81ff0174054d30b1fc105b2113c272d'/>
<id>7dbb2831b81ff0174054d30b1fc105b2113c272d</id>
<content type='text'>
 * uses BSD tree macros, might later be abstracted to a C++ table class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * uses BSD tree macros, might later be abstracted to a C++ table class
</pre>
</div>
</content>
</entry>
<entry>
<title>undo stack enable/disable, parse-only mode, colon modifiers evaluation</title>
<updated>2012-11-07T20:41:05+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T20:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=69419eceaca8e347016ccbe42326bcdc881355fc'/>
<id>69419eceaca8e347016ccbe42326bcdc881355fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expression stack based on THECO's ArithmeticStack</title>
<updated>2012-11-07T06:22:35+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T06:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2ed38e4d01d73d62b29a28d7540ca515f9ff3b09'/>
<id>2ed38e4d01d73d62b29a28d7540ca515f9ff3b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial commit of SciTECO based on THECO</title>
<updated>2012-11-06T19:42:40+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-06T19:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8cd29b9b30400e4275f1a65744cd0b3c2669cc98'/>
<id>8cd29b9b30400e4275f1a65744cd0b3c2669cc98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
