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.cc
Age
Commit message (
Expand
)
Author
2014-11-17
Tweak option completion behaviour
Maxime Coste
2014-11-17
option completion are valid until a modification is made before it
Maxime Coste
2014-11-11
Hide info box when closing insert completion menu
Maxime Coste
2014-11-08
Add a MenuDoc style for info box, that will place it next to the menu
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
Fix unneeded WordDB copy in complete_word
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
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-07-30
Insert word completion: Use subsequence matching if prefix failed
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-26
Style fixes
Maxime Coste
2014-05-31
minor cleanups in insert_completer.cc
Maxime Coste
2014-05-24
Remove use of 'offset' in buffer iterators, lines are just String
Maxime Coste
2014-05-14
Use a plain SelectionList for Context, remove DynamicSelectionList
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-29
Fix word completion that replaced the whole current word
Maxime Coste
2014-04-28
Extract insert completion code to insert_completer.{cc,hh}
Maxime Coste