aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-13try to canonicalize paths to non-existent filesRobin Haberkorn1-8/+23
allows you to edit non-existing files with a predefined name. it is completely canonicalized when it is saved
2012-11-13added EW...$ commandRobin Haberkorn1-8/+83
* EW$ saves file with its current filename * EW<filename>$ saves file with under the specified filename (Save As) * files are stored with absolute paths in the ring
2012-11-13fixed undoing of setting Q-Register stringRobin Haberkorn1-5/+18
2012-11-13<x[,y]>S...$ command (only regexp searching at the moment)Robin Haberkorn1-0/+3
2012-11-11<x,y>Xq command, automatic profile munging, explicit munging, commandline ↵Robin Haberkorn1-0/+39
option processing, unhandled commandline options in default buffer
2012-11-11fixed positioning after changing the current bufferRobin Haberkorn1-17/+28
2012-11-11support for Qx, Ux, %x and Mx commandsRobin Haberkorn1-6/+87
* Mx does not yet use local Q-registers
2012-11-11^Ux...$ command: rubout does not yet work properlyRobin Haberkorn1-10/+57
2012-11-11support EQx<filename>$ command: load filename into Q register without ↵Robin Haberkorn1-8/+47
changing the current buffer
2012-11-11Q-Register table and EQx commandRobin Haberkorn1-2/+47
2012-11-10use namespace "States" instead of "states" structureRobin Haberkorn1-2/+6
has several advantages * better to read * namespace can be "extended" from everywhere allowing the declaration of states in the files that implement them * include file mess could be cleaned up a bit
2012-11-10support 0EB...$ commandRobin Haberkorn1-1/+20
* same as EB...$, but displays the buffer ring in the filename popup with the current file highlighted immediately after the EB
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-9/+0
* <TAB> autocompletion only in specified states * GtkInfoPopup widget to display possible completions, written using Gob2
2012-11-08support globbing in EB...$ to support opening multiple files at onceRobin Haberkorn1-6/+53
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-0/+144
* undoing supported * does not yet support globbing