summaryrefslogtreecommitdiff
path: root/src/completion.cc
AgeCommit message (Expand)Author
2012-12-13file completion: disable ignored files when entered prefix matches.Maxime Coste
2012-11-29add an ignored_files regex option whose matches are not used for completionMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-09-12use parse_filename when opening files or completing filenames so that ~ and e...Maxime Coste
2012-08-29escape whitespaces in filename or buffername completionsMaxime Coste
2012-08-28fix complete_filenameMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-08-07fix complete_filenameMaxime Coste
2012-08-06Completions functions take a Context parameterMaxime Coste
2012-06-12Cleanup utils.hh, remove auto_raii in favor of on_scope_endMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-04fix complete_filename when directory does not existMaxime Coste
2012-01-15Completion: sort results in complete_filenameMaxime Coste
2012-01-15Completion: handle hidden files in complete_filenamMaxime Coste
2011-12-22Completions: complete_filename correctly support directoriesMaxime Coste
2011-11-12Completion: decentralise, move buffer name completion to BufferManagerMaxime Coste
2011-09-22Completion: add complete_buffername completerMaxime Coste
2011-09-16complete_filename: accept cursor_position as additional parameterMaxime Coste
2011-09-14Completion: dedicated completion header and basic filename completionMaxime Coste