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
2014-05-07
Improve error reporting when parsing commands
Maxime Coste
2014-05-05
Wrap command completion containing spaces, semicolons or quotes in double quotes
Maxime Coste
2014-05-03
Add command aliases in command info
Maxime Coste
2014-04-21
Use StringView in CommandManager
Maxime Coste
2014-04-08
formatting changes in command_manager.cc
Maxime Coste
2014-04-03
Add %rec{...} string that recursively expand %block inside
Maxime Coste
2014-03-05
Fix segfault in get_until_delimiter
Maxime Coste
2014-03-02
Add a docstring to commands
Maxime Coste
2014-03-02
Consistently name -foo things 'switches'
Maxime Coste
2014-03-02
Add command switches information, and automatically display it
Maxime Coste
2014-03-02
All commands now take directly a parameter parser
Maxime Coste
2014-02-27
Tolerate invalid %...{} when completing
Maxime Coste
2014-01-27
Rework command completion to allow partial token completion
Maxime Coste
2014-01-03
CommandManager: support completion of chained commands
Maxime Coste
2013-12-30
Support completing %opt{...} and %sh{...} in command manager
Maxime Coste
2013-12-29
Few cleanups in the command line parsing code
Maxime Coste
2013-12-24
CommandManager: use aliases for commands rather than duplicating data
Maxime Coste
2013-11-17
move is_horizontal_blank to unicode.hh
Maxime Coste
2013-11-14
indent cleanup, correct erroneous 3 spaces indent
Maxime Coste
2013-11-12
Add support for hidden commands, that will not show on completion
Maxime Coste
2013-11-04
Add automatic completion display in prompt mode
Maxime Coste
2013-09-23
Add prefix_match function and use it instead of adhoc code
Maxime Coste
2013-07-28
Minor code cleanups
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-06-27
change string parsing behaviour in command manager
Maxime Coste
2013-06-19
do not use std::{to_string,stoi} as they cause problems with cygwin
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-12
remove String::replace, use boost::regex_replace directly
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-19
CommandManager: fix some crashes
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2012-12-15
Command line parsing: support empty strings
Maxime Coste
2012-11-22
code style cleanup in CommandManager
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-21
CommandManager: diagnose unterminated strings
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-10-08
get rid of Character
Maxime Coste
2012-09-09
Add support for shell script parameters
Maxime Coste
2012-09-04
Support # comments in commands
Maxime Coste
2012-08-29
Fix escaped whitespace handling in command manager
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-15
CommandManager::parse: fix invalid memory read
Maxime Coste
2012-08-11
CommandManager: support %reg{<reg>} and %opt{<option>} syntax
Maxime Coste
2012-08-06
Commands take a mutable context, main_context is gone !
Maxime Coste
2012-08-06
Completions functions take a Context parameter
Maxime Coste
2012-08-06
command_manager: cleanup command execution, lazy exec shell commands
Maxime Coste
2012-08-02
command_manager.cc: use anonymous namespace
Maxime Coste
2012-08-01
Tokens are CommandManager implementation details
Maxime Coste
[next]