summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
AgeCommit message (Expand)Author
2019-06-23Use register to store prompt historyMaxime Coste
2019-05-29Do not merge selections on backspace in insert modeMaxime Coste
2019-05-17Introduce Menu completion flags to auto select best candidateMaxime Coste
2019-04-28Fix typoAlex Leferry 2
2019-02-27Fixed all reorder warningsJustin Frank
2019-01-24Header and dependency cleanupMaxime Coste
2018-12-20src: Add support for right click eventsFrank LENORMAND
2018-11-25Merge remote-tracking branch 'lenormf/rename-auto_complete'Maxime Coste
2018-10-23Refactor Hook management to have a well defined list of hooksMaxime Coste
2018-09-04Add readline word erase bindings, throw in clipboard for good measureMaxime Coste
2018-09-03Change line editing bindings to match readline'sMaxime Coste
2018-08-27Add toggling capabilities for <c-o> in Insert and Prompt modeDelapouite
2018-07-26Cleanup some trailing whitespaces and double semicolonMaxime Coste
2018-07-19src: Rename `auto_complete` to `autocomplete`Frank LENORMAND
2018-07-15Fix manual insert completion menu not getting automatically hiddenMaxime Coste
2018-07-15Add support for <a-;> in prompt modeMaxime Coste
2018-07-15Change autoshowcompl to auto_complete with insert|prompt possible valuesMaxime Coste
2018-07-05Change `a` on end of line behaviour to be consistentMaxime Coste
2018-06-19Fix two <s-tab> requiered to access last completion in promptMaxime Coste
2018-06-03Add MenuStyle::Search that prevents the menu from hiding buffer textMaxime Coste
2018-05-26Do not expose C++ typeid().name to user facing errors on wrong option typeMaxime Coste
2018-05-14Rename Context::Flags::Transient to Context::Flags::DraftMaxime Coste
2018-05-03Add support for explicit menu selection from the UIMaxime Coste
2018-05-02Refactor buffer undo treeMaxime Coste
2018-04-11Add support for the shift modifier.Tim Allen
2018-04-07Make FaceRegistry scopedMaxime Coste
2018-04-06Make error messages more consistentDelapouite
2018-04-04Prompt: add <a-!> to expand the typed expansions in current lineMaxime Coste
2018-03-29Add status message when commiting an undo group in insert modeDelapouite
2018-03-28Fix uninitialized m_empty_text StringView in LineEditorMaxime Coste
2018-03-27Prompt: Do not call callback in on_enabledMaxime Coste
2018-03-27Fix 'O' not putting the cursor on the correct lineMaxime Coste
2018-03-26Formatting fixMaxime Coste
2018-03-04Insert: Do not move end of line on open line (o/O)Maxime Coste
2018-02-28Merge remote-tracking branch 'Delapouite/line_complete'Maxime Coste
2018-02-28Prompt: update completions after inserting register or raw keMaxime Coste
2018-02-27Add support for line completion in all buffersDelapouite
2018-02-25Remove avoidance of end of linesMaxime Coste
2018-02-11Refuse modification of ReadOnly buffers and make Debug buffer readonlyMaxime Coste
2018-01-21Rename InputModeChange hook to ModeChangeMaxime Coste
2018-01-15Slight code refactor in InputHandler::handle_keyMaxime Coste
2017-12-21InputHandler: Preserve no-hooks on insert mode from single command normal modeMaxime Coste
2017-12-18Introduce InputModeChange hookMaxime Coste
2017-12-06Ensure that normal mode restores disabled hook status on disabledMaxime Coste
2017-11-20Remove extraneous common_prefix in input_handlerDelapouite
2017-11-08InputHandler: handle of last insert keys happening in nested modesMaxime Coste
2017-10-31Prompt: display the fallback text everytime the prompt is emptyMaxime Coste
2017-10-30Do not auto apply the fallback regex when in regex promptsMaxime Coste
2017-10-28Display the fallback value in promptsMaxime Coste
2017-10-24Add distinct w (curr buf) / W (all buf) word completion for <c-x>Delapouite