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-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
2024-12-13
document the FK...$^SR idiom
Robin Haberkorn
2
-1
/
+3
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
14
-21
/
+329
2024-12-10
fixed compiler warnings when building release builds
Robin Haberkorn
1
-2
/
+2
2024-12-08
fixed rubbing out file open with glob patterns
Robin Haberkorn
1
-5
/
+4
2024-12-08
implemented the ^Q command for converting between line and glyph positions
Robin Haberkorn
1
-0
/
+65
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
8
-68
/
+120
2024-12-04
the <Xq> command now supports the @ modifier for cutting into the register
Robin Haberkorn
4
-9
/
+61
2024-12-04
implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...
Robin Haberkorn
7
-25
/
+219
2024-11-25
fixed operator precedence application (fixup 5597bc72671d0128e6f0dba446c4dc8d...
Robin Haberkorn
1
-6
/
+10
2024-11-25
avoid dynamic stack allocation in teco_expressions_brace_return()
Robin Haberkorn
1
-4
/
+1
2024-11-25
fixed subtle operator precedence bug
Robin Haberkorn
1
-1
/
+1
2024-11-24
added special Q-Register ":" for accessing dot
Robin Haberkorn
4
-0
/
+55
2024-11-24
minor documentation changes: use typographic quotes instead of "
Robin Haberkorn
2
-3
/
+3
2024-11-23
string building: ^c (caret+c) does no longer expand to data garbage for non-c...
Robin Haberkorn
1
-0
/
+9
2024-11-23
disallow setting the radix to values lower than 2
Robin Haberkorn
2
-8
/
+28
2024-11-23
the search mode and current radix are mapped to __local__ Q-Registers ^X and ...
Robin Haberkorn
9
-44
/
+144
[next]