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
2013-04-10
InputHandler: auto leave insert mode when editor changed
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-09
move context implementation to context.cc
Maxime Coste
2013-04-04
Dynamically change prompt color for regex prompt depending on regex validity
Maxime Coste
2013-04-04
InputHandler::prompt takes a color pair to use
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-04-04
Add get_color helper function
Maxime Coste
2013-04-04
Pass a fg and bg color when displaying a menu
Maxime Coste
2013-04-02
complete_opt: accept an optional length in completion desciptor
Maxime Coste
2013-03-29
String: inherit from std::string rather than using it as a backend
Maxime Coste
2013-03-29
Minor BufferCompleter refactoring
Maxime Coste
2013-03-25
fix some style problems detected by cppcheck
Maxime Coste
2013-03-20
BufferCompleter: preserve completions when inserting
Maxime Coste
2013-03-19
BufferCompleter: fix backward looping in completion candidates
Maxime Coste
2013-03-15
Editor: replace selections().back() with main_selection()
Maxime Coste
2013-03-12
BufferCompleter: watch 'completions' option, and update completions when it c...
Maxime Coste
2013-03-11
Add an experimental configurable input completion fonction
Maxime Coste
2013-03-11
minor cleanups in complete_word
Maxime Coste
2013-03-09
InputHandler: complete_word knows best when not to complete
Maxime Coste
2013-03-08
InputHandler: extract word completion algorithm
Maxime Coste
2013-03-05
Add support for boolean options
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-02-21
Fix macro recording on the same register, replace instead of appending.
Maxime Coste
2013-02-19
InputHandler: do not put empty lines in history
Maxime Coste
2013-02-19
Add support for Home/End key in prompts
Maxime Coste
2013-02-18
Add macro recording/replay support
Maxime Coste
2013-02-18
input_handler: ask dimensions to ui instead of window
Maxime Coste
2013-02-18
Move last insert state from context to input handler
Maxime Coste
2013-01-30
InputHandler: add some new hooks
Maxime Coste
2013-01-29
Add NormalIdle hook support
Maxime Coste
2013-01-29
Do not pass a context to InputHandler methods
Maxime Coste
2013-01-28
InputHandler have it's own context
Maxime Coste
2013-01-17
replace char: fix unicode handling
Maxime Coste
2013-01-17
InputHandler: minor code cleanup
Maxime Coste
2013-01-17
Move Insertion Hooks handing to the input handler
Maxime Coste
2013-01-15
InputHandler: Insert mode calls 'InsertIdle' hook when idle
Maxime Coste
2013-01-14
InputHandler: use a timer for word completion instead of calling it at each i...
Maxime Coste
2012-12-14
InputHandler: call callback on abort and on selected element change as well
Maxime Coste
2012-12-13
Prompt: when completion has only one candidate, next tab starts a new completion
Maxime Coste
2012-12-07
InputHandler: tweak prefix completion behaviour
Maxime Coste
2012-12-06
PromptHandler now call callback when edited and aborted.
Maxime Coste
2012-11-29
Add configurable prompt completion behaviour
Maxime Coste
2012-11-29
Fix InputMode::Prompt blocking behaviour when inserting register
Maxime Coste
2012-11-27
InputHandler: InputModes no longer die directly on mode change, they survive ...
Maxime Coste
2012-11-26
IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount edito...
Maxime Coste
2012-11-08
InputHandler: Handle C-c as Escape
Maxime Coste
2012-11-05
Move client drawing responsiblity to the ClientManager
Maxime Coste
2012-10-29
fix crashes when cycling through menu with an active filter
Maxime Coste
2012-10-29
validate key in InputHandler before sending to mode, and minor refactor
Maxime Coste
2012-10-28
Handle all available input before redrawing
Maxime Coste
[prev]
[next]