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
/
word_db.cc
Age
Commit message (
Expand
)
Author
2014-10-07
WordDB: Use interned strings pointing directly into the buffer line data
Maxime Coste
2014-10-01
Add support for interned strings
Maxime Coste
2014-07-30
Insert word completion: Use subsequence matching if prefix failed
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-24
Rename utf8::utf8_iterator to utf8::iterator
Maxime Coste
2014-05-26
Revert "update Modification for WordDB"
Maxime Coste
2014-05-24
Avoid buffer end line in word_db update
Maxime Coste
2014-05-21
update Modification for WordDB
Maxime Coste
2014-05-14
replace LineChangeWatcher with a free function compute_line_modifications
Maxime Coste
2014-05-13
LineChangeWatcher uses Buffer::changes_since rather than listening
Maxime Coste
2014-05-11
use StringView in word_db.cc
Maxime Coste
2014-04-22
Preserve current word in word completion if found elsewhere
Maxime Coste
2014-01-27
WordDB now uses a LineChangeWatcher based implementation
Maxime Coste
2014-01-19
WordDB: use an ordered map for storing words
Maxime Coste
2014-01-16
Word completion use a WordDB stored as a buffer value.
Maxime Coste
[prev]