aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-04-19Gtk: fixed setting the mouse cursor after changing the active bufferRobin Haberkorn2-2/+12
2025-04-18scite2co: look up file patterns from filter.<lang> properties instead of file...Robin Haberkorn1-1/+1
2025-04-18added CSS lexer configurationRobin Haberkorn3-1/+77
2025-04-18Gtk/win32: fixed fonts and therefore pango warnings on startup (closes #7)Robin Haberkorn4-8/+14
2025-04-18Gtk: prevent drag-and-drop interaction and block more possibly dangerous touc...Robin Haberkorn1-1/+12
2025-04-17nightlies: install fuse for running AppImagesRobin Haberkorn1-0/+1
2025-04-16CI/Nightly builds: Ubuntu 20.04 runners have been disabledRobin Haberkorn4-9/+9
2025-04-16curses: minor cleanup - avoid preprocessor statementsRobin Haberkorn1-11/+6
2025-04-15try hard to preserve the vertical scrolling position when auto-scrolling dotRobin Haberkorn2-5/+23
2025-04-14sciteco(1): added EXAMPLES sectionRobin Haberkorn1-0/+49
2025-04-13Gtk: do not attempt automatic ANSI key translation for dead keysRobin Haberkorn1-0/+5
2025-04-13fixed error message for nW and nP if it would move the pointer beyond the doc...Robin Haberkorn1-2/+2
2025-04-13Curses: the mouse now scrolls two lines per event in the popup windowRobin Haberkorn1-2/+2
2025-04-13PDCurses/Win: more or less fixed mouse supportRobin Haberkorn1-6/+37
2025-04-13fixed undoing bitfields on WindowsRobin Haberkorn16-182/+184
2025-04-12freebsd port: synced with upstream port sourcesRobin Haberkorn1-1/+1
2025-04-10testsuite: check whether comparisons for equality really work with the `a-b"=...Robin Haberkorn2-12/+27
2025-04-10fixed formatting of the smallest possible integerRobin Haberkorn4-2/+19
2025-04-09fnkeys.tes: mouse scrolling scrolls 2 lines by default and left clicks update...Robin Haberkorn1-3/+6
2025-04-09added SQL lexer configurationRobin Haberkorn3-1/+73
2025-04-09fixup: <EI> command can be at-modified as in `@EI/foo/`Robin Haberkorn1-1/+2
2025-04-09tightened rules for specifying modifiersRobin Haberkorn6-59/+170
2025-04-08minor improvements of TECO_DEFINE_STATE_COMMENT() documentationRobin Haberkorn1-2/+6
2025-04-08improved rubbing out commands with modifiersRobin Haberkorn5-63/+142
2025-04-04avoid legacy implict rules in doc/Makefile.am: should fix clean buildsRobin Haberkorn1-3/+2
2025-04-04scroll caret __almost__ always automatically after key pressesRobin Haberkorn4-9/+16
2025-04-03the tutorial is now built along with all other HTML documents if --enable-htm...Robin Haberkorn7-22/+34
2025-04-03tutorial: fixed excess space after example display blocks in some versions of...Robin Haberkorn1-0/+6
2025-04-03improved the "asm" (x86 assembly) lexerRobin Haberkorn1-1/+9
2025-04-01updated Scinterm to v5.4: Only show scroll bars when they can be scrolledRobin Haberkorn1-0/+0
2025-03-31FreeBSD port: ship email lexer and tutorialRobin Haberkorn1-2/+5
2025-03-31the git, sciteco and email lexer configurations are now installed even --with...Robin Haberkorn1-5/+5
2025-03-31fixup: `make clean` removes tutorial.ms nowRobin Haberkorn1-6/+5
2025-03-31grosciteco: added the `oq` and `cq` glyphsRobin Haberkorn1-0/+2
2025-03-31fixup: actually distribute the new tutorial.ms.in fileRobin Haberkorn1-14/+7
2025-03-31fixup: fixed Ubuntu nightly buildsRobin Haberkorn1-1/+1
2025-03-31added tutorial document, which is automatically loaded on the first invocationRobin Haberkorn5-1/+329
2025-03-31opener.tes: fixed opening filename:line if filename has trailing digitsRobin Haberkorn1-3/+4
2025-03-29added v2.4.0 screenshot: VT240 emulationRobin Haberkorn1-0/+4
2025-03-29bumped target release to v2.4.0 and updated README and TODORobin Haberkorn4-32/+96
2025-03-29^W also rubs out/in `@` and `:` modifiersRobin Haberkorn2-0/+18
2025-03-29added `@W`, `@P`, `@V` and `@Y` command variantsRobin Haberkorn5-140/+144
2025-03-23grosciteco: fixed topic collectionRobin Haberkorn1-1/+1
2025-03-23the ES command (send Scintilla message) now supports passing both wParam and ...Robin Haberkorn6-18/+44
2025-03-23refactored Lexilla/Scintillua support: it's now in teco_create_lexer()Robin Haberkorn1-59/+80
2025-03-23sciteco(7): fixed formatting of some tablesRobin Haberkorn1-4/+4
2025-03-23the ^W immediate editing command now mimics `Y` more closely and also rubs ou...Robin Haberkorn4-11/+31
2025-03-22build nightlies on Ubuntu 24.04 as wellRobin Haberkorn2-2/+2
2025-03-22added `P` command as a reverse form of `W`Robin Haberkorn5-9/+49
2025-03-22factored out all cursor movement and deletion commands into the new compilati...Robin Haberkorn4-599/+676