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
/
src
/
parser.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
remaining types of program counters changed to gsize/gssize
Robin Haberkorn
1
-2
/
+3
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-19
/
+11
2024-09-12
teco_string_get_coord() returns character offsets now (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-15
/
+15
2024-09-09
Gtk: ignore the keyboard layout whereever possible (refs #5)
Robin Haberkorn
1
-1
/
+11
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
1
-3
/
+9
2024-02-06
use bool instead of guint for 1-bit fields
Robin Haberkorn
1
-6
/
+8
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2024-01-20
fixed Clang warnings about one-bit-wide boolean integers (-Wsingle-bit-bitfie...
Robin Haberkorn
1
-6
/
+6
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-1
/
+0
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-373
/
+472
2018-06-11
improved Emscripten support: fixed configure-checks, generate *.js and detect...
Robin Haberkorn
1
-7
/
+1
2017-03-25
0,8ED: Automatic case-folding of commands
Robin Haberkorn
1
-6
/
+18
2017-03-08
fixup to 89224899: fixed function key macros after $ and the rubout-command e...
Robin Haberkorn
1
-0
/
+19
2017-03-07
refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...
Robin Haberkorn
1
-41
/
+65
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-30
allow dollar sign as another variant of ^[ (discard all arguments or return)
Robin Haberkorn
1
-0
/
+15
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
1
-9
/
+3
2016-11-20
auto-completion of Q-Register names, goto labels and help topics
Robin Haberkorn
1
-5
/
+11
2016-02-16
fixed function key macros and command reinsertion after ^[
Robin Haberkorn
1
-0
/
+11
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
1
-0
/
+20
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
1
-0
/
+9
2016-02-11
optimized command execution in batch mode, during macro calls, loops etc.
Robin Haberkorn
1
-1
/
+14
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-06-29
MicroStateMachine::input() returns whether a result was set now
Robin Haberkorn
1
-2
/
+2
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
1
-1
/
+7
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
1
-0
/
+46
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-3
/
+2
2015-02-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
1
-1
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2015-02-11
implemented support for different indention styles
Robin Haberkorn
1
-0
/
+12
2014-11-22
added EI as non-string-building variant of I
Robin Haberkorn
1
-1
/
+6
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-189
/
+2
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-09
revised U command: fail if no argument is provided
Robin Haberkorn
1
-0
/
+8
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
added State::StdError class for constructing errors from std::exception objects
Robin Haberkorn
1
-0
/
+11
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
1
-0
/
+6
2014-02-15
fixed Execute::macro() and Execute::file() exceptions
Robin Haberkorn
1
-4
/
+40
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-20
/
+20
2014-02-15
String::get_coord() calculates line and column of a string position
Robin Haberkorn
1
-11
/
+10
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
1
-3
/
+80
2014-02-15
added EMCurses/Emscripten support
Robin Haberkorn
1
-1
/
+7
2013-03-19
avoid delete-non-virtual-dtor warning on g++ 4.7
Robin Haberkorn
1
-0
/
+1
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
1
-4
/
+4
2013-03-18
declare State::Error::Error() as printf-like
Robin Haberkorn
1
-1
/
+1
2013-03-16
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
1
-0
/
+12
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-5
/
+5
[next]