1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 07, 2024 — Dec 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CommandManager: support per command configurable completion More... about 14 years ago
complete_filename: accept cursor_position as additional parameter More... about 14 years ago
prompt: rework tu support arrows and completion cycling More... about 14 years ago
Completion: dedicated completion header and basic filename completion More... about 14 years ago
utils: add auto_raii helper function More... about 14 years ago
CommandManager: basic command name completion support More... about 14 years ago
assert: custom implementation More... about 14 years ago
exception: refactoring More... about 14 years ago
gitignore: ignore tags file More... about 14 years ago
Add a buffer command to switch between existing buffers More... over 14 years ago
Buffer is now responsible for window creation More... over 14 years ago
Makefile: add rule for tags More... over 14 years ago
Window lifetime is now handled by it's buffer. More... over 14 years ago
Add a BufferManager singleton class, handling buffer lifetime More... over 14 years ago
utils: add operator== (const std::unique_ptr<T>&, T*) More... over 14 years ago
Refactor commands handling and parsing in a CommandManager class More... over 14 years ago
binding of undo to 'u' and redo to 'U' More... over 14 years ago
Window: basic binding of bufffer undo feature More... over 14 years ago
Buffer: Undo/Redo implementation More... over 14 years ago
utils: Add reversed template helper for container iteration More... over 14 years ago
Buffer: accept initial content in constructor More... over 14 years ago
LineAndColumn: segregate into WindowCoord and BufferCoord More... over 14 years ago
window: support scrolling More... over 14 years ago
window: cursor position is now stored in window coordinate More... over 14 years ago
insert: print '-- INSERT --' in status line More... over 14 years ago
RegexSelector: search the entire buffer instead of the current line More... over 14 years ago
add const BufferIterator::Buffer& buffer() method More... over 14 years ago
better exception handling in edit and write_buffer More... over 14 years ago
create_buffer_from_file: throw file_not_found instead of open_file_error when ENOENT More... over 14 years ago
prompt: correctly handle backspace when empty More... over 14 years ago