index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-09-22
Selectors: fix select_matching
Maxime Coste
2011-09-22
basic g (go) command, gg/gt goes to first line, gb goes to last
Maxime Coste
2011-09-22
Selectors: more vi-like words movements
Maxime Coste
2011-09-22
Window: add move_cursor_to method
Maxime Coste
2011-09-22
Selection: fix canonicalize
Maxime Coste
2011-09-22
Buffer: add line_count method
Maxime Coste
2011-09-22
o key to open a line after the current one
Maxime Coste
2011-09-21
Selectors: add a basic select_matching selector for <([{]])> pairs
Maxime Coste
2011-09-21
Move selectors function to their own file
Maxime Coste
2011-09-20
RegexSelector: wrap on top if needed
Maxime Coste
2011-09-19
Insert: refactoring using IncrementalInserter
Maxime Coste
2011-09-19
Window: add a IncrementalInserter class for insert mode
Maxime Coste
2011-09-19
LineAndColumn: fix operator[+-]=
Maxime Coste
2011-09-18
Window: fix erase
Maxime Coste
2011-09-17
Window: code cleanup and more intelligent Selection class
Maxime Coste
2011-09-17
Shift-{H,J,K,L} keys move cursor while selecting.
Maxime Coste
2011-09-17
LineAndColumn: move to it's own header and add operator[+-]=?
Maxime Coste
2011-09-16
select_to_next_word{,_end}: words are [a-zA-Z0-9]
Maxime Coste
2011-09-16
Configure filename completer for edit and write commands
Maxime Coste
2011-09-16
CommandManager: support per command configurable completion
Maxime Coste
2011-09-16
complete_filename: accept cursor_position as additional parameter
Maxime Coste
2011-09-14
prompt: rework tu support arrows and completion cycling
Maxime Coste
2011-09-14
Completion: dedicated completion header and basic filename completion
Maxime Coste
2011-09-14
utils: add auto_raii helper function
Maxime Coste
2011-09-13
CommandManager: basic command name completion support
Maxime Coste
2011-09-09
assert: custom implementation
Maxime Coste
2011-09-09
exception: refactoring
Maxime Coste
2011-09-08
Add a buffer command to switch between existing buffers
Maxime Coste
2011-09-08
Buffer is now responsible for window creation
Maxime Coste
2011-09-08
Makefile: add rule for tags
Maxime Coste
2011-09-08
Window lifetime is now handled by it's buffer.
Maxime Coste
2011-09-08
Add a BufferManager singleton class, handling buffer lifetime
Maxime Coste
2011-09-08
utils: add operator== (const std::unique_ptr<T>&, T*)
Maxime Coste
2011-09-07
Refactor commands handling and parsing in a CommandManager class
Maxime Coste
2011-09-06
binding of undo to 'u' and redo to 'U'
Maxime Coste
2011-09-06
Window: basic binding of bufffer undo feature
Maxime Coste
2011-09-06
Buffer: Undo/Redo implementation
Maxime Coste
2011-09-06
utils: Add reversed template helper for container iteration
Maxime Coste
2011-09-06
Buffer: accept initial content in constructor
Maxime Coste
2011-09-05
LineAndColumn: segregate into WindowCoord and BufferCoord
Maxime Coste
2011-09-05
window: support scrolling
Maxime Coste
2011-09-05
window: cursor position is now stored in window coordinate
Maxime Coste
2011-09-02
insert: print '-- INSERT --' in status line
Maxime Coste
2011-09-02
RegexSelector: search the entire buffer instead of the current line
Maxime Coste
2011-09-02
add const BufferIterator::Buffer& buffer() method
Maxime Coste
2011-09-02
better exception handling in edit and write_buffer
Maxime Coste
2011-09-02
create_buffer_from_file: throw file_not_found instead of open_file_error when...
Maxime Coste
2011-09-02
prompt: correctly handle backspace when empty
Maxime Coste
2011-09-02
main: catch all exceptions, close ncurses and rethrow
Maxime Coste
2011-09-02
Initial commit
Maxime Coste
[prev]