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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-20
FreeBSD port: also enable malloc-replacement by default
Robin Haberkorn
1
-2
/
+2
2025-07-20
FreeBSD: enable dlmalloc by default (--enable-malloc-replacement)
Robin Haberkorn
2
-8
/
+10
2025-07-20
document bug: you cannot currently use `{` and `}` to insert anything after $...
Robin Haberkorn
3
-1
/
+14
2025-07-19
special Q-registers `$` (working directory) and the clipboard registers now s...
Robin Haberkorn
3
-25
/
+21
2025-07-19
fixed <EF> and <EW> with invalid buffer ids (was crashing)
Robin Haberkorn
3
-2
/
+23
2025-07-19
<EW> now accepts a numeric argument to specify the buffer to save
Robin Haberkorn
4
-38
/
+59
2025-07-18
revised command topics
Robin Haberkorn
8
-41
/
+41
2025-07-18
<nEL> (set EOL mode) now sets the buffer's dirty flag
Robin Haberkorn
2
-4
/
+7
2025-07-18
support <:]q> (pop Q-Register) for getting a success/failure boolean
Robin Haberkorn
3
-4
/
+17
2025-07-18
make some array declarations real constants
Robin Haberkorn
4
-5
/
+5
2025-07-18
fixed minor memory leaks of per-state data in teco_machine_main_t
Robin Haberkorn
7
-27
/
+33
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
7
-70
/
+47
2025-07-14
Windows nightlies: install zip, hopefully fixing the nightly builds
Robin Haberkorn
1
-2
/
+2
2025-07-13
Windows nightly builds are built on Windows Server 2022 now
Robin Haberkorn
1
-2
/
+2
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
8
-30
/
+96
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
7
-36
/
+122
2025-07-13
minor documentation fix in parser.c
Robin Haberkorn
1
-1
/
+1
2025-07-11
<EF> supports a numeric buffer id now
Robin Haberkorn
6
-49
/
+88
2025-07-04
implemented <^B> for returning the current date
Robin Haberkorn
3
-1
/
+47
2025-07-03
implemented ^E<code> string building constructs for embedding bytes and codep...
Robin Haberkorn
5
-41
/
+128
2025-07-01
GTK: handle (smooth) scrolling with a scroll controller
Robin Haberkorn
1
-15
/
+42
2025-06-27
fixed ^S/^Y for <Gq> and <EN>
Robin Haberkorn
3
-8
/
+12
2025-06-27
fixed an asterisk in the <EN> manpage entry
Robin Haberkorn
2
-1
/
+2
2025-06-15
PDCurses/Wincon: disable hardware cursor after window resize
Robin Haberkorn
1
-0
/
+5
2025-06-15
require and adapted to PDCurses v4.5.1
Robin Haberkorn
3
-12
/
+13
2025-06-15
Revert "PDCurses/Win: more or less fixed mouse support"
Robin Haberkorn
1
-37
/
+6
2025-06-12
GTK: fixed scrolling on systems that only support smooth scrolling
Robin Haberkorn
1
-4
/
+12
2025-06-08
^S/^Y calculates the glyph offsets earlier
Robin Haberkorn
8
-31
/
+65
2025-06-07
updated README and TODO
Robin Haberkorn
2
-20
/
+32
2025-06-07
initialize some variables in teco_state_expectqreg_input() to silence the Cla...
Robin Haberkorn
1
-2
/
+2
2025-06-07
added <FN> as a search-and-replace variant of <N>
Robin Haberkorn
4
-3
/
+60
2025-06-04
CI: test only on win64 as mingw-w64-i686-pdcurses was apparently dropped from...
Robin Haberkorn
1
-7
/
+7
2025-06-03
added LaTeX lexer config
Robin Haberkorn
3
-1
/
+35
2025-06-01
<nA> and <nQq> now return -1 in case the index n is out of range
Robin Haberkorn
5
-33
/
+27
2025-05-24
<EI> has been repurposed and is the macro file inclusion (indirect file) comm...
Robin Haberkorn
12
-36
/
+29
2025-05-24
new string building construct ^P disables all further string building magic
Robin Haberkorn
3
-23
/
+31
2025-05-23
<^C> is a plain "return" command now, while <^C^C> exits from the program
Robin Haberkorn
3
-101
/
+193
2025-05-20
debian package: removed copyright of mingw-bundledlls
Robin Haberkorn
1
-25
/
+0
2025-05-18
allow process exit status to be determined by macros
Robin Haberkorn
4
-14
/
+38
2025-05-18
sciteco(7): added a help topic for booleans
Robin Haberkorn
1
-0
/
+1
2025-05-16
python lexer: fixed block comment styling
Robin Haberkorn
1
-1
/
+3
2025-05-13
revised test suite: got rid of most escaping for the TECO code snippets
Robin Haberkorn
2
-172
/
+179
2025-05-03
updated TODO
Robin Haberkorn
1
-1
/
+43
2025-05-03
disallow command-line termination ($$) while editing the command-line replace...
Robin Haberkorn
2
-0
/
+17
2025-05-03
fixed teco_doc_undo_exchange(): use reference counting now
Robin Haberkorn
2
-2
/
+19
2025-05-02
implemented folding for the SciTECO lexer
Robin Haberkorn
1
-1
/
+26
2025-05-02
auto-expand folds even after mouse events
Robin Haberkorn
3
-6
/
+12
2025-05-02
grosciteco: folding in woman pages
Robin Haberkorn
4
-0
/
+64
2025-05-01
implemented email and git lexer folding
Robin Haberkorn
2
-5
/
+23
2025-05-01
folding: enable markers for sub-folds as well
Robin Haberkorn
1
-3
/
+4
[prev]
[next]