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
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