index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-26
implemented <:Gq> for printing the Q-Register string as a message instead of ...
Robin Haberkorn
1
-0
/
+12
2025-07-21
support <==> and <===> for printing octal and hexadecimal numbers
Robin Haberkorn
1
-0
/
+4
2025-07-19
special Q-registers `$` (working directory) and the clipboard registers now s...
Robin Haberkorn
1
-1
/
+0
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
1
-8
/
+6
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
1
-2
/
+9
2025-07-11
<EF> supports a numeric buffer id now
Robin Haberkorn
1
-2
/
+2
2025-07-03
implemented ^E<code> string building constructs for embedding bytes and codep...
Robin Haberkorn
1
-0
/
+13
2025-06-27
fixed an asterisk in the <EN> manpage entry
Robin Haberkorn
1
-0
/
+1
2025-05-24
<EI> has been repurposed and is the macro file inclusion (indirect file) comm...
Robin Haberkorn
2
-2
/
+2
2025-05-24
new string building construct ^P disables all further string building magic
Robin Haberkorn
1
-0
/
+6
2025-05-18
allow process exit status to be determined by macros
Robin Haberkorn
1
-1
/
+6
2025-05-18
sciteco(7): added a help topic for booleans
Robin Haberkorn
1
-0
/
+1
2025-05-02
grosciteco: folding in woman pages
Robin Haberkorn
3
-0
/
+64
2025-04-23
fixup: fixed monospace sections in womanpages when lexer.font is not customiz...
Robin Haberkorn
1
-2
/
+2
2025-04-22
Gtk: monospaced sections in womanpages now respect lexer.font and variable-wi...
Robin Haberkorn
1
-2
/
+2
2025-04-14
sciteco(1): added EXAMPLES section
Robin Haberkorn
1
-0
/
+49
2025-04-10
testsuite: check whether comparisons for equality really work with the `a-b"=...
Robin Haberkorn
1
-12
/
+16
2025-04-09
tightened rules for specifying modifiers
Robin Haberkorn
1
-3
/
+5
2025-04-08
improved rubbing out commands with modifiers
Robin Haberkorn
1
-0
/
+2
2025-04-04
avoid legacy implict rules in doc/Makefile.am: should fix clean builds
Robin Haberkorn
1
-3
/
+2
2025-04-04
scroll caret __almost__ always automatically after key presses
Robin Haberkorn
1
-0
/
+4
2025-04-03
the tutorial is now built along with all other HTML documents if --enable-htm...
Robin Haberkorn
1
-2
/
+5
2025-04-03
tutorial: fixed excess space after example display blocks in some versions of...
Robin Haberkorn
1
-0
/
+6
2025-03-31
fixup: `make clean` removes tutorial.ms now
Robin Haberkorn
1
-6
/
+5
2025-03-31
grosciteco: added the `oq` and `cq` glyphs
Robin Haberkorn
1
-0
/
+2
2025-03-31
fixup: actually distribute the new tutorial.ms.in file
Robin Haberkorn
1
-14
/
+7
2025-03-31
added tutorial document, which is automatically loaded on the first invocation
Robin Haberkorn
3
-0
/
+328
2025-03-29
^W also rubs out/in `@` and `:` modifiers
Robin Haberkorn
1
-0
/
+3
2025-03-29
added `@W`, `@P`, `@V` and `@Y` command variants
Robin Haberkorn
1
-2
/
+2
2025-03-23
grosciteco: fixed topic collection
Robin Haberkorn
1
-1
/
+1
2025-03-23
sciteco(7): fixed formatting of some tables
Robin Haberkorn
1
-4
/
+4
2025-03-23
the ^W immediate editing command now mimics `Y` more closely and also rubs ou...
Robin Haberkorn
1
-5
/
+3
2025-03-22
added `P` command as a reverse form of `W`
Robin Haberkorn
1
-3
/
+10
2025-03-22
harmonized all word-movement and deletion commands: they move/delete until th...
Robin Haberkorn
2
-4
/
+5
2025-03-04
grosciteco(1): fixed the example
Robin Haberkorn
1
-2
/
+1
2025-03-03
rename sample.teco_ini to fallback.teco_ini and mung it by default
Robin Haberkorn
1
-4
/
+9
2025-02-28
cheat sheet: removed reference to M#xc, mention mouse support and :EF
Robin Haberkorn
1
-8
/
+19
2025-02-27
implemented ncurses clipboard support via external processes
Robin Haberkorn
2
-7
/
+38
2025-02-23
support mouse interaction with popup windows
Robin Haberkorn
1
-2
/
+20
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-0
/
+9
2025-02-15
redefining labels is a warning now
Robin Haberkorn
1
-1
/
+6
2024-12-30
support +line[,column] and filename:line:column syntaxes when opening files
Robin Haberkorn
1
-9
/
+19
2024-12-28
updated cheat sheet: @Xq, S...$^SC and lots of microtypographic improvements
Robin Haberkorn
1
-46
/
+54
2024-12-24
introduced true block and EOL comments
Robin Haberkorn
1
-3
/
+31
2024-12-22
support external Scintilla lexer libraries and Scintillua in particular
Robin Haberkorn
2
-3
/
+14
2024-12-21
slightly improved the hash bang replacement on SciTECO scripts after installa...
Robin Haberkorn
1
-1
/
+1
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
1
-0
/
+5
2024-12-04
use the new ^Y, ^S and @Xq commands in tedoc.tes and string.tes
Robin Haberkorn
1
-6
/
+6
2024-12-04
the <Xq> command now supports the @ modifier for cutting into the register
Robin Haberkorn
1
-3
/
+13
2024-11-30
sciteco(7): fixed outdated information about the STYLE_CALLTIP default colors
Robin Haberkorn
1
-3
/
+3
[next]