aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-11-15changed save point file pattern to .teco-xxx-dddRobin Haberkorn2-2/+2
2012-11-15replaced remaining editor_msg() references with new Interface::ssm()Robin Haberkorn1-10/+11
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn11-307/+452
2012-11-15let Git ignore save point filesRobin Haberkorn1-0/+2
2012-11-15simplified popup type to gtk type mappingRobin Haberkorn1-11/+7
2012-11-14minor comment fixRobin Haberkorn1-1/+1
2012-11-14default teco ini fileRobin Haberkorn1-0/+5
2012-11-14error checking and colon modifier support for lots of commandsRobin Haberkorn3-45/+165
2012-11-14expressions.find_op(), can be used test whether we are in a loop (although th...Robin Haberkorn2-0/+14
2012-11-14simplified move_lines() a bitRobin Haberkorn1-2/+1
2012-11-14support rubout for EW command: if in undo mode, a save point is created so th...Robin Haberkorn2-15/+133
2012-11-13EF command to close a bufferRobin Haberkorn3-4/+54
2012-11-13<n>W, <n>V, <n>Y commandsRobin Haberkorn2-0/+57
2012-11-13support differen EOL modesRobin Haberkorn1-8/+17
2012-11-13minor simplificationRobin Haberkorn1-1/+1
2012-11-13when autocompleting, highlight files that are already in the bufferRobin Haberkorn1-4/+10
2012-11-13try to canonicalize paths to non-existent filesRobin Haberkorn2-9/+25
2012-11-13added EW...$ commandRobin Haberkorn4-22/+113
2012-11-13reset dot on search failureRobin Haberkorn1-5/+6
2012-11-13support :S...$ commandRobin Haberkorn1-0/+3
2012-11-13added support for string match characters (match spec to regexp compiler)Robin Haberkorn4-5/+254
2012-11-13fixed undoing of setting Q-Register stringRobin Haberkorn3-7/+20
2012-11-13Search command: use clever circular stack for the last (-n) matches for n < 0...Robin Haberkorn1-11/+9
2012-11-13when doing a reverse search, allocate array of matches (since it can currentl...Robin Haberkorn1-1/+3
2012-11-13<x[,y]>S...$ command (only regexp searching at the moment)Robin Haberkorn4-3/+153
2012-11-12distinguish between GOTO, LOOP and CONDITIONAL parse-only modes: fixes loop b...Robin Haberkorn3-18/+28
2012-11-12allow munged macros to quit and echo messages on stdout/stderrRobin Haberkorn1-2/+21
2012-11-12fix: process @ modifier in PARSE_ONLY mode; fixes alternate string escapes in...Robin Haberkorn1-1/+4
2012-11-12various arithmetic expression fixes: SUB must have higher precedence than ADD...Robin Haberkorn3-11/+11
2012-11-11<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...Robin Haberkorn5-1/+130
2012-11-11automatic support for string building charactersRobin Haberkorn2-10/+135
2012-11-11fixed positioning after changing the current bufferRobin Haberkorn1-17/+28
2012-11-11added <n>O...$ GOTO commandRobin Haberkorn3-2/+40
2012-11-11implemented conditionals (<n>"x...|...')Robin Haberkorn2-0/+91
2012-11-11implemented F<, F>, F' and F| (flow) commandsRobin Haberkorn3-4/+93
2012-11-11support for Qx, Ux, %x and Mx commandsRobin Haberkorn3-11/+129
2012-11-11DEBUG support for printing state change undo tokensRobin Haberkorn1-0/+8
2012-11-11use DEBUG macroRobin Haberkorn1-0/+2
2012-11-11^Ux...$ command: rubout does not yet work properlyRobin Haberkorn3-13/+75
2012-11-11support EQx<filename>$ command: load filename into Q register without changin...Robin Haberkorn3-12/+60
2012-11-11Q-Register table and EQx commandRobin Haberkorn6-6/+188
2012-11-11dump goto table only in DEBUG modeRobin Haberkorn1-0/+6
2012-11-11RBTree class (wrapper around BSD macros) - use for Goto tableRobin Haberkorn4-37/+298
2012-11-10use namespace "States" instead of "states" structureRobin Haberkorn7-41/+60
2012-11-10use namespace for Modifiers instead of structureRobin Haberkorn1-14/+14
2012-11-10support 0EB...$ commandRobin Haberkorn2-2/+35
2012-11-10ensure that string argument done() handlers never get a NULL pointerRobin Haberkorn1-1/+1
2012-11-10support filename highlighting in GtkInfoPopupRobin Haberkorn2-3/+16
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn10-13/+313
2012-11-08support globbing in EB...$ to support opening multiple files at onceRobin Haberkorn2-6/+55