summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2011-09-21Selectors: add a basic select_matching selector for <([{]])> pairsMaxime Coste
2011-09-21Move selectors function to their own fileMaxime Coste
2011-09-19Insert: refactoring using IncrementalInserterMaxime Coste
2011-09-17Shift-{H,J,K,L} keys move cursor while selecting.Maxime Coste
2011-09-16select_to_next_word{,_end}: words are [a-zA-Z0-9]Maxime Coste
2011-09-16Configure filename completer for edit and write commandsMaxime Coste
2011-09-14prompt: rework tu support arrows and completion cyclingMaxime Coste
2011-09-13CommandManager: basic command name completion supportMaxime Coste
2011-09-09assert: custom implementationMaxime Coste
2011-09-09exception: refactoringMaxime Coste
2011-09-08Add a buffer command to switch between existing buffersMaxime Coste
2011-09-08Buffer is now responsible for window creationMaxime Coste
2011-09-08Window lifetime is now handled by it's buffer.Maxime Coste
2011-09-07Refactor commands handling and parsing in a CommandManager classMaxime Coste
2011-09-06binding of undo to 'u' and redo to 'U'Maxime Coste
2011-09-05LineAndColumn: segregate into WindowCoord and BufferCoordMaxime Coste
2011-09-05window: support scrollingMaxime Coste
2011-09-02insert: print '-- INSERT --' in status lineMaxime Coste
2011-09-02better exception handling in edit and write_bufferMaxime Coste
2011-09-02prompt: correctly handle backspace when emptyMaxime Coste
2011-09-02main: catch all exceptions, close ncurses and rethrowMaxime Coste
2011-09-02Initial commitMaxime Coste