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_types.hh
Age
Commit message (
Expand
)
Author
2014-11-12
Cleanup includes
Maxime Coste
2014-11-10
Add support for unordered_map options
Maxime Coste
2014-10-07
Switch some const String& parameters to StringView
Maxime Coste
2014-10-06
Use ',' instead of '|' as tuple option fields separators
Maxime Coste
2014-10-06
scrolloff is now a line,column pair
Maxime Coste
2013-11-16
fix invalid value handling for yes no ask options
Maxime Coste
2013-10-21
Add YesNoAsk type for options
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-07-24
go back to : as set/list separator in options
Maxime Coste
2013-07-24
list,set and tuple options support escaping the separator
Maxime Coste
2013-05-17
revive str_to_int so that the good exception type is thrown on error
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-05-06
add unordered_set option support, use it for completers
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-02
Change list separators to ; and tuple separators to |
Maxime Coste
2013-03-31
add support for adding to options instead of replacing
Maxime Coste
2013-03-29
Add support for tuple Options, implement LineAndFlag using that
Maxime Coste
2013-03-26
Make TypedOption templates public
Maxime Coste
2013-03-26
Add a special option type LineAndFlag, use it for FlagLines highlighter
Maxime Coste