aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/symbols.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-23the ES command (send Scintilla message) now supports passing both wParam and ...Robin Haberkorn1-15/+41
2025-03-23refactored Lexilla/Scintillua support: it's now in teco_create_lexer()Robin Haberkorn1-59/+80
2025-03-21don't use TECO_DEFINE_UNDO_OBJECT_OWN() for what are essentially scalarsRobin Haberkorn1-5/+6
2025-02-23support mouse interaction with popup windowsRobin Haberkorn1-2/+6
2025-01-13updated copyright to 2025Robin Haberkorn1-1/+1
2024-12-22support external Scintilla lexer libraries and Scintillua in particularRobin Haberkorn1-8/+100
2024-12-13fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i...Robin Haberkorn1-8/+3
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn1-3/+8
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn1-1/+1
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-1/+1
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-14allow disabling Lexilla (Lexer) support by specifying --without-lexillaRobin Haberkorn1-1/+6
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-11-28fixed a number of crashes due to empty string arguments or uninitialized regi...Robin Haberkorn1-2/+3
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-40/+45
2021-06-02renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...Robin Haberkorn1-0/+349