summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-15Buffer::{iterator_at,clamp} takes an optional avoid_eol parameterMaxime Coste
2012-08-15misc cleanupsMaxime Coste
2012-08-15CommandManager::parse: fix invalid memory readMaxime Coste
2012-08-15Context: do not store buffer, ask editor for itMaxime Coste
2012-08-15RegexColorizer only cache a range instead of the whole bufferMaxime Coste
2012-08-15colorize_regex become RegexColorizer and maintain a cache of matchesMaxime Coste
2012-08-15Buffer: add a timestampMaxime Coste
2012-08-14rc/grep.kak: style fixMaxime Coste
2012-08-14complete_buffername try regex matching when prefix matching does not workMaxime Coste
2012-08-14Add a writeall (wa) commandMaxime Coste
2012-08-14Buffer: stronger invariant, a buffer is never empty and all lines finish by '\n'Maxime Coste
2012-08-11use new reg access syntax in rc filesMaxime Coste
2012-08-11CommandManager: support %reg{<reg>} and %opt{<option>} syntaxMaxime Coste
2012-08-11commands: code cleanupMaxime Coste
2012-08-10Buffer: move back Modification as an implementation detailMaxime Coste
2012-08-10detect byte order mark in buffers, and write backMaxime Coste
2012-08-10make.kak: quote echo parameter in errjumpMaxime Coste
2012-08-10ShellManager: fix option regex, allow capsMaxime Coste
2012-08-10support crlf line ending when reading and writing buffersMaxime Coste
2012-08-10Buffer: fix corner case in insertMaxime Coste
2012-08-10Buffer: add reset_undo_data methodMaxime Coste
2012-08-10Window,Buffer: add const overload for {option,hook}_managerMaxime Coste
2012-08-10highlight_range: handle empty rangesMaxime Coste
2012-08-08add rc/asciidoc.kak for asciidoc highlightingMaxime Coste
2012-08-08make.kak: errjump also display the error description in the status lineMaxime Coste
2012-08-08exec_keys: use the context editor, no need for a new oneMaxime Coste
2012-08-08Refactor BufferManagerMaxime Coste
2012-08-08Regex Highlighter: highlight 10 lines above and below displayed rangeMaxime Coste
2012-08-08BufferIterator: use default operator=Maxime Coste
2012-08-08Makefile: use -MMD to generate deps instead of using separate stepsMaxime Coste
2012-08-07rc/{grep,make}.kak: use a scratch buffer to store resultsMaxime Coste
2012-08-07kakrc: fix string highlightingMaxime Coste
2012-08-07Fix do_pipeMaxime Coste
2012-08-07write command refuse to write a scratch file when no filename is givenMaxime Coste
2012-08-07edit commands accept a -scratch flag to edit not to be saved fileMaxime Coste
2012-08-07BufferIterator: fix operator+Maxime Coste
2012-08-07add rc/grep.kak which provides a grep and gjump commandMaxime Coste
2012-08-07add rc/make.kak which provides make and errjump commandsMaxime Coste
2012-08-07ncurses: refresh at the end of print_status so that the status is immediately...Maxime Coste
2012-08-07define_command: remove unused param from parser definitionMaxime Coste
2012-08-07support line and column in command line parametersMaxime Coste
2012-08-07cpp.kak: also try to detect cpp files using the file toolMaxime Coste
2012-08-07kakrc: tweak highlightingMaxime Coste
2012-08-07colorize_regex_factory: transform boost::regex_error in Kakoune::runtime_errorMaxime Coste
2012-08-07use new regex highlighter features in rc filesMaxime Coste
2012-08-07fix complete_filenameMaxime Coste
2012-08-07new regex highlighter parameters syntax, support per capture highlightMaxime Coste
2012-08-06Commands take a mutable context, main_context is gone !Maxime Coste
2012-08-06Completions functions take a Context parameterMaxime Coste
2012-08-06command_manager: cleanup command execution, lazy exec shell commandsMaxime Coste