index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
option_manager.hh
Age
Commit message (
Expand
)
Author
2014-11-15
More const String& to StringView
Maxime Coste
2014-11-02
Remove AutoRegister util template
Maxime Coste
2014-10-30
Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it
Maxime Coste
2014-10-23
centralize bit operation support for enum used as flags
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-08-19
Remove option checkers, handle that through the type system
Maxime Coste
2014-05-25
Disable 'interactive' options in :exec/:eval
Maxime Coste
2014-05-05
Complete option values with the current value of the option
Maxime Coste
2014-04-30
Fix Option destructor that was not virtual
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-04-12
Extract option descriptions in an shared OptionDesc class
Maxime Coste
2014-04-11
Add a docstring to options
Maxime Coste
2014-04-09
return a const String& in Option::name()
Maxime Coste
2014-01-03
Try prefix completion and then subsequence completion for option names
Maxime Coste
2013-11-12
Add support for hidden options, not showed by completion
Maxime Coste
2013-05-06
Option can be declared with a checker function.
Maxime Coste
2013-05-03
add a completers option for specifying which completer to use for BufferCompl...
Maxime Coste
2013-04-29
FlagLines: use a shared updaters for options
Maxime Coste
2013-04-17
redeclaring an option with the same type is not an error
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-02
add an OptionManagerWatcher_AutoRegister class
Maxime Coste
2013-03-31
add support for adding to options instead of replacing
Maxime Coste
2013-03-26
Make TypedOption templates public
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-01-06
minor code cleanup
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-06-27
Tweak String class, and cleanup usages
Maxime Coste
2012-06-14
Refactor OptionManager, add OptionManagerWatcher
Maxime Coste
2012-06-12
replace Option::operator {String,int} with Option::as_{string,int}
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-04-03
Option name completion support
Maxime Coste
2012-04-03
add an OptionManager class and use it to manage tabstops
Maxime Coste
[prev]