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-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
2025-03-21
fixed rubout of Q-Register specifications
Robin Haberkorn
4
-4
/
+12
2025-03-21
don't use TECO_DEFINE_UNDO_OBJECT_OWN() for what are essentially scalars
Robin Haberkorn
2
-8
/
+14
2025-03-19
fixup cddc9bf83eb5cd2c69626b31ae7373342523b626: errors must be printed before...
Robin Haberkorn
1
-6
/
+4
2025-03-19
fixup cddc9bf83eb5cd2c69626b31ae7373342523b626: avoid g_prefix_error_literal()
Robin Haberkorn
1
-1
/
+1
2025-03-19
fixed leaking data on rubout
Robin Haberkorn
4
-16
/
+26
2025-03-17
fixed leaking partially built string arguments in case of errors
Robin Haberkorn
1
-0
/
+1
2025-03-17
free some global objects even in the error case, in order to appease Valgrind
Robin Haberkorn
1
-14
/
+18
2025-03-17
fixed memory leak when seeing an existing label (exactly the same or redefini...
Robin Haberkorn
1
-17
/
+15
2025-03-16
further improved monochrome terminal support: fixed reverse text on reverse b...
Robin Haberkorn
4
-28
/
+72
2025-03-15
Curses: use special ellipsis symbol instead of "..." when truncating strings
Robin Haberkorn
3
-15
/
+38
2025-03-13
updated Scinterm: my monochrome patch was merged only with some modifications
Robin Haberkorn
1
-7
/
+11
2025-03-13
rewrote <W> command on the same basis as <V> and <Y>
Robin Haberkorn
1
-61
/
+57
2025-03-08
added "email" lexer for writing mails
Robin Haberkorn
1
-0
/
+1
2025-03-08
fixed the `Y` command: no longer delete any characters after dot
Robin Haberkorn
1
-31
/
+23
2025-03-07
ncurses: support monochrome terminals
Robin Haberkorn
1
-11
/
+26
2025-03-03
rename sample.teco_ini to fallback.teco_ini and mung it by default
Robin Haberkorn
1
-2
/
+24
2025-03-02
refactored GTK implementation of teco_view_t into its own file
Robin Haberkorn
3
-96
/
+127
2025-03-02
GTK: always scroll caret when window size changes
Robin Haberkorn
1
-47
/
+59
2025-03-02
GTK: set the mouse cursor on the Scintilla view to signal business and on the...
Robin Haberkorn
2
-0
/
+60
2025-03-01
fixed clicking the file completion popup in ~/
Robin Haberkorn
2
-1
/
+5
2025-02-27
implemented ncurses clipboard support via external processes
Robin Haberkorn
1
-39
/
+210
2025-02-27
EC/EG command: check for null-bytes in $COMSPEC/$SHELL
Robin Haberkorn
1
-6
/
+10
2025-02-24
fixed rubbing out `?` (help) after editing a Q-Register
Robin Haberkorn
1
-2
/
+2
2025-02-24
Gtk: fixed MOUSE macro invocation when detecting double/triple clicks
Robin Haberkorn
1
-1
/
+5
2025-02-24
Curses: fixed flickering when scrolling through the auto-completion popup (or...
Robin Haberkorn
2
-8
/
+14
2025-02-24
Curses: avoid completing filenames when clicking the upper border of the popu...
Robin Haberkorn
1
-0
/
+4
2025-02-23
support mouse interaction with popup windows
Robin Haberkorn
20
-55
/
+431
2025-02-16
only scroll the caret if dot changes
Robin Haberkorn
2
-15
/
+28
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
6
-61
/
+354
2025-02-15
redefining labels is a warning now
Robin Haberkorn
3
-63
/
+80
2025-01-19
support :EF for saving a file before closing it
Robin Haberkorn
3
-45
/
+60
2025-01-19
file and directory auto completions can now be case-insensitive
Robin Haberkorn
1
-7
/
+69
2025-01-13
updated copyright to 2025
Robin Haberkorn
65
-65
/
+65
2024-12-30
support +line[,column] and filename:line:column syntaxes when opening files
Robin Haberkorn
1
-12
/
+33
2024-12-28
avoid some compiler warnings
Robin Haberkorn
2
-3
/
+3
2024-12-24
introduced true block and EOL comments
Robin Haberkorn
2
-26
/
+85
2024-12-22
Curses: fixed inserting null-byte (^@) by pressing Ctrl+@
Robin Haberkorn
1
-3
/
+3
2024-12-22
fixed lexing (syntax highlighting) of the null-character (^@) in SciTECO code
Robin Haberkorn
3
-4
/
+8
2024-12-22
fixed indention in interface-curses/interface.c
Robin Haberkorn
1
-9
/
+9
2024-12-22
fixed crashes while setting special Q-Registers with EU (string-building char...
Robin Haberkorn
2
-7
/
+8
2024-12-22
support external Scintilla lexer libraries and Scintillua in particular
Robin Haberkorn
2
-8
/
+109
2024-12-17
sped up opening very large UTF-8 files by temporarily disabling the line-char...
Robin Haberkorn
1
-11
/
+33
2024-12-14
fixed ^Y after FK...$: take the deleted text into account
Robin Haberkorn
1
-2
/
+8
2024-12-13
SciTECO lexing: fixed styling of commands after dollar or escape (when used a...
Robin Haberkorn
1
-1
/
+2
2024-12-13
fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i...
Robin Haberkorn
2
-10
/
+12
[next]