summaryrefslogtreecommitdiff
path: root/src/word_db.cc
AgeCommit message (Expand)Author
2014-10-07WordDB: Use interned strings pointing directly into the buffer line dataMaxime Coste
2014-10-01Add support for interned stringsMaxime Coste
2014-07-30Insert word completion: Use subsequence matching if prefix failedMaxime Coste
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-06-24Rename utf8::utf8_iterator to utf8::iteratorMaxime Coste
2014-05-26Revert "update Modification for WordDB"Maxime Coste
2014-05-24Avoid buffer end line in word_db updateMaxime Coste
2014-05-21update Modification for WordDBMaxime Coste
2014-05-14replace LineChangeWatcher with a free function compute_line_modificationsMaxime Coste
2014-05-13LineChangeWatcher uses Buffer::changes_since rather than listeningMaxime Coste
2014-05-11use StringView in word_db.ccMaxime Coste
2014-04-22Preserve current word in word completion if found elsewhereMaxime Coste
2014-01-27WordDB now uses a LineChangeWatcher based implementationMaxime Coste
2014-01-19WordDB: use an ordered map for storing wordsMaxime Coste
2014-01-16Word completion use a WordDB stored as a buffer value.Maxime Coste