summaryrefslogtreecommitdiff
path: root/src/insert_completer.cc
AgeCommit message (Expand)Author
2014-11-17Tweak option completion behaviourMaxime Coste
2014-11-17option completion are valid until a modification is made before itMaxime Coste
2014-11-11Hide info box when closing insert completion menuMaxime Coste
2014-11-08Add a MenuDoc style for info box, that will place it next to the menuMaxime Coste
2014-11-07Initial support for insert completion docstringMaxime Coste
2014-11-04Fix bug in insert completer deregisteringMaxime Coste
2014-11-02Remove AutoRegister util templateMaxime Coste
2014-10-28Fix unneeded WordDB copy in complete_wordMaxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-10-07Switch some const String& parameters to StringViewMaxime Coste
2014-08-19Remove option checkers, handle that through the type systemMaxime Coste
2014-07-30Insert word completion: Use subsequence matching if prefix failedMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-06-26Style fixesMaxime Coste
2014-05-31minor cleanups in insert_completer.ccMaxime Coste
2014-05-24Remove use of 'offset' in buffer iterators, lines are just StringMaxime Coste
2014-05-14Use a plain SelectionList for Context, remove DynamicSelectionListMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-04-29Fix word completion that replaced the whole current wordMaxime Coste
2014-04-28Extract insert completion code to insert_completer.{cc,hh}Maxime Coste