index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_handler.cc
Age
Commit message (
Expand
)
Author
2019-06-23
Use register to store prompt history
Maxime Coste
2019-05-29
Do not merge selections on backspace in insert mode
Maxime Coste
2019-05-17
Introduce Menu completion flags to auto select best candidate
Maxime Coste
2019-04-28
Fix typo
Alex Leferry 2
2019-02-27
Fixed all reorder warnings
Justin Frank
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-12-20
src: Add support for right click events
Frank LENORMAND
2018-11-25
Merge remote-tracking branch 'lenormf/rename-auto_complete'
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-09-04
Add readline word erase bindings, throw in clipboard for good measure
Maxime Coste
2018-09-03
Change line editing bindings to match readline's
Maxime Coste
2018-08-27
Add toggling capabilities for <c-o> in Insert and Prompt mode
Delapouite
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-07-19
src: Rename `auto_complete` to `autocomplete`
Frank LENORMAND
2018-07-15
Fix manual insert completion menu not getting automatically hidden
Maxime Coste
2018-07-15
Add support for <a-;> in prompt mode
Maxime Coste
2018-07-15
Change autoshowcompl to auto_complete with insert|prompt possible values
Maxime Coste
2018-07-05
Change `a` on end of line behaviour to be consistent
Maxime Coste
2018-06-19
Fix two <s-tab> requiered to access last completion in prompt
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-14
Rename Context::Flags::Transient to Context::Flags::Draft
Maxime Coste
2018-05-03
Add support for explicit menu selection from the UI
Maxime Coste
2018-05-02
Refactor buffer undo tree
Maxime Coste
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-04
Prompt: add <a-!> to expand the typed expansions in current line
Maxime Coste
2018-03-29
Add status message when commiting an undo group in insert mode
Delapouite
2018-03-28
Fix uninitialized m_empty_text StringView in LineEditor
Maxime Coste
2018-03-27
Prompt: Do not call callback in on_enabled
Maxime Coste
2018-03-27
Fix 'O' not putting the cursor on the correct line
Maxime Coste
2018-03-26
Formatting fix
Maxime Coste
2018-03-04
Insert: Do not move end of line on open line (o/O)
Maxime Coste
2018-02-28
Merge remote-tracking branch 'Delapouite/line_complete'
Maxime Coste
2018-02-28
Prompt: update completions after inserting register or raw ke
Maxime Coste
2018-02-27
Add support for line completion in all buffers
Delapouite
2018-02-25
Remove avoidance of end of lines
Maxime Coste
2018-02-11
Refuse modification of ReadOnly buffers and make Debug buffer readonly
Maxime Coste
2018-01-21
Rename InputModeChange hook to ModeChange
Maxime Coste
2018-01-15
Slight code refactor in InputHandler::handle_key
Maxime Coste
2017-12-21
InputHandler: Preserve no-hooks on insert mode from single command normal mode
Maxime Coste
2017-12-18
Introduce InputModeChange hook
Maxime Coste
2017-12-06
Ensure that normal mode restores disabled hook status on disabled
Maxime Coste
2017-11-20
Remove extraneous common_prefix in input_handler
Delapouite
2017-11-08
InputHandler: handle of last insert keys happening in nested modes
Maxime Coste
2017-10-31
Prompt: display the fallback text everytime the prompt is empty
Maxime Coste
2017-10-30
Do not auto apply the fallback regex when in regex prompts
Maxime Coste
2017-10-28
Display the fallback value in prompts
Maxime Coste
2017-10-24
Add distinct w (curr buf) / W (all buf) word completion for <c-x>
Delapouite
[prev]
[next]