summaryrefslogtreecommitdiff
path: root/src/insert_completer.cc
AgeCommit message (Expand)Author
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2016-12-04Only hide menu/info if the insert completer did display itMaxime Coste
2016-12-03Change ValueId to just be an enum class, it does not need any operatorsMaxime Coste
2016-11-29Clean up includes of user_interface.hhMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-21Add InsertCompletionShow/InsertCompletionHide hooksMaxime Coste
2016-08-24Introduce the 'completion_extra_word_chars' optionMaxime Coste
2016-05-19Reject '//' as a file completion prefix to avoid cygwin network hosts listingMaxime Coste
2016-04-09Fix is_word ambiguous overloadMaxime Coste
2016-04-09fix word completion taking the words being edited as candidatesMaxime Coste
2016-04-09Pass the selection list to insert mode completer functionsMaxime Coste
2016-04-04Use a specific option type completions for insert completionMaxime Coste
2016-03-16Use ByteCoords directly for buffer insert/erase/replaceMaxime Coste
2016-03-14Support ~/ in insert mode filename completionMaxime Coste
2016-03-14Code cleanupsMaxime Coste
2016-03-12Do not include the debug buffer in word completionMaxime Coste
2016-02-28Code cleanupMaxime Coste
2016-02-27Remove direct access to ui, go through clientMaxime Coste
2016-02-17Hide info box when selecting empty insert completionMaxime Coste
2016-02-04String usage cleanupsMaxime Coste
2015-12-28Cleanup InsertCompleter get rid of unneeded candidate vector copyMaxime Coste
2015-12-27Add a static_words str-list option always considered for word completionMaxime Coste
2015-10-30Make word insert completion work better with unicode charMaxime Coste
2015-10-30Fix preservation of entered text in option insert completerMaxime Coste
2015-10-30Minor code cleanup in insert_completer.ccMaxime Coste
2015-10-29Use ranked matches for option completion as wellMaxime Coste
2015-10-27Move more logic into RankedMatchMaxime Coste
2015-10-22Extract WordDB::RankedWord as RankedMatch in its own fileMaxime Coste
2015-10-20Sort insert completer words by name favoring lower case and then stable sort ...Maxime Coste
2015-10-19Fix removal of duplicated words in insert completionMaxime Coste
2015-10-19Fix handling of explicit insert completersMaxime Coste
2015-10-18Do not filter completions in InsertCompleter anymoreMaxime Coste
2015-10-18Experiment with ranked word completion depending on word boundariesMaxime Coste
2015-10-06Cleanup insert_completer code and use markup for option completion menu entryMaxime Coste
2015-10-05Fix display of path insert completion for absolute pathsMaxime Coste
2015-10-05Display word insert completion buffer name in a different colorMaxime Coste
2015-10-05Use DisplayLine for menu choicesMaxime Coste
2015-09-11Small code style tweak in insert_completer.ccMaxime Coste
2015-09-02std::accumulate is in <numeric> not <algorithm>Maxime Coste
2015-09-02Add missing includeMaxime Coste
2015-09-02comparison ops for MatchAndBuffer should be constMaxime Coste
2015-09-02Add support for a separate menu text in insert completionsMaxime Coste
2015-08-30Use a named struct for insert completion candidatesMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-05-02Formatting fixMaxime Coste
2015-03-30Replace various adhoc operator+ based formatting with format funcMaxime Coste
2015-03-15Store fake keystrokes when selecting an insert completion candidateMaxime Coste
2015-03-13Do not change the insert completion menu when a candidate is selectedMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste