summaryrefslogtreecommitdiff
path: root/src/insert_completer.cc
AgeCommit message (Expand)Author
2025-04-02Tweak ranked match behaviour to consider the number of full wordsMaxime Coste
2024-09-02Explicitely call try_accept on InsertCompleterMaxime Coste
2024-08-16include headers cleanupAdriĆ  Arrufat
2024-08-12Move debug utils to debug.hh/debug.ccMaxime Coste
2024-07-22Handle word completion when recording macrosMaxime Coste
2024-04-12Introduce "local" scope in evaluate-commandsMaxime Coste
2024-03-23Refactor last insert recording logicMaxime Coste
2023-12-02ranked match: prefer input order over alphabetical order for user-specified c...Johannes Altmanninger
2023-12-02Reuse for_n_best when sorting values from complete optionsJohannes Altmanninger
2023-11-03Use explicit target types for gather calls to bypass clang regressionMaxime Coste
2022-12-21This commit attempts to fix a crash with -f. Specifically when kakounepotatoalienof13
2022-11-28Fix pasting after when selections are overlappingMaxime Coste
2022-06-04Code style cleanups around insert completerMaxime Coste
2022-05-29Run InsertCompletionHide hook before insertions that close completion menuJohannes Altmanninger
2022-02-15Merge remote-tracking branch 'krobelus/c-n-autocomplete'Maxime Coste
2022-02-11Filter duplicate completions only if they have the same select cmdJohannes Altmanninger
2022-02-07Make <c-n> show completion menu again when autocomplete is offJohannes Altmanninger
2022-01-09Do not show custom completions when autocomplete is offJohannes Altmanninger
2021-12-11Fix explicit line completionMaxime Coste
2021-04-11fix line completion with prefixTw
2020-12-22remove unused variable changes_trackerJean Abed
2020-11-20Ignore indent when completing linesAndrew Vos
2020-11-07Fix performance issue with word completionMaxime Coste
2020-10-12Code cleanup in insert completerMaxime Coste
2020-08-30Trigger InsertCompletionHide hook when switching to explicit completionMaxime Coste
2020-08-18Clear inserted_ranges after updating insert completions candidatesMaxime Coste
2020-06-27Refactor how InsetCompletionHide hook parameter is computedMaxime Coste
2020-03-14Fix invalid access to deleted line when updating insert completionMaxime Coste
2020-01-08Update inserted range when generating InsertCompletionHide hook paramMaxime Coste
2019-12-01Pass inserted text ranges in InsertCompletionHide hook parameterMaxime Coste
2019-11-09Add static or const where usefulJason Felice
2019-10-17Limit word completion menu filename lengthMaxime Coste
2019-10-17Slight code style changeMaxime Coste
2019-07-09Filter non-extra_word_chars completion candidates using CodepointsMaxime Coste
2019-04-26Fix crash when finishing insert completion with no completion candidatesMaxime Coste
2019-04-17Remove InsertCompletionSelect hookMaxime Coste
2019-04-17Change completions option docstring element to be an arbitrary commandMaxime Coste
2019-04-16Pass selected completion text to InsertCompletionHideMaxime Coste
2018-10-23Refactor Hook management to have a well defined list of hooksMaxime 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-26Do not expose C++ typeid().name to user facing errors on wrong option typeMaxime Coste
2018-05-03Add support for explicit menu selection from the UIMaxime Coste
2018-04-29Remove implicit conversion from String to DisplayAtom/DisplayLineMaxime Coste
2018-04-19Move get_word_db to word_db.ccMaxime Coste
2018-04-19Extract a for_n_best algorithm from completion functionMaxime Coste
2018-04-07Make FaceRegistry scopedMaxime Coste
2018-03-25Avoid visiting the same directory multiple times in insert filename completionMaxime Coste
2018-03-25Allow explicit filename completion with empty prefixMaxime Coste
2018-03-25Remove contains_that and use any_of to be closer to the c++ stdlibMaxime Coste