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
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