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
/
completion.cc
Age
Commit message (
Expand
)
Author
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2017-10-25
Fix infinite loop shell_complete
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2015-11-19
Remove trailing whitespaces
Michael Vetter
2015-04-15
Remove is_blank, which is identical to is_horizontal_blank
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-01-03
shell_completion use command completion after | and &&
Maxime Coste
2014-01-03
shell_completion uses command completion after semicolons
Maxime Coste
2013-12-30
Extract shell_complete lambda as a proper function
Maxime Coste
2013-03-13
move complete_filename to file.cc
Maxime Coste
2013-03-05
log to debug when make_regex_ifp catch a regex_error
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2012-12-13
File completion: when no files match entered text as prefix, try as regex
Maxime Coste
2012-12-13
file completion: disable ignored files when entered prefix matches.
Maxime Coste
2012-11-29
add an ignored_files regex option whose matches are not used for completion
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-09-12
use parse_filename when opening files or completing filenames so that ~ and e...
Maxime Coste
2012-08-29
escape whitespaces in filename or buffername completions
Maxime Coste
2012-08-28
fix complete_filename
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-07
fix complete_filename
Maxime Coste
2012-08-06
Completions functions take a Context parameter
Maxime Coste
2012-06-12
Cleanup utils.hh, remove auto_raii in favor of on_scope_end
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-04
fix complete_filename when directory does not exist
Maxime Coste
2012-01-15
Completion: sort results in complete_filename
Maxime Coste
2012-01-15
Completion: handle hidden files in complete_filenam
Maxime Coste
2011-12-22
Completions: complete_filename correctly support directories
Maxime Coste
2011-11-12
Completion: decentralise, move buffer name completion to BufferManager
Maxime Coste
2011-09-22
Completion: add complete_buffername completer
Maxime Coste
2011-09-16
complete_filename: accept cursor_position as additional parameter
Maxime Coste
2011-09-14
Completion: dedicated completion header and basic filename completion
Maxime Coste