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
/
debug.cc
Age
Commit message (
Expand
)
Author
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-04-03
Avoid zstr in write_debug when no *debug* buffer can be created
Maxime Coste
2015-01-20
Fix write_debug with no debug buffer and multiple lines
Maxime Coste
2015-01-05
Refactor write_debug to avoid empty first line in *debug* buffer
Maxime Coste
2015-01-02
Remove unneeded static String
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-04-30
Use StringView in write_debug
Maxime Coste
2014-01-23
write_debug: fallback to stderr if the BufferManager does not exists yet
Maxime Coste
2013-12-20
Get rid of Editor for good
Maxime Coste
2013-12-14
Remove Editor::select methods, add a non-const selections getter
Maxime Coste
2013-06-06
remove BufferIterator conversion to/from BufferCoord
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-21
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
Maxime Coste
2012-11-21
Buffer: replace reset_undo_data with a NoUndo flag
Maxime Coste
2012-11-20
Buffer: replace Buffer::Type with Buffer::Flags
Maxime Coste
2012-11-19
write_debug automatically appends an eol to the message
Maxime Coste
2012-09-11
do not keep undo data in the debug buffer
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-06
use an Editor in write_debug
Maxime Coste
2011-12-07
Buffer: replace insert and erase methods with modify
Maxime Coste
2011-11-28
Debug: stop writing key codes to debug buffer and cleanups
Maxime Coste
2011-10-07
Debug: add a write_debug function
Maxime Coste