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
2012-12-31
add incsearch option to choose if incremental search is enabled
Maxime Coste
2012-12-31
Add Editor::select(const Selection&, SelectMode)
Maxime Coste
2012-12-31
minor cleanup
Maxime Coste
2012-12-31
Editor: merge_overlapping -> sort_and_merge_overlapping
Maxime Coste
2012-12-31
Fix join on last line (it appended a trailing space)
Maxime Coste
2012-12-31
support count in search next, and only push jump in replace mode
Maxime Coste
2012-12-28
add a force mode to delete buffer (db!)
Maxime Coste
2012-12-28
IncrementalInserter: fix append mode when on line end
Maxime Coste
2012-12-28
tweak window status line format
Maxime Coste
2012-12-28
Buffer loses the 'New' flag when written
Maxime Coste
2012-12-28
new clients always takes last used buffer, support multiple file on command line
Maxime Coste
2012-12-28
BufferManager: registering buffers are front inserted
Maxime Coste
2012-12-27
IncrementalInserter: preserve captures
Maxime Coste
2012-12-27
fix splitting with inverted selection
Maxime Coste
2012-12-27
Editor: when replacing, select inserted text
Maxime Coste
2012-12-27
select_matching: fix when matching is the first character
Maxime Coste
2012-12-19
add a -n option prevent kakrc from being sourced
Maxime Coste
2012-12-19
Client: catch errors when executing init commands
Maxime Coste
2012-12-19
Buffer: close undo group when saved
Maxime Coste
2012-12-18
support -e switch for initial command to execute
Maxime Coste
2012-12-18
Support initial command passing when a client is connecting
Maxime Coste
2012-12-18
do_go: support append mode on go to top/bottom, ignore case
Maxime Coste
2012-12-18
editor: support select mode on select(BufferIterator)
Maxime Coste
2012-12-18
join: preserve multiple selections
Maxime Coste
2012-12-15
menu commands has a -select-cmds option
Maxime Coste
2012-12-15
NCurses: info window tries to avoid the menu one
Maxime Coste
2012-12-15
NCurses: some code refactoring
Maxime Coste
2012-12-15
Command line parsing: support empty strings
Maxime Coste
2012-12-14
InputHandler: call callback on abort and on selected element change as well
Maxime Coste
2012-12-14
info: support a -inline option
Maxime Coste
2012-12-14
UserInterface: add info box support
Maxime Coste
2012-12-13
optimize merge_overlappings
Maxime Coste
2012-12-13
perf tweak in BufferIterator
Maxime Coste
2012-12-13
minor refactoring in highlight_range
Maxime Coste
2012-12-13
ctags.kak: avoid brackets in search pattern
Maxime Coste
2012-12-13
DynamicSelectionList: derive from SelectionList
Maxime Coste
2012-12-13
tweak cpp highlighting
Maxime Coste
2012-12-13
change replace char behaviour, now replace each selected chars
Maxime Coste
2012-12-13
File completion: when no files match entered text as prefix, try as regex
Maxime Coste
2012-12-13
move selection updating code out of selection, to DynamicSelectionList
Maxime Coste
2012-12-13
do_select: do not propagate errors on incremental search
Maxime Coste
2012-12-13
overlaps takes Range parameters instead of Selection
Maxime Coste
2012-12-13
tweak git commit message highlighting
Maxime Coste
2012-12-13
Makefile: add a userconfig target
Maxime Coste
2012-12-13
Prompt: when completion has only one candidate, next tab starts a new completion
Maxime Coste
2012-12-13
file completion: disable ignored files when entered prefix matches.
Maxime Coste
2012-12-13
remote.cc: move write function as member of Message
Maxime Coste
2012-12-13
code cleanup in remote.cc
Maxime Coste
2012-12-13
the shell used for command execution can be changed using the 'shell' option
Maxime Coste
2012-12-13
minor code cleanup in do_select_object
Maxime Coste
[next]