aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2025-07-13implemented <ER> command for reading a file into the current bufferRobin Haberkorn6-27/+89
2025-07-13allow changing the default clipboard by setting the `~` integerRobin Haberkorn5-34/+113
2025-07-13minor documentation fix in parser.cRobin Haberkorn1-1/+1
2025-07-11<EF> supports a numeric buffer id nowRobin Haberkorn3-46/+77
2025-07-04implemented <^B> for returning the current dateRobin Haberkorn1-0/+42
2025-07-03implemented ^E<code> string building constructs for embedding bytes and codep...Robin Haberkorn2-30/+110
2025-07-01GTK: handle (smooth) scrolling with a scroll controllerRobin Haberkorn1-15/+42
2025-06-27fixed ^S/^Y for <Gq> and <EN>Robin Haberkorn2-8/+9
2025-06-27fixed an asterisk in the <EN> manpage entryRobin Haberkorn1-1/+1
2025-06-15PDCurses/Wincon: disable hardware cursor after window resizeRobin Haberkorn1-0/+5
2025-06-15require and adapted to PDCurses v4.5.1Robin Haberkorn1-8/+12
2025-06-15Revert "PDCurses/Win: more or less fixed mouse support"Robin Haberkorn1-37/+6
2025-06-12GTK: fixed scrolling on systems that only support smooth scrollingRobin Haberkorn1-4/+12
2025-06-08^S/^Y calculates the glyph offsets earlierRobin Haberkorn6-29/+62
2025-06-07initialize some variables in teco_state_expectqreg_input() to silence the Cla...Robin Haberkorn1-2/+2
2025-06-07added <FN> as a search-and-replace variant of <N>Robin Haberkorn3-3/+53
2025-06-01<nA> and <nQq> now return -1 in case the index n is out of rangeRobin Haberkorn4-33/+22
2025-05-24<EI> has been repurposed and is the macro file inclusion (indirect file) comm...Robin Haberkorn5-29/+22
2025-05-24new string building construct ^P disables all further string building magicRobin Haberkorn2-23/+25
2025-05-23<^C> is a plain "return" command now, while <^C^C> exits from the programRobin Haberkorn2-97/+180
2025-05-18allow process exit status to be determined by macrosRobin Haberkorn2-5/+18
2025-05-03disallow command-line termination ($$) while editing the command-line replace...Robin Haberkorn1-0/+12
2025-05-03fixed teco_doc_undo_exchange(): use reference counting nowRobin Haberkorn1-1/+3
2025-05-02implemented folding for the SciTECO lexerRobin Haberkorn1-1/+26
2025-05-02auto-expand folds even after mouse eventsRobin Haberkorn3-6/+12
2025-04-27support folding via F1 and clicks in the folding marginRobin Haberkorn2-0/+6
2025-04-19Gtk: fixed setting the mouse cursor after changing the active bufferRobin Haberkorn2-2/+12
2025-04-18Gtk: prevent drag-and-drop interaction and block more possibly dangerous touc...Robin Haberkorn1-1/+12
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-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 Haberkorn15-182/+178
2025-04-10fixed formatting of the smallest possible integerRobin Haberkorn2-2/+3
2025-04-09fixup: <EI> command can be at-modified as in `@EI/foo/`Robin Haberkorn1-1/+2
2025-04-09tightened rules for specifying modifiersRobin Haberkorn4-49/+157
2025-04-08minor improvements of TECO_DEFINE_STATE_COMMENT() documentationRobin Haberkorn1-2/+6
2025-04-08improved rubbing out commands with modifiersRobin Haberkorn2-57/+105
2025-04-04scroll caret __almost__ always automatically after key pressesRobin Haberkorn2-7/+10
2025-03-29^W also rubs out/in `@` and `:` modifiersRobin Haberkorn1-0/+15
2025-03-29added `@W`, `@P`, `@V` and `@Y` command variantsRobin Haberkorn3-134/+138
2025-03-23the ES command (send Scintilla message) now supports passing both wParam and ...Robin Haberkorn2-18/+44
2025-03-23refactored Lexilla/Scintillua support: it's now in teco_create_lexer()Robin Haberkorn1-59/+80
2025-03-23the ^W immediate editing command now mimics `Y` more closely and also rubs ou...Robin Haberkorn3-6/+28
2025-03-22added `P` command as a reverse form of `W`Robin Haberkorn3-4/+38
2025-03-22factored out all cursor movement and deletion commands into the new compilati...Robin Haberkorn4-599/+676
2025-03-22harmonized all word-movement and deletion commands: they move/delete until th...Robin Haberkorn3-22/+95
2025-03-21fixed rubout of Q-Register specificationsRobin Haberkorn4-4/+12