Age | Commit message (Expand) | Author | Files | Lines |
2024-12-13 | implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting | Robin Haberkorn | 1 | -1/+12 |
2024-12-06 | support the ::S anchored search (string comparison) command (and ::FD, ::FR, ... | Robin Haberkorn | 1 | -2/+7 |
2024-12-04 | the <Xq> command now supports the @ modifier for cutting into the register | Robin Haberkorn | 1 | -0/+1 |
2024-11-18 | fixed some common typos: "ie." and "eg.", "ocur" instead of "occur" | Robin Haberkorn | 1 | -3/+3 |
2024-11-06 | fixed the Q-Reg spec machine used for implementing S^EGq$ (match one of chara... | Robin Haberkorn | 1 | -2/+3 |
2024-10-30 | fixed invalid memory access when executing the F< command (but only when jump... | Robin Haberkorn | 1 | -2/+2 |
2024-10-16 | Revert "replaced bool completely with gboolean" | Robin Haberkorn | 1 | -6/+8 |
2024-10-16 | fixup: use teco_machine_t::must_undo instead of trying to identify the curren... | Robin Haberkorn | 1 | -0/+13 |
2024-10-15 | improved support for braces within loops: warn about unclosed braces and allo... | Robin Haberkorn | 1 | -1/+3 |
2024-09-28 | replaced bool completely with gboolean | Robin Haberkorn | 1 | -8/+6 |
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 |