aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-02-14rewritten string building state machine using a common MicroStateMachine base...Robin Haberkorn2-125/+140
2013-02-11properly support <CTL/Z> suspension as immediate commandRobin Haberkorn1-0/+12
2013-02-11<CTL/U> immediate editing command to rubout current string paramRobin Haberkorn1-0/+9
2013-02-11fixup: word-rubout may rub out nothingRobin Haberkorn1-4/+3
2013-02-11States::is_string() to check whether current state is a string-stateRobin Haberkorn2-7/+14
2013-02-11support <CTRL/W> immediate editing command: depending on context, rub out wor...Robin Haberkorn1-0/+24
2013-02-11support <CNTRL/T> immediate editing command only in string parametersRobin Haberkorn1-31/+32
2013-02-08updated TODORobin Haberkorn1-2/+13
2013-02-08fixed ring.current/QRegisters::current corruptionRobin Haberkorn3-8/+11
2013-02-08updated TODO: implemented "{" and "}" commandsRobin Haberkorn1-1/+0
2013-02-08reverse Execute::step() change: no need to pass parameters by referenceRobin Haberkorn3-6/+4
2013-02-08use special Q-Register $ (<ESC>) to hold the replacement commandlineRobin Haberkorn3-25/+20
2013-02-08delegate commandline replacements ("}") to the cmdline macro levelRobin Haberkorn5-60/+77
2013-02-03first draft of commandline-editing commands ({ and } as in VideoTECO)Robin Haberkorn5-28/+89
2013-02-03Merge branch 'master' of github.com:rhaberkorn/scitecoRobin Haberkorn12-24/+39
2013-02-01perform additional expansions on explicitly-specified Scintilla pathsRobin Haberkorn1-1/+3
2013-02-01fixed buffer Ring initializationRobin Haberkorn10-21/+34
2013-01-31fixed bootstrapping using sciteco-minimal and bootstrap autodetectionRobin Haberkorn2-2/+2
2013-01-29updated TODORobin Haberkorn1-0/+4
2013-01-29fixed backward search-and-kill (e.g. -FK...$)Robin Haberkorn1-9/+19
2013-01-27prevent creating Scintilla UNDO token when FD or FK failsRobin Haberkorn1-14/+22
2013-01-27added lexer configuration (syntax highlighting) for patches, Unix Shell and M...Robin Haberkorn1-1/+73
2013-01-27use actual binary directory for shebang example in manpageRobin Haberkorn2-1/+2
2013-01-27fixed scintilla symbol autocompletionRobin Haberkorn1-3/+3
2013-01-27moved redundant code related to bootstrapping and teco-driven substitutions i...Robin Haberkorn4-36/+21
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