aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/view.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-13updated copyright to 2025Robin Haberkorn1-1/+1
2024-12-22fixed lexing (syntax highlighting) of the null-character (^@) in SciTECO codeRobin Haberkorn1-1/+1
2024-12-17sped up opening very large UTF-8 files by temporarily disabling the line-char...Robin Haberkorn1-11/+33
2024-12-13fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i...Robin Haberkorn1-2/+9
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn1-0/+13
2024-09-28fixed compilation on most compilers due to goto beyond g_auto() declarationRobin Haberkorn1-3/+3
2024-09-28check the memory limit and allow interruptions when loading filesRobin Haberkorn1-5/+23
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-8/+43
2024-09-09avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...Robin Haberkorn1-0/+40
2024-09-09Unicode support for the Q-Register commands (refs #5)Robin Haberkorn1-6/+94
2024-09-09Glyph to byte offset mapping is now using the line character index (refs #5)Robin Haberkorn1-0/+6
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2023-04-05default font is now "Monospace" instead of CourierRobin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-10-13improved default selection colors and made them configurable via color.tesRobin Haberkorn1-0/+3
2021-10-11optimized character representation settingRobin Haberkorn1-2/+8
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-1/+3
2021-10-08fixed hiding savepoint files on Win32Robin Haberkorn1-1/+2
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+439