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-10-07
DisplayBuffer: do not store content in atom, begin and end are sufficient
Maxime Coste
2011-10-07
Debug: add a write_debug function
Maxime Coste
2011-10-07
Buffer: add a type property
Maxime Coste
2011-10-07
Window: get rid of select_mode
Maxime Coste
2011-10-06
clear selections after a change
Maxime Coste
2011-10-06
whitespace fix
Maxime Coste
2011-10-06
IncrementalInserter: support OpenLineBelow and OpenLineAbove mode
Maxime Coste
2011-10-06
Filters: tweak colorize_cplusplus
Maxime Coste
2011-10-05
quit: do not quit if modified buffer exists, add q! command
Maxime Coste
2011-10-05
draw_window: add a space for eol, so that selected eol are visible
Maxime Coste
2011-10-05
Window: empty_selections -> clear_selections
Maxime Coste
2011-10-05
Buffer: modification tracking
Maxime Coste
2011-10-04
Filters: tweaks colorize_cplusplus
Maxime Coste
2011-10-04
Window: add a basic status line
Maxime Coste
2011-10-03
escape-key force return to normal mode
Maxime Coste
2011-10-03
File: fix write_buffer_to_file
Maxime Coste
2011-10-03
Filters: add a colorize_cplusplus filter and use it by default in Window
Maxime Coste
2011-10-03
bind T and F as select_to_reverse non-inclusive and inclusive
Maxime Coste
2011-09-30
Filters: add a colorize_regex filter
Maxime Coste
2011-09-30
ncurses: quick'n'dirty color support
Maxime Coste
2011-09-29
Window: fix blink_void
Maxime Coste
2011-09-29
DisplayBuffer: check_invariant method to assert atoms consistency
Maxime Coste
2011-09-29
DisplayBuffer: add a split method to split an atom
Maxime Coste
2011-09-29
Window: add a test filter to make 'void' blink
Maxime Coste
2011-09-28
Window: refactor DisplayBuffer generation
Maxime Coste
2011-09-28
BufferIterator: add operator>{,=}
Maxime Coste
2011-09-28
Window: fix scrolling when select_mode == Append
Maxime Coste
2011-09-28
IncrementalInserter: Append, Insert or Change mode specified at construction
Maxime Coste
2011-09-28
Window: selection behaviour now depends on a window state
Maxime Coste
2011-09-27
Window: cursors are now implicit, taken from current selections
Maxime Coste
2011-09-27
Selectors: add a count argument to select_to
Maxime Coste
2011-09-27
Handle paste before and paster after with p and P
Maxime Coste
2011-09-26
erase, change: yank current selection before erasing
Maxime Coste
2011-09-25
DisplayBuffer: cleanup
Maxime Coste
2011-09-25
Word selectors: better handling of line breaks
Maxime Coste
2011-09-24
% key selects whole buffer
Maxime Coste
2011-09-24
gh and gl to move to first/last character of line
Maxime Coste
2011-09-24
BufferIterator: fix operator=
Maxime Coste
2011-09-24
Search: save last search to '/' register and bind n to repeat last search
Maxime Coste
2011-09-24
Window: undo group cleanup and fix of append method
Maxime Coste
2011-09-23
Basic support for yanking and pasting
Maxime Coste
2011-09-23
Window: add selection_content method
Maxime Coste
2011-09-23
CommandManager: now a singleton
Maxime Coste
2011-09-23
main: using namespace std::placeholders
Maxime Coste
2011-09-23
Utils: Singleton template and migration of the BufferManager
Maxime Coste
2011-09-23
Selectors: support inclusive mode in select_to (bound to f key)
Maxime Coste
2011-09-23
Selection: do not use [begin, end) semantics but [first, last]
Maxime Coste
2011-09-22
Completion: add complete_buffername completer
Maxime Coste
2011-09-22
BufferManager: allow iteration on Buffers with begin/end methods
Maxime Coste
2011-09-22
Selectors: add select_to which selects until a given character on current line
Maxime Coste
[prev]
[next]