aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
AgeCommit message (Expand)AuthorFilesLines
2025-07-21support <==> and <===> for printing octal and hexadecimal numbersRobin Haberkorn1-0/+1
2025-07-20document bug: you cannot currently use `{` and `}` to insert anything after $...Robin Haberkorn1-0/+2
2025-07-19<EW> now accepts a numeric argument to specify the buffer to saveRobin Haberkorn1-4/+5
2025-07-18<nEL> (set EOL mode) now sets the buffer's dirty flagRobin Haberkorn1-4/+0
2025-07-13implemented <ER> command for reading a file into the current bufferRobin Haberkorn1-3/+1
2025-07-11<EF> supports a numeric buffer id nowRobin Haberkorn1-1/+3
2025-07-04implemented <^B> for returning the current dateRobin Haberkorn1-1/+0
2025-07-03implemented ^E<code> string building constructs for embedding bytes and codep...Robin Haberkorn1-10/+0
2025-06-15require and adapted to PDCurses v4.5.1Robin Haberkorn1-3/+0
2025-06-08^S/^Y calculates the glyph offsets earlierRobin Haberkorn1-1/+0
2025-06-07updated README and TODORobin Haberkorn1-19/+31
2025-05-03updated TODORobin Haberkorn1-1/+43
2025-04-19updated ChangeLog and TODO for v2.4.0 releasev2.4.0Robin Haberkorn1-26/+77
2025-03-29bumped target release to v2.4.0 and updated README and TODORobin Haberkorn1-30/+86
2025-03-03rename sample.teco_ini to fallback.teco_ini and mung it by defaultRobin Haberkorn1-7/+4
2025-03-02GTK: always scroll caret when window size changesRobin Haberkorn1-3/+0
2025-03-02GTK: set the mouse cursor on the Scintilla view to signal business and on the...Robin Haberkorn1-3/+1
2025-02-27implemented ncurses clipboard support via external processesRobin Haberkorn1-5/+0
2025-02-24fixed rubbing out `?` (help) after editing a Q-RegisterRobin Haberkorn1-2/+3
2025-02-23updated TODORobin Haberkorn1-11/+49
2025-01-19support :EF for saving a file before closing itRobin Haberkorn1-1/+0
2025-01-13mention the Alpine package and updated TODORobin Haberkorn1-1/+11
2024-12-30support +line[,column] and filename:line:column syntaxes when opening filesRobin Haberkorn1-8/+0
2024-12-27nightly builds now include 64-bit Windows builds (MINGW64)Robin Haberkorn1-2/+0
2024-12-25prepared v2.3.0 releasev2.3.0Robin Haberkorn1-4/+1
2024-12-24added AX_WITH_CURSES for more robust ncurses checksRobin Haberkorn1-0/+4
2024-12-24introduced true block and EOL commentsRobin Haberkorn1-4/+0
2024-12-23Curses: don't install PNG iconsRobin Haberkorn1-5/+0
2024-12-22updated TODORobin Haberkorn1-17/+26
2024-12-13document the FK...$^SR idiomRobin Haberkorn1-1/+0
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn1-5/+9
2024-12-09prepared v2.2.0 releasev2.2.0Robin Haberkorn1-30/+58
2024-11-24added special Q-Register ":" for accessing dotRobin Haberkorn1-6/+2
2024-11-23the search mode and current radix are mapped to __local__ Q-Registers ^X and ...Robin Haberkorn1-11/+10
2024-11-23implemented search mode flag (^X): allow case-sensitive searches (closes #17)Robin Haberkorn1-4/+1
2024-11-17updated TODO and ChangeLog for v2.1.1 releasev2.1.1Robin Haberkorn1-1/+9
2024-11-11session.tes: store the current tab style (width and hard-tabs); fixed for fil...Robin Haberkorn1-0/+5
2024-11-10Win32: fixed Unicode commandlines with newer MinGW runtimesRobin Haberkorn1-4/+0
2024-11-10updated grosciteco.tes(1): mention new macros, changed command lines and rest...Robin Haberkorn1-0/+4
2024-11-10updated TODORobin Haberkorn1-4/+23
2024-11-05fully support relocatable binaries, improving AppImagesRobin Haberkorn1-5/+0
2024-10-29updated TODORobin Haberkorn1-9/+17
2024-10-28added hidden --fake-cmdline parameter for testing command-line editingRobin Haberkorn1-3/+0
2024-10-21fixed some interruptions of <EC> on Win32Robin Haberkorn1-5/+2
2024-10-19<EC>: perhaps fixed race conditions and problems when creating and terminatin...Robin Haberkorn1-0/+1
2024-10-18updated Scinterm: italic and underline styles are now supported on CursesRobin Haberkorn1-3/+2
2024-10-15updated TODORobin Haberkorn1-43/+91
2024-09-20^W^W and ^V^V can be typed completely with upcarets now and they case fold al...Robin Haberkorn1-5/+0
2024-09-19Ctrl+^ is no longer translated to a single caret in string building (refs #20)Robin Haberkorn1-2/+0
2024-09-19"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commandsRobin Haberkorn1-2/+0