<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/lib, branch v0.6.4</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>implemented function key masking (context-sensitive function key macros)</title>
<updated>2015-03-16T18:44:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-03-16T18:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=64ee41446def1605a71d49fce6461b8ff3f5c0d2'/>
<id>64ee41446def1605a71d49fce6461b8ff3f5c0d2</id>
<content type='text'>
 * fnkeys.tes has been updated to enable the command line
   editing macros (cursor keys, etc.) only in the "start" state.
   This avoids the annoying effect of inserting the macros
   into string arguments where they have no effect and must be
   rubbed out again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * fnkeys.tes has been updated to enable the command line
   editing macros (cursor keys, etc.) only in the "start" state.
   This avoids the annoying effect of inserting the macros
   into string arguments where they have no effect and must be
   rubbed out again.
</pre>
</div>
</content>
</entry>
<entry>
<title>used file lists instead of wildcards in lib/Makefile.am</title>
<updated>2015-03-02T21:15:40+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-03-02T21:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=65569ca936dec1dde6db4581e246ec1cf5858c3e'/>
<id>65569ca936dec1dde6db4581e246ec1cf5858c3e</id>
<content type='text'>
 * this is recommended by Automake since wildcards are not
   portable. However we rely on GNU Make extensions in other
   places.
 * This fixes out-of-source builds.
 * The lists can be updated relatively easily with SciTECO
   (EN command...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * this is recommended by Automake since wildcards are not
   portable. However we rely on GNU Make extensions in other
   places.
 * This fixes out-of-source builds.
 * The lists can be updated relatively easily with SciTECO
   (EN command...)
</pre>
</div>
</content>
</entry>
<entry>
<title>added function key macro for Shift+DEL: Acts as a "reverse" rubout</title>
<updated>2015-03-02T20:26:04+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-03-02T20:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2cfc3584008420d9a9b8c6e5e54d26f0d5fcb57e'/>
<id>2cfc3584008420d9a9b8c6e5e54d26f0d5fcb57e</id>
<content type='text'>
It reinserts when the immediate editing modifier is disabled and
rubs out when it is enabled - without modifying the state of the
^G modifier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It reinserts when the immediate editing modifier is disabled and
rubs out when it is enabled - without modifying the state of the
^G modifier.
</pre>
</div>
</content>
</entry>
<entry>
<title>added session.hg and session.vcs macros</title>
<updated>2015-02-18T00:23:22+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-02-18T00:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2900fcbb73b9f80f9a29adef6b0604e362c215c7'/>
<id>2900fcbb73b9f80f9a29adef6b0604e362c215c7</id>
<content type='text'>
 * session.hg sets up the buffer session in the current
   Mercurial repository
 * session.vcs is a convenience macro that may be used in
   profiles to enable buffer sessions per repo for all supported
   VCS (Git, Hg and SVN)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * session.hg sets up the buffer session in the current
   Mercurial repository
 * session.vcs is a convenience macro that may be used in
   profiles to enable buffer sessions per repo for all supported
   VCS (Git, Hg and SVN)
</pre>
</div>
</content>
</entry>
<entry>
<title>added session.svn macro to set up a session profile in the current Subversion working copy</title>
<updated>2015-02-17T20:57:54+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-02-17T20:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=5b74ef535e5137e040af1a1f5462e7f91e120d60'/>
<id>5b74ef535e5137e040af1a1f5462e7f91e120d60</id>
<content type='text'>
 * it uses "svn info --xml" since otherwise the output of "svn info" might
   be localized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * it uses "svn info --xml" since otherwise the output of "svn info" might
   be localized.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow disabling of buffer sessions. in sample.teco_ini, disable sessions automatically when files are given.</title>
<updated>2014-11-24T19:53:55+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-11-24T19:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=6e5a6113af29dcc2380e6884fb49ed0e4fcbe16d'/>
<id>6e5a6113af29dcc2380e6884fb49ed0e4fcbe16d</id>
<content type='text'>
this allows you to use sciteco in a Git repository to edit a specific file,
without changing the buffer session. Also useful if SciTECO is used as the GIT_EDITOR
without thrashing the repository's session every time a commit message is edited.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows you to use sciteco in a Git repository to edit a specific file,
without changing the buffer session. Also useful if SciTECO is used as the GIT_EDITOR
without thrashing the repository's session every time a commit message is edited.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed standard library installation</title>
<updated>2014-11-24T07:40:57+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-11-24T07:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=0c87bad5abea3b362165fa4fdbf311e124dd608a'/>
<id>0c87bad5abea3b362165fa4fdbf311e124dd608a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduced $SCITECOCONFIG env variable, and set different default for $SCITECOPATH on Windows</title>
<updated>2014-11-24T06:46:01+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-11-24T06:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=abda28b2763e48f8b6b77220a677c1cdeb5d8970'/>
<id>abda28b2763e48f8b6b77220a677c1cdeb5d8970</id>
<content type='text'>
 * $SCITECOCONFIG has been introduced, so have a macro-accessible location
   for the profile, buffer session etc.
   This is set to the program dir on Windows. That way, the config files
   will be found, regardless of the current working dir, but it may also
   be set up for Unix-like environments on Windows.
 * $SCITECOPATH defaults to the program dir + "/lib" now on Windows.
 * The default profile is now always called ".teco_ini". Also on Windows.
   Platform differences like this would need to be documented.
 * The sample teco.ini has been renamed to "sample.teco_ini" for clarity
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * $SCITECOCONFIG has been introduced, so have a macro-accessible location
   for the profile, buffer session etc.
   This is set to the program dir on Windows. That way, the config files
   will be found, regardless of the current working dir, but it may also
   be set up for Unix-like environments on Windows.
 * $SCITECOPATH defaults to the program dir + "/lib" now on Windows.
 * The default profile is now always called ".teco_ini". Also on Windows.
   Platform differences like this would need to be documented.
 * The sample teco.ini has been renamed to "sample.teco_ini" for clarity
</pre>
</div>
</content>
</entry>
<entry>
<title>Q-Register loading and saving using the IOView class</title>
<updated>2014-11-24T04:07:06+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-11-24T03:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1e5115b0b40bcf57501d4b0b5dce8e7ecd61432d'/>
<id>1e5115b0b40bcf57501d4b0b5dce8e7ecd61432d</id>
<content type='text'>
 * EW can save Q-Registers now
 * the new E% may be used to save a q-register without making it
   the current document
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * EW can save Q-Registers now
 * the new E% may be used to save a q-register without making it
   the current document
</pre>
</div>
</content>
</entry>
<entry>
<title>updated lexer and session libraries using new EU, [* and ]* commands</title>
<updated>2014-11-22T22:39:56+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-11-22T22:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=9e4af856e3bd93571f384c4b8a03d9a079dce1dc'/>
<id>9e4af856e3bd93571f384c4b8a03d9a079dce1dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
