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
/
register.hh
Age
Commit message (
Collapse
)
Author
2015-04-23
Move Register to register_manager.hh
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
As in upcoming std c++ array_view, ArrayView<T> points to mutable data, use ArrayView<const T> or alias ConstArrayView<T> for const data.
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2013-11-11
Make Context a class, not a struct
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-02-18
Fix class/struct mismatches
Maxime Coste
2012-08-05
Registers need a context to return their values
Maxime Coste
2012-06-29
support static and dynamic registers, add '%' (filename) and '.' (selection) ↵
Maxime Coste
registers
2012-06-29
simplify Register interface
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-02-27
save and restore " and / registers in exec_keys
Maxime Coste
2012-02-09
Merge captures into registers, implements register insertion
Maxime Coste
2012-02-07
add a Register class, registers can now contain a list of string
Maxime Coste
That way, registers can be used to store per selection data