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.cc
Age
Commit message (
Expand
)
Author
2013-03-19
Add an 'insert_hide_sel' option, which hides selection when inserting
Maxime Coste
2013-03-14
add support for regex options, make ignored_files one
Maxime Coste
2013-03-13
goto file uses the 'path' string-list option instead of hard coded paths
Maxime Coste
2013-03-11
Add an experimental configurable input completion fonction
Maxime Coste
2013-03-06
throw a runtime error when a wrong type is requested for an option
Maxime Coste
2013-03-06
Add support for int list options, specified using a comma seperated list of int
Maxime Coste
2013-03-05
fix ignored_files default value
Maxime Coste
2013-03-05
simplify how string -> option conversion are written, free functions instead ...
Maxime Coste
2013-03-05
Add support for boolean options
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2012-12-31
add incsearch option to choose if incremental search is enabled
Maxime Coste
2012-12-13
the shell used for command execution can be changed using the 'shell' option
Maxime Coste
2012-11-29
add an ignored_files regex option whose matches are not used for completion
Maxime Coste
2012-11-29
Add configurable prompt completion behaviour
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-19
Add indent/deindent binding (> and <)
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-08-10
detect byte order mark in buffers, and write back
Maxime Coste
2012-08-10
support crlf line ending when reading and writing buffers
Maxime Coste
2012-06-14
Refactor OptionManager, add OptionManagerWatcher
Maxime Coste
2012-06-12
When creating an Option, OptionManager takes it's initial value from it's par...
Maxime Coste
2012-05-29
Add some string helpers and unit tests
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]