summaryrefslogtreecommitdiff
path: root/src/completion.hh
AgeCommit message (Expand)Author
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-08-06Completions functions take a Context parameterMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2011-11-12Completion: decentralise, move buffer name completion to BufferManagerMaxime Coste
2011-11-10Completions: change NullCompletion functor to complete_nothing functionMaxime Coste
2011-10-10Completions: move code from main.cc to completion.hhMaxime Coste
2011-09-22Completion: add complete_buffername completerMaxime Coste
2011-09-16complete_filename: accept cursor_position as additional parameterMaxime Coste
2011-09-14prompt: rework tu support arrows and completion cyclingMaxime Coste
2011-09-14Completion: dedicated completion header and basic filename completionMaxime Coste