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
2018-03-23
Support `%` in `path` option to mean current buffer directory
Maxime Coste
2018-02-28
InsertCompleter: refactor line completer implementation
Maxime Coste
2018-02-27
Add support for line completion in all buffers
Delapouite
2018-01-25
Insert complete: Remove path info with one buffer
aver-d
2017-12-21
Completion: Use a heap to gather the best matches instead of sorting
Maxime Coste
2017-12-09
InsertCompleter: Respected ignored_filename option in filename completer
Maxime Coste
2017-12-06
InsertCompleter: only accept words matching the target buffer word definition
Maxime Coste
2017-11-25
Add an InsertCompletionSelect hook
Maxime Coste
2017-11-22
Remove unused lambda captures
fsub
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-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-06-26
Change completion_extra_word_char to be a list of codepoints instead of a string
Maxime Coste
2017-06-09
Fix bug in word completer
Maxime Coste
2017-06-09
Proper linear time insert completion insertion
Maxime Coste
2017-06-08
Fix quadratic behaviour in when selecting an insert completion
Maxime Coste
2017-06-07
Use range based accumulate wrapper instead of std::accumulate
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-02-27
Fix clang warnings about uninitialized timestamp field
Maxime Coste
2017-02-20
Fix performance of word completion with many different selections
Maxime Coste
2017-01-30
Fix explicit insert completion menu/info not hiding
Maxime Coste
2017-01-29
Make StringView and unit types trivial types
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-04
Only hide menu/info if the insert completer did display it
Maxime Coste
2016-12-03
Change ValueId to just be an enum class, it does not need any operators
Maxime Coste
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-21
Add InsertCompletionShow/InsertCompletionHide hooks
Maxime Coste
2016-08-24
Introduce the 'completion_extra_word_chars' option
Maxime Coste
2016-05-19
Reject '//' as a file completion prefix to avoid cygwin network hosts listing
Maxime Coste
2016-04-09
Fix is_word ambiguous overload
Maxime Coste
2016-04-09
fix word completion taking the words being edited as candidates
Maxime Coste
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
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2016-03-14
Support ~/ in insert mode filename completion
Maxime Coste
2016-03-14
Code cleanups
Maxime Coste
2016-03-12
Do not include the debug buffer in word completion
Maxime Coste
2016-02-28
Code cleanup
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2016-02-17
Hide info box when selecting empty insert completion
Maxime Coste
2016-02-04
String usage cleanups
Maxime Coste
2015-12-28
Cleanup InsertCompleter get rid of unneeded candidate vector copy
Maxime Coste
2015-12-27
Add a static_words str-list option always considered for word completion
Maxime Coste
2015-10-30
Make word insert completion work better with unicode char
Maxime Coste
2015-10-30
Fix preservation of entered text in option insert completer
Maxime Coste
2015-10-30
Minor code cleanup in insert_completer.cc
Maxime Coste
2015-10-29
Use ranked matches for option completion as well
Maxime Coste
2015-10-27
Move more logic into RankedMatch
Maxime Coste
2015-10-22
Extract WordDB::RankedWord as RankedMatch in its own file
Maxime Coste
[prev]
[next]