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
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
2015-10-20
Sort insert completer words by name favoring lower case and then stable sort ...
Maxime Coste
2015-10-19
Fix removal of duplicated words in insert completion
Maxime Coste
2015-10-19
Fix handling of explicit insert completers
Maxime Coste
2015-10-18
Do not filter completions in InsertCompleter anymore
Maxime Coste
2015-10-18
Experiment with ranked word completion depending on word boundaries
Maxime Coste
2015-10-06
Cleanup insert_completer code and use markup for option completion menu entry
Maxime Coste
2015-10-05
Fix display of path insert completion for absolute paths
Maxime Coste
2015-10-05
Display word insert completion buffer name in a different color
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
2015-09-11
Small code style tweak in insert_completer.cc
Maxime Coste
2015-09-02
std::accumulate is in <numeric> not <algorithm>
Maxime Coste
2015-09-02
Add missing include
Maxime Coste
2015-09-02
comparison ops for MatchAndBuffer should be const
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-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-05-02
Formatting fix
Maxime Coste
2015-03-30
Replace various adhoc operator+ based formatting with format func
Maxime Coste
2015-03-15
Store fake keystrokes when selecting an insert completion candidate
Maxime Coste
2015-03-13
Do not change the insert completion menu when a candidate is selected
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
[next]