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
/
error.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-12-22
support external Scintilla lexer libraries and Scintillua in particular
Robin Haberkorn
1
-0
/
+9
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
1
-0
/
+8
2024-12-04
implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...
Robin Haberkorn
1
-0
/
+8
2024-10-19
<EC>: perhaps fixed race conditions and problems when creating and terminatin...
Robin Haberkorn
1
-0
/
+10
2024-10-05
Gtk UI: support setting and getting clipboards containing null bytes
Robin Haberkorn
1
-0
/
+1
2024-09-21
syntax errors are reported with "echoed" characters, ie. as purely printable ...
Robin Haberkorn
1
-1
/
+3
2024-09-18
check that local register is not edited at the end of macro calls
Robin Haberkorn
1
-0
/
+9
2024-09-12
teco_string_get_coord() returns character offsets now (refs #5)
Robin Haberkorn
1
-1
/
+5
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-2
/
+2
2024-09-09
implemented Unicode support for rubin/rubout and a number of commands (WIP) (...
Robin Haberkorn
1
-0
/
+8
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-193
/
+123
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
1
-4
/
+5
2016-08-19
Integrated clipboard support
Robin Haberkorn
1
-1
/
+1
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
1
-1
/
+6
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
1
-1
/
+7
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-06-02
throw error when trying to set or append the string part of "*" and appending...
Robin Haberkorn
1
-0
/
+8
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-9
/
+0
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-0
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-12-15
always free glib's GError structures
Robin Haberkorn
1
-2
/
+10
2014-11-21
finally implemented the CLOSE and QUIT hooks
Robin Haberkorn
1
-0
/
+23
2014-11-20
simplified attaching errors to a position in a macro
Robin Haberkorn
1
-0
/
+7
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-0
/
+168