<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/qbuffers.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>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>fixed rubout of last-buffer-in-ring close: avoid premature closing of the untitled buffer</title>
<updated>2012-12-03T02:53:59+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-03T02:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2d626d832ba4d05fa71b9a403d5682e63fe7343c'/>
<id>2d626d832ba4d05fa71b9a403d5682e63fe7343c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>organize buffer ring as a tail-q (double-linked list with tail pointer)</title>
<updated>2012-12-03T02:53:59+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-03T01:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=0c07fd231d6de047cc0037b0de37c691561e34fa'/>
<id>0c07fd231d6de047cc0037b0de37c691561e34fa</id>
<content type='text'>
 * new buffers are added at the list tail
 * when closing a buffer, the next one is selected or the previous one if it is the tail
 * the ring may be traversed in reverse order
 * undoing a buffer close (Ring::UndoTokenEdit) could be cleaned up to only use standard macros (is slightly less efficient though)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * new buffers are added at the list tail
 * when closing a buffer, the next one is selected or the previous one if it is the tail
 * the ring may be traversed in reverse order
 * undoing a buffer close (Ring::UndoTokenEdit) could be cleaned up to only use standard macros (is slightly less efficient though)
</pre>
</div>
</content>
</entry>
<entry>
<title>support Q* (return current buffer's Id) and edit-by-id using &lt;n&gt;EB$</title>
<updated>2012-12-02T15:38:19+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-02T15:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1d44c8f0f75acb979a98d94e4dae6ff44d1accbf'/>
<id>1d44c8f0f75acb979a98d94e4dae6ff44d1accbf</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>make sure the NULL filename is handled properly on Windows</title>
<updated>2012-11-22T21:57:12+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-22T21:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=3587a96e673fad8d64b4f1db1c21755aba6dd1f3'/>
<id>3587a96e673fad8d64b4f1db1c21755aba6dd1f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows (MinGW32) compatibility changes</title>
<updated>2012-11-22T12:53:40+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-22T12:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=32d9c760b3ad78e6a62c2144647aac0a220c06fb'/>
<id>32d9c760b3ad78e6a62c2144647aac0a220c06fb</id>
<content type='text'>
 * mainly we need a custom get_absolute_path() function using Win32 API
 * also the windows.h conflicts with some other headers (esp. BSD headers)
 * also there was a typo in the code setting file attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * mainly we need a custom get_absolute_path() function using Win32 API
 * also the windows.h conflicts with some other headers (esp. BSD headers)
 * also there was a typo in the code setting file attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed QRegister::set_string() for macro-local Q-Registers</title>
<updated>2012-11-21T03:52:46+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-21T03:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=79fe6c5ed6af14cd6dc50e98d48a9650750d26db'/>
<id>79fe6c5ed6af14cd6dc50e98d48a9650750d26db</id>
<content type='text'>
it is assumed that the undo() function saves the current document's DOT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it is assumed that the undo() function saves the current document's DOT
</pre>
</div>
</content>
</entry>
<entry>
<title>Gq command to insert Q-Register at current DOT</title>
<updated>2012-11-21T00:07:31+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-21T00:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=fddab16ebc89386e4311e195361e611a2eee4b96'/>
<id>fddab16ebc89386e4311e195361e611a2eee4b96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support :X command</title>
<updated>2012-11-20T22:17:46+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-20T22:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=cfc026aaae9bb0706ffffdcfedbc063a12409542'/>
<id>cfc026aaae9bb0706ffffdcfedbc063a12409542</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
