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-11-28
Debug: stop writing key codes to debug buffer and cleanups
Maxime Coste
2011-11-27
Buffer: refactor to remove do_{insert,erase} methods
Maxime Coste
2011-11-27
Add a kakrc file which automatically enables hlcpp on c/c++ files
Maxime Coste
2011-11-27
Add a source command to execute commands from file
Maxime Coste
2011-11-27
File: extract read_file function which returns file content in a string
Maxime Coste
2011-11-26
Add wq and wq! commands
Maxime Coste
2011-11-26
CommandManager: fix complete and style tweak
Maxime Coste
2011-11-26
Add hook command
Maxime Coste
2011-11-26
Window: call WinCreate hook on creation
Maxime Coste
2011-11-26
Filters: fix colorize_regex_range when range is not visible
Maxime Coste
2011-11-26
HooksManager: replace HookContext with Context
Maxime Coste
2011-11-26
Add a Context parameter to commands
Maxime Coste
2011-11-26
CommandManager: argument splitting supports "multi word"
Maxime Coste
2011-11-25
Add a HooksManager class
Maxime Coste
2011-11-24
Filters: tweak colorize_cplusplus
Maxime Coste
2011-11-24
SelectionHighlighter: highlight end of lines in selection
Maxime Coste
2011-11-24
Filters: generalize colorize_regex in colorize_regex_range
Maxime Coste
2011-11-24
Selectors: fix corner cases on first/last buffer char
Maxime Coste
2011-11-24
Buffer: fix handling of last eol
Maxime Coste
2011-11-22
Selectors: fix select_whole_lines
Maxime Coste
2011-11-22
use alt-x instead of , to select whole lines
Maxime Coste
2011-11-22
Add alt-j command to join lines
Maxime Coste
2011-11-22
Window: add replace method
Maxime Coste
2011-11-21
IncrementalInserter: fix erase
Maxime Coste
2011-11-21
Selectors: add split_selection bound to Alt-s
Maxime Coste
2011-11-21
Extract RegexSelector methods as plain selectors
Maxime Coste
2011-11-21
Add , to fully selects lines selection is on.
Maxime Coste
2011-11-16
DisplayBuffer: fix DisplayAtom::iterator_at
Maxime Coste
2011-11-16
RegexSelector: support captures
Maxime Coste
2011-11-16
IncrementalInserter: add insert_capture method bound to ^B<num>
Maxime Coste
2011-11-16
Selections: add captures field
Maxime Coste
2011-11-16
RegexSelector: support multi selections, bound to s key
Maxime Coste
2011-11-16
Window: add multi_select method
Maxime Coste
2011-11-15
Filters: cleanup trailing whitespaces
Maxime Coste
2011-11-15
ncurses: set ESCDELAY to 25 so that esc key lag is less noticeable
Maxime Coste
2011-11-14
remove unused code
Maxime Coste
2011-11-14
Filters: colorize_regex supports matches spanning multiple display atoms
Maxime Coste
2011-11-14
DisplayBuffer: split now preserve iterator parameter
Maxime Coste
2011-11-12
Completions: add filterid completion for rmfilter
Maxime Coste
2011-11-12
Completions: add basic addfilter completion
Maxime Coste
2011-11-12
Completion: decentralise, move buffer name completion to BufferManager
Maxime Coste
2011-11-10
Completions: change NullCompletion functor to complete_nothing function
Maxime Coste
2011-11-10
Filters: make colorize_regex accessible through addfilter
Maxime Coste
2011-11-09
Filters: refactoring
Maxime Coste
2011-11-09
fix launching on new file
Maxime Coste
2011-11-09
Filters: code cleanup
Maxime Coste
2011-11-08
Window: support adding and removing filters with :addfilter :rmfilter
Maxime Coste
2011-11-08
Filters: register existing filters with the registry
Maxime Coste
2011-11-08
Add a filter registry class
Maxime Coste
2011-11-04
IncrementalInserter: move cursor left when finishing
Maxime Coste
[prev]
[next]