summaryrefslogtreecommitdiff
path: root/src/option_manager.cc
AgeCommit message (Expand)Author
2012-12-13the shell used for command execution can be changed using the 'shell' optionMaxime Coste
2012-11-29add an ignored_files regex option whose matches are not used for completionMaxime Coste
2012-11-29Add configurable prompt completion behaviourMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-11-19Add indent/deindent binding (> and <)Maxime 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-10detect byte order mark in buffers, and write backMaxime Coste
2012-08-10support crlf line ending when reading and writing buffersMaxime Coste
2012-06-14Refactor OptionManager, add OptionManagerWatcherMaxime Coste
2012-06-12When creating an Option, OptionManager takes it's initial value from it's par...Maxime Coste
2012-05-29Add some string helpers and unit testsMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-04-03Option name completion supportMaxime Coste
2012-04-03add an OptionManager class and use it to manage tabstopsMaxime Coste