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
2016-11-18
updated .gitignore
Robin Haberkorn
1
-2
/
+7
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
17
-242
/
+366
2016-11-18
standard lib: added getopt.tes for parsing command line options in scripts
Robin Haberkorn
7
-28
/
+93
2016-11-18
improved command line option handling
Robin Haberkorn
13
-49
/
+149
2016-11-18
implemented self-documenting (online) help system
Robin Haberkorn
20
-64
/
+1319
2016-11-16
fixed segfault when munging empty scripts
Robin Haberkorn
1
-3
/
+10
2016-11-01
sciteco(7) man page: revised subsection naming in FLOW CONTROL section
Robin Haberkorn
1
-3
/
+3
2016-11-01
globbing supports character classes now and ^EN string building construct to ...
Robin Haberkorn
9
-50
/
+302
2016-11-01
simplify bootstrap.am and avoid warning about GNU make $(shell) function
Robin Haberkorn
1
-4
/
+8
2016-11-01
updated TODO
Robin Haberkorn
1
-0
/
+42
2016-08-19
added test group for SciTECO's EOL normalisation feature
Robin Haberkorn
5
-0
/
+21
2016-08-19
Integrated clipboard support
Robin Haberkorn
20
-441
/
+1460
2016-08-19
updated README: mention some more design features of SciTECO
Robin Haberkorn
1
-2
/
+16
2016-06-04
added ^E@ string building character
Robin Haberkorn
3
-11
/
+42
2016-04-06
updated Scintilla to v3.6.4 and Scinterm to v1.7
Robin Haberkorn
2
-2
/
+2
2016-04-05
session.tes: save and restore the working directory as part of the session
Robin Haberkorn
1
-3
/
+11
2016-03-25
fixed rubout and reinsertion of the loop end command (>)
Robin Haberkorn
1
-2
/
+11
2016-02-24
EG and EC use $SHELL and $COMSPEC as the default command interpreters now
Robin Haberkorn
3
-17
/
+43
2016-02-19
fixed Objective C++ lexing: it is now handled by cpp.tes
Robin Haberkorn
2
-11
/
+14
2016-02-18
replace custom Gob2 check with GOB2_CHECK() from gob2.m4
Robin Haberkorn
2
-4
/
+60
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-16
distribution helper script: let it be preprocessed/substituted by Autoconf
Robin Haberkorn
3
-24
/
+28
2016-02-16
minor ./distribute fix
Robin Haberkorn
1
-2
/
+2
2016-02-16
fixed function key macros and command reinsertion after ^[
Robin Haberkorn
2
-2
/
+13
2016-02-16
finally added Autotest suite
Robin Haberkorn
7
-9
/
+71
2016-02-16
commented on why $SCITECO_BOOTSTRAP is used in doc/Makefile.am
Robin Haberkorn
1
-0
/
+6
2016-02-16
implemented ^C command
Robin Haberkorn
5
-14
/
+49
2016-02-15
updated sciteco(7): command line termination, aggregating loops etc.
Robin Haberkorn
1
-18
/
+69
2016-02-15
updated TODO
Robin Haberkorn
1
-13
/
+16
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
8
-150
/
+311
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
7
-83
/
+163
2016-02-15
lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGE
Robin Haberkorn
69
-69
/
+69
2016-02-15
fixed segfaults due to missing undo restoration QReg argument variables
Robin Haberkorn
1
-4
/
+4
2016-02-11
minor Doxygen comment fixes
Robin Haberkorn
2
-3
/
+3
2016-02-11
updated Doxyfile: added new source directories; exclude gtkflowbox.c and use ...
Robin Haberkorn
1
-6
/
+6
2016-02-11
updated Doxyfile.in: doxygen -u Doxyfile.in
Robin Haberkorn
1
-913
/
+1424
2016-02-11
pass user/maintainer provided CXXFLAGS to the Scintilla build process
Robin Haberkorn
5
-7
/
+22
2016-02-11
optimized command execution in batch mode, during macro calls, loops etc.
Robin Haberkorn
3
-39
/
+78
2016-02-10
added String::toupper(): minor optimization
Robin Haberkorn
4
-15
/
+27
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
15
-40
/
+80
2016-02-07
Gtk UI: use GtkCanonicalizedLabels and many styling improvements
Robin Haberkorn
4
-34
/
+127
2016-02-07
added GtkCanonicalizedLabel: a label for displaying SciTECO strings
Robin Haberkorn
2
-3
/
+233
2016-02-06
updated TODO
Robin Haberkorn
1
-2
/
+15
2016-02-04
Gtk UI: refactored fallback.css - use one section per UI component
Robin Haberkorn
1
-13
/
+12
2016-02-04
Gtk UI: --no-csd in the main option group now, so it shows up in --help
Robin Haberkorn
1
-1
/
+2
2016-02-04
Gtk UI: fixed segfaults because of unsynchronized ViewGtk destruction
Robin Haberkorn
2
-12
/
+26
2016-02-04
updated Scintilla submodule: fixed threading/deadlocks in Gdk earlier than 3.6
Robin Haberkorn
1
-0
/
+0
2016-02-03
Gtk UI: automatically configure font of the command line
Robin Haberkorn
4
-15
/
+35
[next]