summaryrefslogtreecommitdiff
path: root/src/completion.hh
AgeCommit message (Expand)Author
2014-06-15Refactor highlighter command completionsMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2014-01-27Rework command completion to allow partial token completionMaxime Coste
2014-01-09Style changes, replace typedefs with usingsMaxime Coste
2013-12-30Extract shell_complete lambda as a proper functionMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-11-11Make Context a class, not a structMaxime Coste
2013-11-04Add automatic completion display in prompt modeMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-13move complete_filename to file.ccMaxime Coste
2013-02-18Fix class/struct mismatchesMaxime Coste
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