aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-01-27moved manpage to doc/ subdirRobin Haberkorn5-7/+23
2013-01-27revised lexer configuration using SciTE property files and Textadept's termin...Robin Haberkorn5-100/+108
2013-01-23updated sciteco(1) manpage: document --eval optionRobin Haberkorn1-0/+9
2013-01-23generate manpage sciteco(1) using a TECO macro included in the MakefileRobin Haberkorn3-12/+30
2013-01-23added --eval commandline option allowing code to be executed on the commandlineRobin Haberkorn1-1/+19
2013-01-23distribute new cmdline.hRobin Haberkorn1-1/+1
2013-01-23cleaned up QRegister state interface (can pass register by reference)Robin Haberkorn4-60/+57
2013-01-23moved StateExpectQReg from parser.h to qregisters.hRobin Haberkorn5-50/+48
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn8-6/+77
2013-01-22fixed: macro program counter is fixed after error occurred while executing co...Robin Haberkorn2-2/+4
2013-01-22This reverts commit 821c61e9967e62fd81038e4b879c5452bffe2dfb.Robin Haberkorn1-9/+30
2013-01-21improved reading files by using memory-mappingRobin Haberkorn1-6/+9
2013-01-21fixed: preserve access mode and ownership (if possible) of file when savingRobin Haberkorn2-20/+113
2013-01-20minor manpage fixes and README updatedRobin Haberkorn2-8/+16
2013-01-20added manpage highlighting program invocation and batch modeRobin Haberkorn5-3/+173
2013-01-20fixed search-replace commands if search fails (do not insert then)Robin Haberkorn3-7/+64
2013-01-20added patch enabling TECO-style (^X) control code echoing in ScintillaRobin Haberkorn4-2/+34
2013-01-19added TODO listRobin Haberkorn3-0/+33
2013-01-19support only Scinterm >= v1.1 (contains SCI_COLOR_PAIR macro and indirectly f...Robin Haberkorn2-6/+1
2013-01-19updated copyright (2012-2013)Robin Haberkorn26-26/+26
2013-01-19allow <CTRL/C> to be typed; aborts last typed charRobin Haberkorn5-2/+42
2012-12-05windows compatibility changesRobin Haberkorn5-31/+22
2012-12-04added copyright notice to every source fileRobin Haberkorn26-0/+442
2012-12-04updated README (autoconf-based build system)Robin Haberkorn1-4/+7
2012-12-04bootstrapping of build process using preinstalled scitecoRobin Haberkorn2-5/+24
2012-12-04additional minor changes: distribution building now possibleRobin Haberkorn4-13/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn26-182/+1385
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn28-0/+0
2012-12-04refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buf...Robin Haberkorn12-739/+796
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