aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-12-04search-kill command (FK)Robin Haberkorn3-0/+32
2012-12-04search-delete command (FD)Robin Haberkorn3-6/+27
2012-12-04search-replace command with default replacement string (FR)Robin Haberkorn4-9/+55
2012-12-04search and replace command (FS)Robin Haberkorn4-14/+70
2012-12-03refactored search command (states): they are now in a separate search.cpp fileRobin Haberkorn6-502/+529
2012-12-03first draft of N command based on SRobin Haberkorn2-59/+178
2012-12-03fixed rubout of last-buffer-in-ring close: avoid premature closing of the unt...Robin Haberkorn1-2/+0
2012-12-03organize buffer ring as a tail-q (double-linked list with tail pointer)Robin Haberkorn2-36/+51
2012-12-02support Q* (return current buffer's Id) and edit-by-id using <n>EB$Robin Haberkorn3-4/+89
2012-11-25fixed range interpretation for search command: had to be given in the wrong o...Robin Haberkorn1-2/+9
2012-11-25NCURSES: fixed popup lines calculationRobin Haberkorn1-4/+9
2012-11-24GTK: display "..." at end of info popup if it wouldn't fit on the screenRobin Haberkorn1-0/+14
2012-11-24do not try to complete string argument if it is in "{" modeRobin Haberkorn1-1/+2
2012-11-24NCURSES: ensure that info popup is not too large for screenRobin Haberkorn1-3/+15
2012-11-24support auto-completion of symbols in the scintilla command (ES)Robin Haberkorn8-38/+108
2012-11-24cache GLists corresponding to symbol listsRobin Haberkorn2-5/+12
2012-11-24fixed command line terminationRobin Haberkorn2-2/+18
2012-11-24NCURSES is the default interface nowRobin Haberkorn1-1/+1
2012-11-24allow symbolic names (symbols) being specified for the scintilla (ES) commandRobin Haberkorn7-75/+172
2012-11-23system for looking up static symbolsRobin Haberkorn5-5/+173
2012-11-23fixed ENTER processing on PDCurses: we get ENTER as a carriage returnRobin Haberkorn1-0/+1
2012-11-22fix current working directory on WindowsRobin Haberkorn1-0/+17
2012-11-22updated README: Windows now supportedRobin Haberkorn1-1/+7
2012-11-22support PDCurses/Win32ARobin Haberkorn2-21/+55
2012-11-22make sure the NULL filename is handled properly on WindowsRobin Haberkorn1-2/+2
2012-11-22support PDCurses user-resizing of the terminalRobin Haberkorn1-0/+5
2012-11-22ignore *.exe filesRobin Haberkorn1-0/+1
2012-11-22Windows compile fixesRobin Haberkorn1-6/+29
2012-11-22under Windows, look for profile in current directoryRobin Haberkorn1-8/+34
2012-11-22Windows (MinGW32) compatibility changesRobin Haberkorn2-7/+35
2012-11-22PDCurses compatibility changesRobin Haberkorn2-3/+11
2012-11-22add BSD headers for MinGW32Robin Haberkorn3-0/+1472
2012-11-21support "\" and <n>\ commands to insert and read integers in the current radi...Robin Haberkorn2-0/+68
2012-11-21GTK interface: show window only before going into event loop (so it is not di...Robin Haberkorn2-1/+1
2012-11-21fixed QRegister::set_string() for macro-local Q-RegistersRobin Haberkorn1-1/+3
2012-11-21Gq command to insert Q-Register at current DOTRobin Haberkorn3-0/+30
2012-11-21<n>A command to get ASCII code from buffer (at position DOT+n)Robin Haberkorn1-0/+9
2012-11-20support :X commandRobin Haberkorn2-2/+31
2012-11-20on UNIX, look for teco.ini in HOME directory instead of the system's config d...Robin Haberkorn2-5/+11
2012-11-20mention new teco.ini features in READMERobin Haberkorn1-2/+3
2012-11-20enable linenumbers and folding marks in profileRobin Haberkorn1-2/+5
2012-11-20some reasonable syntax highlighting defaults for C++ and MakeRobin Haberkorn1-8/+42
2012-11-20fixed rubout of macro invocations: goto tables and q-registers are allocated ...Robin Haberkorn4-36/+80
2012-11-20CHR2STR() macro for common case of constructing an anonymous string on the st...Robin Haberkorn1-1/+3
2012-11-20some minor simplifications of the goto codeRobin Haberkorn1-11/+5
2012-11-20cleanup macro execution functions: common namespace, Execute::file() uses Exe...Robin Haberkorn6-94/+86
2012-11-20local Q-Register tables; :M commandRobin Haberkorn6-110/+201
2012-11-20undo.push_var() and undo.push_str() return references so calls can be used as...Robin Haberkorn1-6/+8
2012-11-20errors when label cannot be found at end of macro invocationRobin Haberkorn3-0/+17
2012-11-20goto table cleanupRobin Haberkorn6-28/+28