1
I Use This!
High Activity

Commits : Listings

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