summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
AgeCommit message (Expand)Author
2014-11-24Display selection count in insert mode lineMaxime Coste
2014-11-22Do not merge overlapping selections in InputMode::ReplaceMaxime Coste
2014-11-21Do not record keys that were not user generatedMaxime Coste
2014-11-12Fix case where a context ends up locked in no-hooks modeMaxime Coste
2014-11-11Reduce idle timeout to 50 millisecondsMaxime Coste
2014-11-08For {Menu,Info}Style::Prompt, choose the anchor directly in ncurses codeMaxime Coste
2014-11-08Add a MenuDoc style for info box, that will place it next to the menuMaxime Coste
2014-11-01move more parameters from const String& to StringViewMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-09-23Add support for mapping keys in goto/view commandsMaxime Coste
2014-09-10Add some color to mode specific mode line infoMaxime Coste
2014-08-19Add support for 'c-o' in prompt and insert to hide the completion menuMaxime Coste
2014-08-14Add support for <c-w> <c-b> and <c-e> for word moves in the line editorMaxime Coste
2014-08-07Fix buffer modification checkMaxime Coste
2014-07-27In non interactive interactive mode, disable user key mappingsMaxime Coste
2014-07-25Display a [no-hooks] tag in the mode line when hooks are disabledMaxime Coste
2014-07-24Disable hooks on a per context basis, and propagate that to Insert modeMaxime Coste
2014-07-22Fix Menu use of j/k keys when editing filterMaxime Coste
2014-07-17Clear status line on normal mode commandMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-07-10Add docstring for normal mode commands and display them if autoinfo >= 2Maxime Coste
2014-06-21Add \ in normal mode to disable user hooks on next normal commandMaxime Coste
2014-06-21Use main selection index as default when accessing only one register valueMaxime Coste
2014-06-16Do not merge overlapping selection when entering append modeMaxime Coste
2014-06-09Refactor InputMode::Insert::prepareMaxime Coste
2014-06-09Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-06-09Tweak prompt completion behaviourMaxime Coste
2014-05-29Use forward iteration on selections, and take advantage of it when updatingMaxime Coste
2014-05-25Use SelectionList::insert in InputModes::InsertMaxime Coste
2014-05-25Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-05-25In normal mode, backspace can be used to edit countMaxime Coste
2014-05-25Rename Key::Erase to Key::Delete and add 'del' keynameMaxime Coste
2014-05-14Iterate in reversed order on selections when modifing bufferMaxime Coste
2014-05-14Use a plain SelectionList for Context, remove DynamicSelectionListMaxime Coste
2014-05-13SelectionList know its buffer and timestampMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-04-28Extract insert completion code to insert_completer.{cc,hh}Maxime Coste
2014-04-28Fix support for tabulation in insert completion candidatesMaxime Coste
2014-04-27Add -init switch to :prompt to set the initial textMaxime Coste
2014-04-22Preserve current word in word completion if found elsewhereMaxime Coste
2014-04-17word completion ignore the word on which the cursor is presentMaxime Coste
2014-04-16Rename BufferCompleter to InputCompleterMaxime Coste
2014-04-13Allow unset completer function in Prompt input modeMaxime Coste
2014-04-02More OSX fixesMaxime Coste
2014-03-30minor cleanupMaxime Coste
2014-03-24Push aborted commands to historyEvert Van Petegem
2014-03-19Automatic insert filename completion kicks in only if prefix contains slashMaxime Coste
2014-03-15Insert mode completion execute completers in order, and supports multiple optionMaxime Coste
2014-02-12Check for buffer external change when entering insert modeMaxime Coste