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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
5
-62
/
+41
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
6
-27
/
+89
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
5
-34
/
+113
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
3
-46
/
+77
2025-07-04
implemented <^B> for returning the current date
Robin Haberkorn
1
-0
/
+42
2025-07-03
implemented ^E<code> string building constructs for embedding bytes and codep...
Robin Haberkorn
2
-30
/
+110
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
2
-8
/
+9
2025-06-27
fixed an asterisk in the <EN> manpage entry
Robin Haberkorn
1
-1
/
+1
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
1
-8
/
+12
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
6
-29
/
+62
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
3
-3
/
+53
2025-06-01
<nA> and <nQq> now return -1 in case the index n is out of range
Robin Haberkorn
4
-33
/
+22
2025-05-24
<EI> has been repurposed and is the macro file inclusion (indirect file) comm...
Robin Haberkorn
5
-29
/
+22
2025-05-24
new string building construct ^P disables all further string building magic
Robin Haberkorn
2
-23
/
+25
2025-05-23
<^C> is a plain "return" command now, while <^C^C> exits from the program
Robin Haberkorn
2
-97
/
+180
2025-05-18
allow process exit status to be determined by macros
Robin Haberkorn
2
-5
/
+18
2025-05-03
disallow command-line termination ($$) while editing the command-line replace...
Robin Haberkorn
1
-0
/
+12
2025-05-03
fixed teco_doc_undo_exchange(): use reference counting now
Robin Haberkorn
1
-1
/
+3
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-04-27
support folding via F1 and clicks in the folding margin
Robin Haberkorn
2
-0
/
+6
2025-04-19
Gtk: fixed setting the mouse cursor after changing the active buffer
Robin Haberkorn
2
-2
/
+12
2025-04-18
Gtk: prevent drag-and-drop interaction and block more possibly dangerous touc...
Robin Haberkorn
1
-1
/
+12
2025-04-16
curses: minor cleanup - avoid preprocessor statements
Robin Haberkorn
1
-11
/
+6
2025-04-15
try hard to preserve the vertical scrolling position when auto-scrolling dot
Robin Haberkorn
2
-5
/
+23
2025-04-13
Gtk: do not attempt automatic ANSI key translation for dead keys
Robin Haberkorn
1
-0
/
+5
2025-04-13
fixed error message for nW and nP if it would move the pointer beyond the doc...
Robin Haberkorn
1
-2
/
+2
2025-04-13
Curses: the mouse now scrolls two lines per event in the popup window
Robin Haberkorn
1
-2
/
+2
2025-04-13
PDCurses/Win: more or less fixed mouse support
Robin Haberkorn
1
-6
/
+37
2025-04-13
fixed undoing bitfields on Windows
Robin Haberkorn
15
-182
/
+178
2025-04-10
fixed formatting of the smallest possible integer
Robin Haberkorn
2
-2
/
+3
2025-04-09
fixup: <EI> command can be at-modified as in `@EI/foo/`
Robin Haberkorn
1
-1
/
+2
2025-04-09
tightened rules for specifying modifiers
Robin Haberkorn
4
-49
/
+157
2025-04-08
minor improvements of TECO_DEFINE_STATE_COMMENT() documentation
Robin Haberkorn
1
-2
/
+6
2025-04-08
improved rubbing out commands with modifiers
Robin Haberkorn
2
-57
/
+105
2025-04-04
scroll caret __almost__ always automatically after key presses
Robin Haberkorn
2
-7
/
+10
2025-03-29
^W also rubs out/in `@` and `:` modifiers
Robin Haberkorn
1
-0
/
+15
2025-03-29
added `@W`, `@P`, `@V` and `@Y` command variants
Robin Haberkorn
3
-134
/
+138
2025-03-23
the ES command (send Scintilla message) now supports passing both wParam and ...
Robin Haberkorn
2
-18
/
+44
2025-03-23
refactored Lexilla/Scintillua support: it's now in teco_create_lexer()
Robin Haberkorn
1
-59
/
+80
2025-03-23
the ^W immediate editing command now mimics `Y` more closely and also rubs ou...
Robin Haberkorn
3
-6
/
+28
2025-03-22
added `P` command as a reverse form of `W`
Robin Haberkorn
3
-4
/
+38
2025-03-22
factored out all cursor movement and deletion commands into the new compilati...
Robin Haberkorn
4
-599
/
+676
2025-03-22
harmonized all word-movement and deletion commands: they move/delete until th...
Robin Haberkorn
3
-22
/
+95
[next]