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 (
Collapse
)
Author
2013-03-31
Move change listener registration to BufferChangeListener_AutoRegister
Maxime Coste
DynamicSelectionList now just inherit from this class, so that the registration logic can be shared.
2013-03-31
add git-tools.kak, with experimental git diff display as line flags
Maxime Coste
2013-03-31
add support for adding to options instead of replacing
Maxime Coste
2013-03-29
Add support for tuple Options, implement LineAndFlag using that
Maxime Coste
2013-03-29
fix BufferIterator::offset
Maxime Coste
2013-03-29
add swap case support with the ~ key
Maxime Coste
2013-03-29
String: inherit from std::string rather than using it as a backend
Maxime Coste
2013-03-29
use a scoped edition in Repeated so that repeated actions have a single undo ↵
Maxime Coste
group
2013-03-29
kakrc: define colorscheme before sourcing user config
Maxime Coste
2013-03-29
cpp.kak: fix alt_dirs handling with more than 2 directories
Maxime Coste
2013-03-29
Minor BufferCompleter refactoring
Maxime Coste
2013-03-27
use only one constructor with a default parameter for units
Maxime Coste
2013-03-27
idvaluemap: minor style changes
Maxime Coste
2013-03-27
Move parameter count validation to the ParameterParser
Maxime Coste
2013-03-27
factor addhl/rmhl/addfilter/rmfilter completion functions
Maxime Coste
2013-03-27
idvaluemap, FunctionGroup: consitfy completion methods
Maxime Coste
2013-03-27
Merge {Filter,Highlighter}Group in a FunctionGroup template
Maxime Coste
2013-03-26
kak_bufname env var use display_name
Maxime Coste
2013-03-26
add regex_option highlighter, which takes a regex option name and highlight ↵
Maxime Coste
all its matches
2013-03-26
permit do declare regex option
Maxime Coste
2013-03-26
Make TypedOption templates public
Maxime Coste
2013-03-26
% register uses the buffer display name
Maxime Coste
2013-03-26
Add a special option type LineAndFlag, use it for FlagLines highlighter
Maxime Coste
2013-03-26
add default zero construction to units
Maxime Coste
2013-03-25
extract parse_color to color.cc as str_to_color, and add color_to_str
Maxime Coste
2013-03-25
move absolute path logic to Buffer class
Maxime Coste
2013-03-25
add a cd command
Maxime Coste
2013-03-25
Always use absolute path for file buffer names, compact paths for display
Maxime Coste
2013-03-25
fix some style problems detected by cppcheck
Maxime Coste
2013-03-22
{grep,make}.kak: use edit! instead of trying to delete buffer
Maxime Coste
2013-03-22
open_fifo delete existing buffer if needed
Maxime Coste
2013-03-22
cpp.kak: alt supports an alt_dirs options for directories to search
Maxime Coste
2013-03-22
show informations on uncaught std::exceptions
Maxime Coste
2013-03-22
use canonicalized filenames for buffers
Maxime Coste
2013-03-22
BufferManager notify the ClientManager when a buffer dies
Maxime Coste
2013-03-22
kakrc: avoid bash features
Maxime Coste
2013-03-22
setb can take a -buffer argument
Maxime Coste
2013-03-22
eval,exec: -restore-selections become -draft, and restore the buffer as well
Maxime Coste
2013-03-22
add WinDisplay hook
Maxime Coste
2013-03-21
add a kak_selections env var, which contains all selections separated by a comma
Maxime Coste
2013-03-21
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
Maxime Coste
2013-03-20
utf8 validity is not a buffer concern
Maxime Coste
2013-03-20
Add a RuntimeError hook called when a runtime_error exception is catched at ↵
Maxime Coste
client level
2013-03-20
user defined hooks can access the hook parameter in shell with $kak_hook_param
Maxime Coste
2013-03-20
Editor: fix select(Selection&, SelectMode::Replace)
Maxime Coste
2013-03-20
NCurses: draw a scroll bar
Maxime Coste
2013-03-20
BufferCompleter: preserve completions when inserting
Maxime Coste
try to narrow matches with entered prefix
2013-03-19
CommandManager: fix some crashes
Maxime Coste
2013-03-19
BufferCompleter: fix backward looping in completion candidates
Maxime Coste
2013-03-19
Add an 'insert_hide_sel' option, which hides selection when inserting
Maxime Coste
[prev]
[next]