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
/
view.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-03
added --quiet, --stdin and --stdout for easier integration into UNIX pipelines
Robin Haberkorn
1
-0
/
+63
2025-07-18
make some array declarations real constants
Robin Haberkorn
1
-1
/
+1
2025-07-18
fixed minor memory leaks of per-state data in teco_machine_main_t
Robin Haberkorn
1
-1
/
+1
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
1
-21
/
+41
2025-06-01
<nA> and <nQq> now return -1 in case the index n is out of range
Robin Haberkorn
1
-3
/
+6
2025-04-10
fixed formatting of the smallest possible integer
Robin Haberkorn
1
-0
/
+1
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-12-22
fixed lexing (syntax highlighting) of the null-character (^@) in SciTECO code
Robin Haberkorn
1
-1
/
+1
2024-12-17
sped up opening very large UTF-8 files by temporarily disabling the line-char...
Robin Haberkorn
1
-11
/
+33
2024-12-13
fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i...
Robin Haberkorn
1
-2
/
+9
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
1
-0
/
+13
2024-09-28
fixed compilation on most compilers due to goto beyond g_auto() declaration
Robin Haberkorn
1
-3
/
+3
2024-09-28
check the memory limit and allow interruptions when loading files
Robin Haberkorn
1
-5
/
+23
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
1
-8
/
+43
2024-09-09
avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...
Robin Haberkorn
1
-0
/
+40
2024-09-09
Unicode support for the Q-Register commands (refs #5)
Robin Haberkorn
1
-6
/
+94
2024-09-09
Glyph to byte offset mapping is now using the line character index (refs #5)
Robin Haberkorn
1
-0
/
+6
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2023-04-05
default font is now "Monospace" instead of Courier
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-10-13
improved default selection colors and made them configurable via color.tes
Robin Haberkorn
1
-0
/
+3
2021-10-11
optimized character representation setting
Robin Haberkorn
1
-2
/
+8
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-1
/
+3
2021-10-08
fixed hiding savepoint files on Win32
Robin Haberkorn
1
-1
/
+2
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+439