summaryrefslogtreecommitdiff
path: root/src/insert_completer.hh
AgeCommit message (Expand)Author
2024-09-02Explicitely call try_accept on InsertCompleterMaxime Coste
2024-07-22Handle word completion when recording macrosMaxime Coste
2024-03-23Refactor last insert recording logicMaxime Coste
2023-10-25Default comparison operators that can beMaxime Coste
2023-10-25Remove redundant comparison operatorsMaxime Coste
2022-06-04Code style cleanups around insert completerMaxime Coste
2022-05-29Run InsertCompletionHide hook before insertions that close completion menuJohannes Altmanninger
2022-01-09Do not show custom completions when autocomplete is offJohannes Altmanninger
2020-06-27Refactor how InsetCompletionHide hook parameter is computedMaxime Coste
2019-04-17Change completions option docstring element to be an arbitrary commandMaxime Coste
2018-07-15Fix manual insert completion menu not getting automatically hiddenMaxime Coste
2018-05-27Refactor option_from_string to return directly the option valueMaxime Coste
2018-05-03Add support for explicit menu selection from the UIMaxime Coste
2018-04-07Make FaceRegistry scopedMaxime Coste
2018-02-27Add support for line completion in all buffersDelapouite
2017-10-24Add distinct w (curr buf) / W (all buf) word completion for <c-x>Delapouite
2017-10-02Add 'line' in completers option as a way to force explicit <c-x>fDelapouite
2017-09-01Make InsertCompletion an aggregateMaxime Coste
2017-05-22Remove virtual destructor from OptionManagerWatcherMaxime Coste
2017-03-16Try to clean up option include a bitMaxime Coste
2017-03-15Migrate to a more value based meta programming modelMaxime Coste
2017-02-27Fix clang warnings about uninitialized timestamp fieldMaxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2016-11-28Add more memory domains to certain dataMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-21Add InsertCompletionShow/InsertCompletionHide hooksMaxime Coste
2016-08-06Add information of types of optionsMaxime Coste
2016-06-27Fix a warning about the forward declaration of SelectionListFrank LENORMAND
2016-04-09Pass the selection list to insert mode completer functionsMaxime Coste
2016-04-04Use a specific option type completions for insert completionMaxime Coste
2015-12-28Cleanup InsertCompleter get rid of unneeded candidate vector copyMaxime Coste
2015-12-27Fix uses of non-keyword logical operators (replace &&, || and ! with and, or ...Maxime Coste
2015-12-27Add a static_words str-list option always considered for word completionMaxime Coste
2015-10-19Fix handling of explicit insert completersMaxime Coste
2015-10-14Remove unneeded constructorMaxime Coste
2015-10-05Display word insert completion buffer name in a different colorMaxime 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-03-15Store fake keystrokes when selecting an insert completion candidateMaxime Coste
2015-01-12Some more memory trackingMaxime Coste
2014-12-23Remove trailing blank linesMaxime 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-28Style fixesMaxime Coste
2014-10-07Switch some const String& parameters to StringViewMaxime Coste
2014-08-19Remove option checkers, handle that through the type systemMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-04-28Extract insert completion code to insert_completer.{cc,hh}Maxime Coste