aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/error.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-22support external Scintilla lexer libraries and Scintillua in particularRobin Haberkorn1-0/+9
2024-12-06support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...Robin Haberkorn1-0/+8
2024-12-04implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...Robin Haberkorn1-0/+8
2024-10-19<EC>: perhaps fixed race conditions and problems when creating and terminatin...Robin Haberkorn1-0/+10
2024-10-05Gtk UI: support setting and getting clipboards containing null bytesRobin Haberkorn1-0/+1
2024-09-21syntax errors are reported with "echoed" characters, ie. as purely printable ...Robin Haberkorn1-1/+3
2024-09-18check that local register is not edited at the end of macro callsRobin Haberkorn1-0/+9
2024-09-12teco_string_get_coord() returns character offsets now (refs #5)Robin Haberkorn1-1/+5
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-2/+2
2024-09-09implemented Unicode support for rubin/rubout and a number of commands (WIP) (...Robin Haberkorn1-0/+8
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-193/+123
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn1-4/+5
2016-08-19Integrated clipboard supportRobin Haberkorn1-1/+1
2016-02-15revised looping implementation, aggregating loops, sane $$ semantics, some op...Robin Haberkorn1-1/+6
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn1-1/+7
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-06-02throw error when trying to set or append the string part of "*" and appending...Robin Haberkorn1-0/+8
2015-03-01keep rubbed out command line for later re-insertion and massive Cmdline clean...Robin Haberkorn1-9/+0
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-0/+1
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-12-15always free glib's GError structuresRobin Haberkorn1-2/+10
2014-11-21finally implemented the CLOSE and QUIT hooksRobin Haberkorn1-0/+23
2014-11-20simplified attaching errors to a position in a macroRobin Haberkorn1-0/+7
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-0/+168