summaryrefslogtreecommitdiff
path: root/src/option_manager.hh
AgeCommit message (Expand)Author
2014-11-15More const String& to StringViewMaxime Coste
2014-11-02Remove AutoRegister util templateMaxime Coste
2014-10-30Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in itMaxime Coste
2014-10-23centralize bit operation support for enum used as flagsMaxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-08-19Remove option checkers, handle that through the type systemMaxime Coste
2014-05-25Disable 'interactive' options in :exec/:evalMaxime Coste
2014-05-05Complete option values with the current value of the optionMaxime Coste
2014-04-30Fix Option destructor that was not virtualMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2014-04-12Extract option descriptions in an shared OptionDesc classMaxime Coste
2014-04-11Add a docstring to optionsMaxime Coste
2014-04-09return a const String& in Option::name()Maxime Coste
2014-01-03Try prefix completion and then subsequence completion for option namesMaxime Coste
2013-11-12Add support for hidden options, not showed by completionMaxime Coste
2013-05-06Option can be declared with a checker function.Maxime Coste
2013-05-03add a completers option for specifying which completer to use for BufferCompl...Maxime Coste
2013-04-29FlagLines: use a shared updaters for optionsMaxime Coste
2013-04-17redeclaring an option with the same type is not an errorMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-02add an OptionManagerWatcher_AutoRegister classMaxime Coste
2013-03-31add support for adding to options instead of replacingMaxime Coste
2013-03-26Make TypedOption templates publicMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
2013-01-06minor code cleanupMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.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-06-27Tweak String class, and cleanup usagesMaxime Coste
2012-06-14Refactor OptionManager, add OptionManagerWatcherMaxime Coste
2012-06-12replace Option::operator {String,int} with Option::as_{string,int}Maxime 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