home/src
Maxime Coste 6668151c78 LineAndColumn: segregate into WindowCoord and BufferCoord
Having the same type to specify coordinates in window space or buffer
space is error prone, now the compiler will tell if we use one for
another.
2011-09-05 19:06:31 +00:00
..
buffer.cc LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00
buffer.hh LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00
display_buffer.cc Initial commit 2011-09-02 16:51:20 +00:00
display_buffer.hh Initial commit 2011-09-02 16:51:20 +00:00
file.cc create_buffer_from_file: throw file_not_found instead of open_file_error when ENOENT 2011-09-02 18:01:20 +00:00
file.hh create_buffer_from_file: throw file_not_found instead of open_file_error when ENOENT 2011-09-02 18:01:20 +00:00
main.cc LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00
Makefile Initial commit 2011-09-02 16:51:20 +00:00
regex_selector.cc RegexSelector: search the entire buffer instead of the current line 2011-09-02 18:38:10 +00:00
regex_selector.hh Initial commit 2011-09-02 16:51:20 +00:00
utils.hh LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00
window.cc LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00
window.hh LineAndColumn: segregate into WindowCoord and BufferCoord 2011-09-05 19:06:31 +00:00