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-07-26
Key: always pass by value
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-07-24
go back to : as set/list separator in options
Maxime Coste
2013-07-24
DisplayLine no longer map to a single buffer line, but to a buffer range
Maxime Coste
2013-06-12
Fix input completion on multiple selection
Maxime Coste
2013-06-06
Buffer: insert and erase go back to taking iterators, and return iterators
Maxime Coste
2013-06-06
remove BufferIterator conversion to/from BufferCoord
Maxime Coste
2013-06-04
remove BufferIterator::is_{begin,end}
Maxime Coste
2013-06-04
Use coord instead of iterators for selections
Maxime Coste
2013-05-30
Fix insert completion at beginning of buffer
Maxime Coste
2013-05-30
InputHandler: pass buffer and BufferCoord to completers
Maxime Coste
2013-05-30
remove BufferIterator::offset
Maxime Coste
2013-05-30
InputHandler: less iterators, more coords
Maxime Coste
2013-05-21
insert mode completion for all selection that matches the main one prefix
Maxime Coste
2013-05-20
Word completion can optionally look for candidates in all buffers
Maxime Coste
2013-05-17
move line_with_cursor as LineEditor::build_display_line
Maxime Coste
2013-05-17
revive str_to_int so that the good exception type is thrown on error
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-05-06
add unordered_set option support, use it for completers
Maxime Coste
2013-05-03
add a completers option for specifying which completer to use for BufferCompl...
Maxime Coste
2013-05-03
BufferCompleter: avoid modifying the buffer when not needed
Maxime Coste
2013-04-23
BufferCompleter: change behaviour to handle non prefix completions
Maxime Coste
2013-04-12
move normal mode implementation to normal.{cc,hh}
Maxime Coste
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
[next]