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.hh
Age
Commit message (
Expand
)
Author
2024-09-02
Explicitely call try_accept on InsertCompleter
Maxime Coste
2024-07-22
Handle word completion when recording macros
Maxime Coste
2024-03-23
Refactor last insert recording logic
Maxime Coste
2023-10-25
Default comparison operators that can be
Maxime Coste
2023-10-25
Remove redundant comparison operators
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-01-09
Do not show custom completions when autocomplete is off
Johannes Altmanninger
2020-06-27
Refactor how InsetCompletionHide hook parameter is computed
Maxime Coste
2019-04-17
Change completions option docstring element to be an arbitrary command
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-03
Add support for explicit menu selection from the UI
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-02-27
Add support for line completion in all buffers
Delapouite
2017-10-24
Add distinct w (curr buf) / W (all buf) word completion for <c-x>
Delapouite
2017-10-02
Add 'line' in completers option as a way to force explicit <c-x>f
Delapouite
2017-09-01
Make InsertCompletion an aggregate
Maxime Coste
2017-05-22
Remove virtual destructor from OptionManagerWatcher
Maxime Coste
2017-03-16
Try to clean up option include a bit
Maxime Coste
2017-03-15
Migrate to a more value based meta programming model
Maxime Coste
2017-02-27
Fix clang warnings about uninitialized timestamp field
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-21
Add InsertCompletionShow/InsertCompletionHide hooks
Maxime Coste
2016-08-06
Add information of types of options
Maxime Coste
2016-06-27
Fix a warning about the forward declaration of SelectionList
Frank LENORMAND
2016-04-09
Pass the selection list to insert mode completer functions
Maxime Coste
2016-04-04
Use a specific option type completions for insert completion
Maxime Coste
2015-12-28
Cleanup InsertCompleter get rid of unneeded candidate vector copy
Maxime Coste
2015-12-27
Fix uses of non-keyword logical operators (replace &&, || and ! with and, or ...
Maxime Coste
2015-12-27
Add a static_words str-list option always considered for word completion
Maxime Coste
2015-10-19
Fix handling of explicit insert completers
Maxime Coste
2015-10-14
Remove unneeded constructor
Maxime Coste
2015-10-05
Display word insert completion buffer name in a different color
Maxime Coste
2015-09-02
Add support for a separate menu text in insert completions
Maxime Coste
2015-08-30
Use a named struct for insert completion candidates
Maxime Coste
2015-03-15
Store fake keystrokes when selecting an insert completion candidate
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-11-07
Initial support for insert completion docstring
Maxime Coste
2014-11-04
Fix bug in insert completer deregistering
Maxime Coste
2014-11-02
Remove AutoRegister util template
Maxime Coste
2014-10-28
Style fixes
Maxime Coste
2014-10-07
Switch some const String& parameters to StringView
Maxime Coste
2014-08-19
Remove option checkers, handle that through the type system
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-28
Extract insert completion code to insert_completer.{cc,hh}
Maxime Coste