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
2013-05-16
more robust NCursesUI::menu_show
Maxime Coste
2013-05-16
cpp.kak: fix alt_dirs option default value
Maxime Coste
2013-05-16
Add scrolloff option support
Maxime Coste
2013-05-15
add '&' for aligning selections
Maxime Coste
2013-05-15
Full object selection support for paragraphs and sentences
Maxime Coste
2013-05-15
colalias can reference another alias
Maxime Coste
2013-05-14
Editor::select(Selection, SelectMode::Extend) now only keeps the extended mai...
Maxime Coste
2013-05-14
tweak Range::merge_with behaviour
Maxime Coste
2013-05-14
fix overlaps(Range, Range)
Maxime Coste
2013-05-13
fix regex prompt whith empty regex
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-05-13
support specifying colors with RGB components
Maxime Coste
2013-05-06
Option can be declared with a checker function.
Maxime Coste
2013-05-06
add unordered_set option support, use it for completers
Maxime Coste
2013-05-06
add specialized contains function for unordered_set
Maxime Coste
2013-05-03
add a completers option for specifying which completer to use for BufferCompl...
Maxime Coste
2013-05-03
BufferCompleter: avoid modifying the buffer when not needed
Maxime Coste
2013-05-03
Editor: tweak behaviour on undo/redo when selecting modified ranges
Maxime Coste
2013-05-03
Editor: undo and redo select all ranges modified instead of the last one
Maxime Coste
2013-05-03
add SelectionList::check_invariant
Maxime Coste
2013-05-02
Move selection update code to SelectionList
Maxime Coste
2013-05-02
DisplayBuffer: optimize Text and ReplacedBufferRange as well
Maxime Coste
2013-04-30
Fix UndoGroupOptimizer
Maxime Coste
2013-04-30
add paragraph (p) object
Maxime Coste
2013-04-30
add sentence (s) object
Maxime Coste
2013-04-29
Fix UndoGroupOptimizer
Maxime Coste
2013-04-29
FlagLines: use a shared updaters for options
Maxime Coste
2013-04-29
catch errors when opening files given on command line
Maxime Coste
2013-04-29
fix bug in compact_path
Maxime Coste
2013-04-26
fix handling of ~ in filenames so that :edit ~ does not open a file named '~'
Maxime Coste
2013-04-26
git-tools.kak: support add and diff command
Maxime Coste
2013-04-26
echo: rename -col option to -color
Maxime Coste
2013-04-26
When committing an undo group, run an optimization pass on it
Maxime Coste
2013-04-26
Buffer::Modification::Position is a BufferCoord instead of a BufferIterator
Maxime Coste
2013-04-24
Buffer: rename character_count method to byte_count
Maxime Coste
2013-04-23
BufferCompleter: change behaviour to handle non prefix completions
Maxime Coste
2013-04-23
utils: add is_in_range function
Maxime Coste
2013-04-23
use alt-J for joining and selecting the spaces replacing line breaks
Maxime Coste
2013-04-23
Buffer: add is_valid(BufferCoord) method
Maxime Coste
2013-04-23
FlagLines: do not create a new local option in window if the option comes fro...
Maxime Coste
2013-04-23
git-tools.kak: use a single git command with subcommands
Maxime Coste
2013-04-22
use a DynamicSelectionList when searching as the buffer may be modified durin...
Maxime Coste
2013-04-22
selecting a surrounding object goes up one level if what we find is already s...
Maxime Coste
2013-04-22
support renaming buffers
Maxime Coste
2013-04-19
rename go function to goto_commands
Maxime Coste
2013-04-19
add KakBegin and KakEnd hooks
Maxime Coste
2013-04-18
Ncurses: display status line in terminal title as well
Maxime Coste
2013-04-18
add man.kak which provides a man command for displaying man pages in kakoune
Maxime Coste
2013-04-18
add window_{width,height} env var
Maxime Coste
2013-04-18
Tweak status line
Maxime Coste
[next]