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
/
command_manager.cc
Age
Commit message (
Expand
)
Author
2012-03-04
fix shell_eval when no buffer in context
Maxime Coste
2012-02-15
Support shell expansion in place of command name in command manager
Maxime Coste
2012-02-13
Support `shell commands` expansion in CommandManager
Maxime Coste
2012-02-03
use memoryview instead of std::vector where applicable
Maxime Coste
2012-01-15
CommandManager: add flags support and IgnoreSemiColons flag
Maxime Coste
2012-01-15
CommandManager: support ';' as a command separator
Maxime Coste
2012-01-14
CommandManager: use directly first command parameter as the command name
Maxime Coste
2011-11-26
CommandManager: fix complete and style tweak
Maxime Coste
2011-11-26
Add a Context parameter to commands
Maxime Coste
2011-11-26
CommandManager: argument splitting supports "multi word"
Maxime Coste
2011-10-19
CommandManager: fix completion of empty tokens
Maxime Coste
2011-09-16
CommandManager: support per command configurable completion
Maxime Coste
2011-09-14
Completion: dedicated completion header and basic filename completion
Maxime Coste
2011-09-13
CommandManager: basic command name completion support
Maxime Coste
2011-09-09
exception: refactoring
Maxime Coste
2011-09-07
Refactor commands handling and parsing in a CommandManager class
Maxime Coste