Maxime Coste
|
c0973075fa
|
Get rid of Editor for good
ClientManager now stores only the free windows, clients take
ownership of its own.
|
2013-12-20 20:14:57 +00:00 |
|
Maxime Coste
|
ce0e71aacb
|
Remove Editor::select methods, add a non-const selections getter
|
2013-12-14 18:38:14 +00:00 |
|
Maxime Coste
|
6b667bc803
|
remove BufferIterator conversion to/from BufferCoord
|
2013-06-06 19:44:07 +02:00 |
|
Maxime Coste
|
5adee4a6a7
|
rename assert to kak_assert to avoid collisions
|
2013-04-09 20:04:11 +02:00 |
|
Maxime Coste
|
e5d93c2194
|
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
|
2013-03-21 19:09:31 +01:00 |
|
Maxime Coste
|
d1fade5c9e
|
Buffer: replace reset_undo_data with a NoUndo flag
|
2012-11-21 13:43:10 +01:00 |
|
Maxime Coste
|
8bbfbc8c72
|
Buffer: replace Buffer::Type with Buffer::Flags
|
2012-11-20 19:47:56 +01:00 |
|
Maxime Coste
|
07e5655ac1
|
write_debug automatically appends an eol to the message
|
2012-11-19 19:03:01 +01:00 |
|
Maxime Coste
|
a0b75817a5
|
do not keep undo data in the debug buffer
|
2012-09-11 19:03:13 +02:00 |
|
Maxime Coste
|
9337938403
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
|
Maxime Coste
|
c183acb800
|
use an Editor in write_debug
|
2012-03-06 23:12:48 +00:00 |
|
Maxime Coste
|
c40eb2b03a
|
Buffer: replace insert and erase methods with modify
modify directly takes a Modification as parameter
|
2011-12-07 14:26:40 +00:00 |
|
Maxime Coste
|
46a01b5a0b
|
Debug: stop writing key codes to debug buffer and cleanups
|
2011-11-28 18:52:29 +00:00 |
|
Maxime Coste
|
a19f4f059d
|
Debug: add a write_debug function
write_debug writes in a Scratch buffer named '*debug*', so that debug
messages are accessibles from within kakoune
|
2011-10-07 14:16:38 +00:00 |
|