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
2024-09-17
improved HTML lexer (html.tes)
Robin Haberkorn
1
-3
/
+48
2024-09-16
updated TODO
Robin Haberkorn
1
-28
/
+55
2024-09-16
updated lists of external links in sciteco(1) and sciteco(7)
Robin Haberkorn
5
-25
/
+11
2024-09-16
Curses: added support for cool Unicode icons (refs #5)
Robin Haberkorn
9
-14
/
+473
2024-09-16
fixed rubout of empty forward kill (FK)
Robin Haberkorn
1
-7
/
+12
2024-09-16
minor search optimization: use SCI_GETRANGEPOINTER
Robin Haberkorn
1
-4
/
+4
2024-09-16
test suite: enable the recursion overflow test case everywhere
Robin Haberkorn
2
-3
/
+6
2024-09-15
FreeBSD package: add the git.tes lexer config
Robin Haberkorn
1
-0
/
+1
2024-09-13
updated Scintilla to v5.5.2, Scinterm to v5.1 and Lexilla to HEAD
Robin Haberkorn
4
-1
/
+1
2024-09-13
remaining types of program counters changed to gsize/gssize
Robin Haberkorn
7
-26
/
+30
2024-09-13
fixup abb5d23eba21a2aafda0346c0c5dd845561b2aa2: commandline glitches after er...
Robin Haberkorn
1
-2
/
+2
2024-09-13
fixed up 68578072bfaf6054a96bb6bcedfccb6e56a508fe: negative numbers weren't p...
Robin Haberkorn
1
-1
/
+1
2024-09-12
updated README: mention new key macro feature
Robin Haberkorn
1
-1
/
+2
2024-09-12
update TODO
Robin Haberkorn
1
-23
/
+18
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
10
-288
/
+380
2024-09-12
teco_string_get_coord() returns character offsets now (refs #5)
Robin Haberkorn
8
-16
/
+21
2024-09-11
updated README: mention that the language itself is Unicode-aware
Robin Haberkorn
1
-0
/
+3
2024-09-11
updated TODO
Robin Haberkorn
1
-11
/
+19
2024-09-11
improved file name autocompletion
Robin Haberkorn
5
-7
/
+74
2024-09-11
fixed searches in single-byte encoded documents
Robin Haberkorn
4
-36
/
+59
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
29
-202
/
+325
2024-09-10
fixed win32 CI and nightly builds (refs #5)
Robin Haberkorn
3
-8
/
+19
2024-09-10
win32: fixed opening and saving UTF-8 filenames (refs #5)
Robin Haberkorn
1
-5
/
+15
2024-09-10
win32: convert command line to UTF-8 (refs #5)
Robin Haberkorn
2
-17
/
+31
2024-09-10
fixed Mac OS nightly builds by installing an up-to-date Groff
Robin Haberkorn
1
-1
/
+2
2024-09-09
try a different value for LC_ALL on Mac OS to accept UTF-8 command lines (ref...
Robin Haberkorn
1
-2
/
+1
2024-09-09
testsuite: try different locale on Mac OS (refs #5)
Robin Haberkorn
1
-1
/
+9
2024-09-09
updated TODO
Robin Haberkorn
1
-10
/
+48
2024-09-09
disable unused Scintilla features at build time
Robin Haberkorn
1
-1
/
+3
2024-09-09
define G_DISABLE_ASSERT unless --enable-debug is specified
Robin Haberkorn
2
-1
/
+5
2024-09-09
sample.teco_ini: fixed opening files with glob characters in their names
Robin Haberkorn
1
-1
/
+1
2024-09-09
grosciteco.tes manpage: fixed formatting of list of troff macros
Robin Haberkorn
1
-1
/
+0
2024-09-09
added an improvised lexer for styling Git commit messages
Robin Haberkorn
2
-1
/
+18
2024-09-09
<f,tXq>: fixed for very large character ranges
Robin Haberkorn
1
-3
/
+7
2024-09-09
symbols-extract.tes works in 8-bit mode now (refs #5)
Robin Haberkorn
2
-3
/
+3
2024-09-09
improved 8-bit cleanliness test cases and added Unicode test cases (refs #5)
Robin Haberkorn
2
-5
/
+27
2024-09-09
teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...
Robin Haberkorn
5
-26
/
+26
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
17
-107
/
+158
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
15
-112
/
+177
2024-09-09
n^Uq now checks the input codepoints for validity (refs #5)
Robin Haberkorn
1
-1
/
+5
2024-09-09
updated README and sciteco(7) with information about Unicode support (refs #5)
Robin Haberkorn
2
-10
/
+32
2024-09-09
Gtk: ignore the keyboard layout whereever possible (refs #5)
Robin Haberkorn
2
-23
/
+89
2024-09-09
leave some comments on what to do when converting the parser to Unicode (refs...
Robin Haberkorn
2
-1
/
+21
2024-09-09
search patterns are now expected to be in UTF-8 and the document's encoding i...
Robin Haberkorn
1
-21
/
+31
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
11
-16
/
+104
2024-09-09
<I> command evaluates input codepoints (refs #5)
Robin Haberkorn
1
-10
/
+18
2024-09-09
conditionals now check for Unicode codepoints (refs #5)
Robin Haberkorn
2
-13
/
+13
2024-09-09
glob patterns fully support Unicode now (refs #5)
Robin Haberkorn
1
-13
/
+16
2024-09-09
:EL can be used to perform codepage conversions now (refs #5)
Robin Haberkorn
2
-35
/
+231
2024-09-09
lexer.checkheader is Unicode-aware now (refs #5)
Robin Haberkorn
1
-1
/
+1
[prev]
[next]