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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-23
the ES command (send Scintilla message) now supports passing both wParam and ...
Robin Haberkorn
4
-0
/
+0
2025-03-22
harmonized all word-movement and deletion commands: they move/delete until th...
Robin Haberkorn
2
-3
/
+3
2025-03-12
sciteco lexer: enable 2-char soft tabs by default
Robin Haberkorn
1
-0
/
+4
2025-03-08
Asciidoc, Markdown and Git lexers: enable word wrapping by default
Robin Haberkorn
3
-0
/
+6
2025-03-08
added "email" lexer for writing mails
Robin Haberkorn
2
-1
/
+36
2025-03-01
GTK: improved the RGB values of the 16 default colors
Robin Haberkorn
1
-18
/
+48
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-0
/
+68
2024-12-30
support +line[,column] and filename:line:column syntaxes when opening files
Robin Haberkorn
2
-2
/
+39
2024-12-24
added session.fossil for setting up buffer sessions per Fossil repository
Robin Haberkorn
1
-0
/
+0
2024-12-24
simplified session.svn: no need to mess around with XML
Robin Haberkorn
1
-0
/
+0
2024-12-24
introduced true block and EOL comments
Robin Haberkorn
78
-134
/
+146
2024-12-14
update sciteco.tes: this again highlights commands, but not Q-Register names
Robin Haberkorn
1
-2
/
+2
2024-12-13
fixed lexer.checkheader: restore dot in case of success
Robin Haberkorn
1
-1
/
+1
2024-12-13
fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i...
Robin Haberkorn
1
-1
/
+1
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
2
-1
/
+22
2024-12-08
implemented the ^Q command for converting between line and glyph positions
Robin Haberkorn
2
-7
/
+7
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
5
-4
/
+4
2024-12-04
use the new ^Y, ^S and @Xq commands in tedoc.tes and string.tes
Robin Haberkorn
1
-1
/
+1
2024-11-24
lexer.auto: use case-sensitive searches
Robin Haberkorn
1
-0
/
+0
2024-11-24
added special Q-Register ":" for accessing dot
Robin Haberkorn
2
-9
/
+5
2024-11-11
session.tes: store the current tab style (width and hard-tabs); fixed for fil...
Robin Haberkorn
1
-0
/
+0
2024-10-16
Solarized color scheme: fixed F5 function key macro
Robin Haberkorn
1
-2
/
+2
2024-09-26
Git lexer: added support for TAG_EDITMSG and MERGE_MSG
Robin Haberkorn
1
-0
/
+2
2024-09-17
improved HTML lexer (html.tes)
Robin Haberkorn
1
-3
/
+48
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-31
/
+28
2024-09-09
added an improvised lexer for styling Git commit messages
Robin Haberkorn
2
-1
/
+18
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
1
-0
/
+0
2024-09-09
lexer.checkheader is Unicode-aware now (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-09
implemented <EE> and <^E> commands for configuring encodings and translating ...
Robin Haberkorn
1
-16
/
+16
2024-08-18
added troff/nroff lexer
Robin Haberkorn
3
-2
/
+88
2024-01-28
cursor movement via fnkeys.tes now preserves the column as in most text editors
Robin Haberkorn
1
-27
/
+48
2024-01-20
fnkeys.tes: support zooming via F9/F10
Robin Haberkorn
1
-0
/
+9
2023-04-16
added Asciidoc lexer config
Robin Haberkorn
2
-1
/
+30
2023-04-14
allow disabling Lexilla (Lexer) support by specifying --without-lexilla
Robin Haberkorn
1
-79
/
+83
2022-11-27
added Markdown and YAML lexer configs
Robin Haberkorn
3
-1
/
+53
2022-11-22
scite2co.lua: avoid unnecessary string concatenations with io.write()
Robin Haberkorn
1
-9
/
+9
2022-11-22
scite2co.lua: support generating substyles
Robin Haberkorn
1
-19
/
+48
2022-11-21
improved the C/C++ and Gob lexers
Robin Haberkorn
4
-4
/
+13
2022-11-21
added lexers for Python and Linux Device Trees
Robin Haberkorn
3
-1
/
+96
2021-10-13
improved default selection colors and made them configurable via color.tes
Robin Haberkorn
3
-2
/
+10
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
72
-73
/
+73
2017-11-16
CPP lexer: support *.ino files (Arduino IDE sketches)
Robin Haberkorn
1
-1
/
+2
2016-11-22
womanpage lexer: fixed popup styling
Robin Haberkorn
1
-1
/
+1
2016-11-18
standard lib: added getopt.tes for parsing command line options in scripts
Robin Haberkorn
2
-1
/
+53
2016-11-18
implemented self-documenting (online) help system
Robin Haberkorn
2
-1
/
+29
2016-11-01
globbing supports character classes now and ^EN string building construct to ...
Robin Haberkorn
1
-1
/
+1
2016-04-05
session.tes: save and restore the working directory as part of the session
Robin Haberkorn
1
-3
/
+11
2016-02-19
fixed Objective C++ lexing: it is now handled by cpp.tes
Robin Haberkorn
2
-11
/
+14
2016-02-17
added lexing support for Gob2 (GObject Builder)
Robin Haberkorn
2
-0
/
+37
2016-02-17
The "cpp" lexer configuration has been split into "c.tes" and "cpp.tes"
Robin Haberkorn
3
-23
/
+64
[next]