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
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2020-09-09
Add support for removing from options
Maxime Coste
2020-06-09
Do not include non-primitive option value in *SetOption hook filter
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2019-01-20
Defer deletion of unsetted option to return to main loop
Maxime Coste
2018-11-28
Fix hooks triggering on unset-option even if parent has same value
Maxime Coste
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-07-05
Change option lists to be specified as separate arguments on commands line
Maxime Coste
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-09
Mark Client, Window, Buffer and OptionManager as final
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-02-20
Rewrite OptionManager::flatten_options to use ranges
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-06-23
Use an HashMap to store options in option manager
Maxime Coste
2017-05-25
Add an update-option command to update range-descs/line-descs options
Maxime Coste
2017-05-22
Remove virtual destructor from OptionManagerWatcher
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-16
Try to clean up option include a bit
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-03-15
Migrate to a more value based meta programming model
Maxime Coste
2017-03-07
Small code simplification
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-09-27
Validate option names to be in [a-zA-Z0-9_]
Maxime Coste
2016-09-26
OptionDescs are const in OptionRegistry
Maxime Coste
2016-08-21
Dont consider OptionManager watcher list as part of the state of the option m...
Maxime Coste
2016-08-07
Tweak format of option docstrings
Maxime Coste
2016-08-06
Add information of types of options
Maxime Coste
2016-08-06
Replace some const String& with StringView in option_manager.hh
Maxime Coste
2016-03-14
Include tweak
Maxime Coste
2016-02-11
Support validating some options values before setting them
Maxime Coste
2015-12-12
Store the buffer timestamp in line flags options respect it for highlighting
Maxime Coste
2015-12-12
Pass directly the StringView to option_add and let it do the option parsing
Maxime Coste
2015-08-10
Add an unset command to remove an option value (falling back to parent)
Maxime Coste
2015-08-10
Move option docstring obtention to OptionRegistry
Maxime Coste
2015-08-10
Move option name completion to the OptionRegistry
Maxime Coste
2015-07-23
Disable notifications when disabling an option temporarly
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-04-26
Move option_not_found exception to the cpp file
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2014-12-23
Unify completion from container content logic
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-12-11
Remove unneeded includes
Maxime Coste
2014-11-16
Yet more StringView params, less const String&
Maxime Coste
2014-11-15
More const String& to StringView
Maxime Coste
[next]