summaryrefslogtreecommitdiff
path: root/src/option_manager.cc
AgeCommit message (Expand)Author
2013-03-19Add an 'insert_hide_sel' option, which hides selection when insertingMaxime Coste
2013-03-14add support for regex options, make ignored_files oneMaxime Coste
2013-03-13goto file uses the 'path' string-list option instead of hard coded pathsMaxime Coste
2013-03-11Add an experimental configurable input completion fonctionMaxime Coste
2013-03-06throw a runtime error when a wrong type is requested for an optionMaxime Coste
2013-03-06Add support for int list options, specified using a comma seperated list of intMaxime Coste
2013-03-05fix ignored_files default valueMaxime Coste
2013-03-05simplify how string -> option conversion are written, free functions instead ...Maxime Coste
2013-03-05Add support for boolean optionsMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
2012-12-31add incsearch option to choose if incremental search is enabledMaxime Coste
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