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
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
2015-03-09
Remove is_in_range utility function
Maxime Coste
2015-01-27
Keep all completion matches when selecting a candidate
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2014-12-23
Code refactoring in WordDB
Maxime Coste
2014-12-09
Get rid of uses of unordered_set, vector is just simpler and faster...
Maxime Coste
2014-11-17
Tweak option completion behaviour
Maxime Coste
2014-11-17
option completion are valid until a modification is made before it
Maxime Coste
2014-11-11
Hide info box when closing insert completion menu
Maxime Coste
2014-11-08
Add a MenuDoc style for info box, that will place it next to the menu
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
Fix unneeded WordDB copy in complete_word
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
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-07-30
Insert word completion: Use subsequence matching if prefix failed
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-26
Style fixes
Maxime Coste
2014-05-31
minor cleanups in insert_completer.cc
Maxime Coste
2014-05-24
Remove use of 'offset' in buffer iterators, lines are just String
Maxime Coste
2014-05-14
Use a plain SelectionList for Context, remove DynamicSelectionList
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-29
Fix word completion that replaced the whole current word
Maxime Coste
2014-04-28
Extract insert completion code to insert_completer.{cc,hh}
Maxime Coste
[prev]