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
/
commands.cc
Age
Commit message (
Expand
)
Author
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
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-21
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
Maxime Coste
2013-03-20
user defined hooks can access the hook parameter in shell with $kak_hook_param
Maxime Coste
2013-03-18
add a reg command to set a register
Maxime Coste
2013-03-15
Editor: replace selections().back() with main_selection()
Maxime Coste
2013-03-14
add str-list option support to decl command
Maxime Coste
2013-03-14
add support for regex options, make ignored_files one
Maxime Coste
2013-03-13
move complete_filename to file.cc
Maxime Coste
2013-03-13
write_buffer: consider buffer as saved only if we used it's filename
Maxime Coste
2013-03-06
colalias: always override
Maxime Coste
2013-03-06
HighlightersFactories takes back a Window parameter
Maxime Coste
2013-03-06
Add support for int list options, specified using a comma seperated list of int
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-03-01
Do not use a factory for window builtins highlighters
Maxime Coste
2013-03-01
assistant: no need for raw strings
Maxime Coste
2013-02-28
use a 16K buffer when reading from fifo
Maxime Coste
2013-02-27
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
Maxime Coste
2013-02-26
Use unicode box drawing character for the assistant
Maxime Coste
2013-02-25
Add the most important missing feature of Kakoune
Maxime Coste
2013-02-18
expose exec_keys function in commands.hh
Maxime Coste
2013-02-07
context_wrap: create a DynamicSelectionList only when needed
Maxime Coste
2013-02-07
exec keys: push_jump if editor has changed
Maxime Coste
2013-01-30
open_fifo uses fcntl for more portable CLOEXEC bit setting
Maxime Coste
2013-01-29
info command take a -anchor <pos> instead of -inline params
Maxime Coste
2013-01-29
Do not pass a context to InputHandler methods
Maxime Coste
2013-01-28
InputHandler have it's own context
Maxime Coste
2013-01-17
move {exec,eval}_string common code to a helper context_wrap function
Maxime Coste
2013-01-17
exec and eval accepts a restore-selection parameter
Maxime Coste
2013-01-17
Hooks now takes a non-const context
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2013-01-10
Refactor EventManager
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2013-01-03
Add a nop command to avoid accidental shell output evaluation
Maxime Coste
2012-12-28
add a force mode to delete buffer (db!)
Maxime Coste
2012-12-15
menu commands has a -select-cmds option
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-09
Support nested {Filters,Highlighter}Group
Maxime Coste
2012-12-07
extract ParametersParser to it's own file
Maxime Coste
2012-12-03
'exec' and (resurected) 'eval' commands can take a '-client' parameter
Maxime Coste
2012-12-03
add 'name' command to set current client name
Maxime Coste
2012-12-03
fix quit modified file behaviour
Maxime Coste
2012-11-26
EventManager: avoid erasing an event handler while it may be in use
Maxime Coste
2012-11-23
Refactor filter and highlighter registry into a common template
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-21
move wrong_argument_count to commands.cc, where it is used
Maxime Coste
[prev]
[next]