Maxime Coste
|
cb197f57ba
|
Avoid temporary strings on buffer load/reload
Pass directly a Vector<ref_ptr<StringStorage>> to the buffer
|
2015-01-22 13:39:29 +00:00 |
|
Maxime Coste
|
da562e03a0
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
|
Maxime Coste
|
0517a19e6d
|
Use a select based event handling and fix deadlock
|
2014-12-03 13:56:02 +00:00 |
|
Maxime Coste
|
49931fbf05
|
Separate events between normal and urgent ones
Run urgent ones while executing %sh blocks.
Fixes #236
|
2014-11-25 13:52:06 +00:00 |
|
Maxime Coste
|
c8ea2e78f9
|
Reuse existing buffer when creating a fifo one
That way, client having this buffer already visible wont switch to
another one due to previous buffer getting deleted
|
2014-11-04 23:51:22 +00:00 |
|
Maxime Coste
|
fc4142178f
|
Port more code to StringView instead of const String&
|
2014-10-20 19:18:38 +01:00 |
|
Maxime Coste
|
fa85f0fc32
|
Refactor regex uses, do not reference boost except in regex.hh
|
2014-10-13 13:14:23 +01:00 |
|
Maxime Coste
|
d4a84125ef
|
Use InternedStrings for buffer contents
|
2014-10-03 13:39:13 +01:00 |
|
Maxime Coste
|
114d33c7f8
|
Limit the iteration count when reading from a fifo
|
2014-08-26 22:11:23 +01:00 |
|
Maxime Coste
|
8d4531d419
|
Add support for reading from stdin/writing to stdout in filter mode
Note that kakoune still needs to read the whole buffer first, only
once stdin is closed can it execute the keys.
|
2014-08-15 13:21:54 +01:00 |
|
Maxime Coste
|
c6df0c9174
|
Do not write '*** kak: fifo closed ***' in buffers
The status line '[fifo]' flag should replace that
|
2014-07-07 23:56:17 +01:00 |
|
Maxime Coste
|
ed68d1ff28
|
utf8: use end of sequence iterators for more security
|
2014-07-05 12:10:06 +01:00 |
|
Maxime Coste
|
b18db68c8a
|
Fix spurious eol appearing in non scrolling fifo buffers
|
2014-06-30 18:56:18 +01:00 |
|
Maxime Coste
|
3ef5bf53d5
|
Add BufCloseFifo hook and use that to remove fifo directories
|
2014-06-16 19:50:20 +01:00 |
|
Maxime Coste
|
aa48179131
|
read all available text in fifo each time the fd is signaled
|
2014-05-15 19:11:59 +01:00 |
|
Maxime Coste
|
8546788b43
|
Refactor LineAndColumn coordinates
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
2014-05-07 19:53:45 +01:00 |
|
Maxime Coste
|
e83123de1f
|
Add support for non-scrolling fifo buffers
|
2014-05-02 18:58:04 +01:00 |
|
Maxime Coste
|
479c067a40
|
Add support for running Kakoune with redirected stdin
Will read to a *stdin* fifo buffer
|
2014-04-29 21:37:11 +01:00 |
|
Maxime Coste
|
7190791927
|
Move some buffer related utility functions to buffer_utils.{cc,hh}
|
2014-04-28 19:48:23 +01:00 |
|