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
14 hours
avoid unnecessary cleanups of recovery files
Robin Haberkorn
2
-18
/
+25
18 hours
fixed left-over recovery files
Robin Haberkorn
2
-4
/
+5
18 hours
teco_string_t is now passed by value like a scalar if the callee isn't expect...
Robin Haberkorn
28
-224
/
+226
18 hours
Curses: use INDIC_SQUIGGLE to render rubbed-out command lines
Robin Haberkorn
3
-5
/
+3
3 days
TECO_DEFINE_STATE() no longer constructs callback names for mandatory callbac...
Robin Haberkorn
26
-227
/
+298
4 days
TECO_DEFINE_STATE_INSERT() no longer generates a done_cb
Robin Haberkorn
3
-20
/
+18
4 days
fixed ^S/^Y for search-replacement commands
Robin Haberkorn
2
-4
/
+26
6 days
fixed clicking the "(Unnamed)" buffer in 0EB popups
Robin Haberkorn
10
-56
/
+93
10 days
fixup: renamed "backups" to "recovery files"
Robin Haberkorn
9
-70
/
+83
12 days
fixup: must not use teco_view_save_to_file() when creating backup/recovery files
Robin Haberkorn
2
-1
/
+23
13 days
implemented backup file mechanism
Robin Haberkorn
8
-22
/
+194
2025-12-14
avoid FILENAME_MAX for allocating on the stack
Robin Haberkorn
1
-5
/
+2
2025-12-11
SciTECO lexer: braces and two-character operators are now actually styled as ...
Robin Haberkorn
4
-11
/
+21
2025-12-09
fixed rub out of file writes to non-existing symlinks
Robin Haberkorn
3
-9
/
+27
2025-11-21
fixed scrolling the command line after clicking in the popup
Robin Haberkorn
4
-23
/
+33
2025-11-19
refactored some lexer configurations to make them more pleasurable to look at
Robin Haberkorn
4
-6
/
+10
2025-11-19
SciTECO lexer: style comma as operator
Robin Haberkorn
1
-1
/
+1
2025-11-18
avoid GNU Make grouped targets and templates to build womanpages
Robin Haberkorn
1
-14
/
+9
2025-11-18
Curses: fixed displaying the popup with multi-line command lines
Robin Haberkorn
2
-4
/
+4
2025-11-13
updated Scinterm: one of my patches has been merged
Robin Haberkorn
1
-0
/
+0
2025-11-12
updated Scintilla: tabs in command lines and SciTECO buffers are now rendered...
Robin Haberkorn
3
-4
/
+1
2025-11-12
updated Scinterm: some of my patches have been merged upstream
Robin Haberkorn
2
-0
/
+1
2025-11-12
Curses: the default rubbed out command line color is COLOR_WHITE now
Robin Haberkorn
1
-3
/
+2
2025-11-12
fixed the command line's line end type: it was reset during command line repl...
Robin Haberkorn
1
-28
/
+26
2025-11-11
Scinterm updated: hopefully fixed Windows builds
Robin Haberkorn
1
-0
/
+0
2025-11-10
Curses: the rubbed out command line is now rendered with underlines again
Robin Haberkorn
2
-1
/
+3
2025-11-10
Scinterm updated to v5.5
Robin Haberkorn
4
-63
/
+95
2025-11-09
Curses: fixed positioning of auto completion popups above the command line
Robin Haberkorn
1
-1
/
+2
2025-11-09
updated Scintilla to v5.5.8 and renamed SC_LINE_END_TYPE_HIDDEN to SC_LINE_EN...
Robin Haberkorn
2
-1
/
+1
2025-11-09
Revert "testsuite: disable testcases with Valgrind only when detecting the fm...
Robin Haberkorn
1
-2
/
+2
2025-11-09
updated sciteco(7), README and TODO: mention the configurable command line
Robin Haberkorn
3
-11
/
+4
2025-11-09
allow configuring the command line height using h,5EJ
Robin Haberkorn
6
-21
/
+51
2025-11-09
the SciTECO lexer now tries to avoid unnecessary restylings by styling from t...
Robin Haberkorn
1
-5
/
+18
2025-11-08
Curses: replaced getmaxyx(stdscr) with LINES and COLS
Robin Haberkorn
1
-19
/
+12
2025-11-08
added ED flag 2048 to redirect Scintilla messages to the command line view: e...
Robin Haberkorn
7
-11
/
+47
2025-11-08
the command line macro is now managed by a Scintilla view
Robin Haberkorn
9
-345
/
+271
2025-11-02
render tabs as "TAB" in the command-line and in SciTECO macros
Robin Haberkorn
3
-3
/
+16
2025-11-02
GTK: use the new SC_LINE_END_TYPE_HIDDEN for rendering the command line
Robin Haberkorn
1
-65
/
+13
2025-10-26
AX_PTRDIFF_ALIASES_INT: the check should be more reliable now
Robin Haberkorn
2
-9
/
+6
2025-10-20
fixup: AX_PTRDIFF_ALIASES_INT should enable -Werror
Robin Haberkorn
1
-0
/
+5
2025-10-20
scintilla: use AX_PTRDIFF_ALIASES_INT to check whether ptrdiff_t aliases int
Robin Haberkorn
3
-0
/
+23
2025-10-09
INSTALL: a `git submodule sync` is recommended after pulling since submodule ...
Robin Haberkorn
1
-0
/
+1
2025-10-08
scintilla: use new version of the ptrdiff_t-compatibility patch
Robin Haberkorn
1
-0
/
+0
2025-10-07
throw an error immediately after nEB if n != 0
Robin Haberkorn
4
-22
/
+29
2025-10-06
20-freebsd14-osx-sciteco: fixed linking against the system's libncurses
Robin Haberkorn
1
-1
/
+1
2025-10-06
./configure: define TE_CHECK_MODULES() which takes static linking into account
Robin Haberkorn
3
-23
/
+27
2025-10-06
AX_WITH_NCURSES: support $CURSES_CFLAGS and $CURSES_LIBS
Robin Haberkorn
2
-96
/
+62
2025-10-06
removed remaining references to Github projects and updated TODO
Robin Haberkorn
4
-12
/
+39
2025-10-04
removed the Github CI workflows: this is now fully replaced by the fmsbw.de F...
Robin Haberkorn
3
-526
/
+0
2025-10-04
10-freebsd14-msys-sciteco: also build Doxygen documentation
Robin Haberkorn
1
-1
/
+4
[next]