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-30
window, editor: take coords rather than iterators parameters
Maxime Coste
2013-05-30
minor tweak buffer iterator
Maxime Coste
2013-05-30
Buffer insert and erase takes coord rather than iterators
Maxime Coste
2013-05-30
BufferIterator convert implicitly to const BufferCoord&
Maxime Coste
2013-05-30
DisplayBuffer: use coords rather than iterators
Maxime Coste
2013-05-29
AtomContent uses coord rather than iterators
Maxime Coste
2013-05-29
pass window param to highlighters
Maxime Coste
2013-05-29
Buffer::do_{erase,insert} takes coord parameters rather than iterators
Maxime Coste
2013-05-29
Buffer: add some method to work directly with coord instead of iterators
Maxime Coste
2013-05-29
Context: return DynamicSelectionLists in jump_{forward,backward}
Maxime Coste
2013-05-29
Remove Selection::avoid_eol, move as static func in editor.cc
Maxime Coste
2013-05-24
tweak number line highlighter style
Maxime Coste
2013-05-21
insert mode completion for all selection that matches the main one prefix
Maxime Coste
2013-05-21
throw an error when gf does not find any file to open
Maxime Coste
2013-05-20
Word completion can optionally look for candidates in all buffers
Maxime Coste
2013-05-17
move line_with_cursor as LineEditor::build_display_line
Maxime Coste
2013-05-17
Allow macros to call other macros, only recursive macro calls are forbidden
Maxime Coste
2013-05-17
revive str_to_int so that the good exception type is thrown on error
Maxime Coste
2013-05-17
cpp.kak: fix alt now that alt_dirs is a proper list
Maxime Coste
2013-05-16
Show an info box with available option when waiting for a key
Maxime Coste
2013-05-16
fix ncurses info box placement
Maxime Coste
2013-05-16
fix NCurses info box, avoid trailing space on each lines
Maxime Coste
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
[next]