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
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
2016-02-17
simplified "lexer.test..." macros using the $$ return command
Robin Haberkorn
43
-194
/
+194
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
2
-6
/
+5
2016-02-15
lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGE
Robin Haberkorn
69
-69
/
+69
2016-02-03
Gtk UI: automatically configure font of the command line
Robin Haberkorn
1
-0
/
+4
2015-07-21
fixed scite2co.lua: use SCI_SETLEXERLANGUAGE instead of SCI_SETLEXER
Robin Haberkorn
70
-70
/
+74
2015-07-15
changed default popup background color and color schemes
Robin Haberkorn
2
-3
/
+3
2015-07-14
added port of the Solarized color scheme
Robin Haberkorn
2
-1
/
+140
2015-07-14
fixed default colors in color.tes and style Q-Register view
Robin Haberkorn
3
-32
/
+68
2015-06-29
<:Q> returns -1 for non-existent registers now
Robin Haberkorn
1
-2
/
+2
2015-06-27
enable function key macros automatically when sourcing fnkeys.tes
Robin Haberkorn
1
-0
/
+3
2015-06-24
added "^FCLOSE" function key macro and defined SIGTERM behaviour
Robin Haberkorn
1
-0
/
+3
2015-06-11
fixed lexer configuration for the unnamed buffer
Robin Haberkorn
1
-0
/
+1
2015-05-25
extended <EN> command and used it to optimize "lexer.test..." macros
Robin Haberkorn
72
-246
/
+333
2015-03-24
added new lexer configs auto-generated by scite2co.lua
Robin Haberkorn
63
-5
/
+3190
2015-03-24
reformatted existing lexer definitions
Robin Haberkorn
8
-147
/
+113
2015-03-24
added scite2co.lua: a script for generating SciTECO lexer definitions from Sc...
Robin Haberkorn
2
-0
/
+173
2015-03-16
implemented function key masking (context-sensitive function key macros)
Robin Haberkorn
1
-2
/
+18
2015-03-02
used file lists instead of wildcards in lib/Makefile.am
Robin Haberkorn
1
-4
/
+13
2015-03-02
added function key macro for Shift+DEL: Acts as a "reverse" rubout
Robin Haberkorn
1
-0
/
+4
2015-02-18
added session.hg and session.vcs macros
Robin Haberkorn
1
-0
/
+19
2015-02-17
added session.svn macro to set up a session profile in the current Subversion...
Robin Haberkorn
1
-2
/
+16
2014-11-24
allow disabling of buffer sessions. in sample.teco_ini, disable sessions auto...
Robin Haberkorn
1
-3
/
+6
2014-11-24
fixed standard library installation
Robin Haberkorn
1
-1
/
+4
2014-11-24
introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...
Robin Haberkorn
1
-1
/
+1
[next]