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
/
insert_completer.hh
Age
Commit message (
Expand
)
Author
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-21
Add InsertCompletionShow/InsertCompletionHide hooks
Maxime Coste
2016-08-06
Add information of types of options
Maxime Coste
2016-06-27
Fix a warning about the forward declaration of SelectionList
Frank LENORMAND
2016-04-09
Pass the selection list to insert mode completer functions
Maxime Coste
2016-04-04
Use a specific option type completions for insert completion
Maxime Coste
2015-12-28
Cleanup InsertCompleter get rid of unneeded candidate vector copy
Maxime Coste
2015-12-27
Fix uses of non-keyword logical operators (replace &&, || and ! with and, or ...
Maxime Coste
2015-12-27
Add a static_words str-list option always considered for word completion
Maxime Coste
2015-10-19
Fix handling of explicit insert completers
Maxime Coste
2015-10-14
Remove unneeded constructor
Maxime Coste
2015-10-05
Display word insert completion buffer name in a different color
Maxime Coste
2015-09-02
Add support for a separate menu text in insert completions
Maxime Coste
2015-08-30
Use a named struct for insert completion candidates
Maxime Coste
2015-03-15
Store fake keystrokes when selecting an insert completion candidate
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-11-07
Initial support for insert completion docstring
Maxime Coste
2014-11-04
Fix bug in insert completer deregistering
Maxime Coste
2014-11-02
Remove AutoRegister util template
Maxime Coste
2014-10-28
Style fixes
Maxime Coste
2014-10-07
Switch some const String& parameters to StringView
Maxime Coste
2014-08-19
Remove option checkers, handle that through the type system
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-28
Extract insert completion code to insert_completer.{cc,hh}
Maxime Coste