index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
insert_completer.cc
Age
Commit message (
Expand
)
Author
2025-04-02
Tweak ranked match behaviour to consider the number of full words
Maxime Coste
2024-09-02
Explicitely call try_accept on InsertCompleter
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-07-22
Handle word completion when recording macros
Maxime Coste
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2024-03-23
Refactor last insert recording logic
Maxime Coste
2023-12-02
ranked match: prefer input order over alphabetical order for user-specified c...
Johannes Altmanninger
2023-12-02
Reuse for_n_best when sorting values from complete options
Johannes Altmanninger
2023-11-03
Use explicit target types for gather calls to bypass clang regression
Maxime Coste
2022-12-21
This commit attempts to fix a crash with -f. Specifically when kakoune
potatoalienof13
2022-11-28
Fix pasting after when selections are overlapping
Maxime Coste
2022-06-04
Code style cleanups around insert completer
Maxime Coste
2022-05-29
Run InsertCompletionHide hook before insertions that close completion menu
Johannes Altmanninger
2022-02-15
Merge remote-tracking branch 'krobelus/c-n-autocomplete'
Maxime Coste
2022-02-11
Filter duplicate completions only if they have the same select cmd
Johannes Altmanninger
2022-02-07
Make <c-n> show completion menu again when autocomplete is off
Johannes Altmanninger
2022-01-09
Do not show custom completions when autocomplete is off
Johannes Altmanninger
2021-12-11
Fix explicit line completion
Maxime Coste
2021-04-11
fix line completion with prefix
Tw
2020-12-22
remove unused variable changes_tracker
Jean Abed
2020-11-20
Ignore indent when completing lines
Andrew Vos
2020-11-07
Fix performance issue with word completion
Maxime Coste
2020-10-12
Code cleanup in insert completer
Maxime Coste
2020-08-30
Trigger InsertCompletionHide hook when switching to explicit completion
Maxime Coste
2020-08-18
Clear inserted_ranges after updating insert completions candidates
Maxime Coste
2020-06-27
Refactor how InsetCompletionHide hook parameter is computed
Maxime Coste
2020-03-14
Fix invalid access to deleted line when updating insert completion
Maxime Coste
2020-01-08
Update inserted range when generating InsertCompletionHide hook param
Maxime Coste
2019-12-01
Pass inserted text ranges in InsertCompletionHide hook parameter
Maxime Coste
2019-11-09
Add static or const where useful
Jason Felice
2019-10-17
Limit word completion menu filename length
Maxime Coste
2019-10-17
Slight code style change
Maxime Coste
2019-07-09
Filter non-extra_word_chars completion candidates using Codepoints
Maxime Coste
2019-04-26
Fix crash when finishing insert completion with no completion candidates
Maxime Coste
2019-04-17
Remove InsertCompletionSelect hook
Maxime Coste
2019-04-17
Change completions option docstring element to be an arbitrary command
Maxime Coste
2019-04-16
Pass selected completion text to InsertCompletionHide
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-07-15
Fix manual insert completion menu not getting automatically hidden
Maxime Coste
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-03
Add support for explicit menu selection from the UI
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-19
Move get_word_db to word_db.cc
Maxime Coste
2018-04-19
Extract a for_n_best algorithm from completion function
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-03-25
Avoid visiting the same directory multiple times in insert filename completion
Maxime Coste
2018-03-25
Allow explicit filename completion with empty prefix
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
[next]