aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-16support different kinds of runtime errors (using C++ exceptions)Robin Haberkorn1-12/+12
2012-11-16support EF and EX arguments. FALSE (>= 0) means to refuse closing/exiting if ...Robin Haberkorn1-0/+2
2012-11-16keep a buffer dirty flag and display infos about the current buffer in the in...Robin Haberkorn1-1/+9
2012-11-15replaced remaining editor_msg() references with new Interface::ssm()Robin Haberkorn1-10/+11
2012-11-14support rubout for EW command: if in undo mode, a save point is created so th...Robin Haberkorn1-1/+21
2012-11-13EF command to close a bufferRobin Haberkorn1-1/+22
2012-11-13try to canonicalize paths to non-existent filesRobin Haberkorn1-1/+2
2012-11-13added EW...$ commandRobin Haberkorn1-12/+26
2012-11-13added support for string match characters (match spec to regexp compiler)Robin Haberkorn1-0/+5
2012-11-13fixed undoing of setting Q-Register stringRobin Haberkorn1-0/+1
2012-11-11<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...Robin Haberkorn1-0/+6
2012-11-11support for Qx, Ux, %x and Mx commandsRobin Haberkorn1-5/+30
2012-11-11^Ux...$ command: rubout does not yet work properlyRobin Haberkorn1-3/+17
2012-11-11support EQx<filename>$ command: load filename into Q register without changin...Robin Haberkorn1-0/+8
2012-11-11Q-Register table and EQx commandRobin Haberkorn1-1/+100
2012-11-10use namespace "States" instead of "states" structureRobin Haberkorn1-0/+4
2012-11-10support 0EB...$ commandRobin Haberkorn1-1/+15
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-0/+10
2012-11-08support globbing in EB...$ to support opening multiple files at onceRobin Haberkorn1-0/+2
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-0/+122